html {
	height: 100%;
}

* {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000;
}

form {
	padding: 0;
	margin: 0;
}

table {
    border-collapse: collapse;/* = cellspacing 0 */
}

a:link, a:visited, a:hover, a:active {
	color:#000;
	text-decoration:underline;
}

a:visited {
}

a:hover {
	color:#dd8e30;
}

td {
	text-align:left;
	vertical-align:top;
    padding: 0;
}

th 
{
	text-align:left;
	padding:0;
}

hr 
{
	height:1px;
	border:1px dotted #aaaaac;

}

.content li 
{
	list-style-image:url(../img/bullet.gif);

}

h1 {
	font-weight:bold;
	font-size:180%;
	line-height:1em;
	margin-top:0px;
	color : #ff7900;
}

h2 {
	font-weight:bold;
	font-size:140%;
	color : #829854;
}

h3 {
	font-weight:bold;
	font-size:140%;
}

h4 {
	font-weight:bold;
	font-size:120%;
}

i, em {
	font-style:italic;
}

b, strong {
	font-weight:bold;
}

ul {
	list-style-type:disc;
}

ol {
	list-style-type:decimal;
}

input, select 
{
	border:1px solid #000;
	width:150px;
	color: #000;
}
option 
{
	color: #000;
}

.radio, 
table.radio td input,
span.radio input,
.checkbox input 
{
	border-width:0;
	width:auto;
	color: #000;
}

textarea {
	border:1px solid #000;
	overflow:auto;
	width:250px;
	height:50px;
	color: #000;
}

.button
{
	background: #ff7900 url(../img/buttonbg.gif) repeat-x bottom;
	font-weight:bold;
	color:#fff!important;
	border:0px solid #000;
	width:auto;
	text-align:center;
	text-decoration:none;
	display:inline-block;
	padding:auto;
	padding-top:1px;
	padding-bottom:1px;
}

.buttonlarge
{
	background: #ff7900 url(../img/buttonlargebg.gif) repeat-x bottom;
	width:auto;
	padding:auto;
	padding-top:3px;
	padding-bottom:3px;
	font-size:15px; 
}

.buttondisabled
{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5; 

}

img {
	border:0px;
}
.clr {
	clear: both;
}
span.pngfix, div.pngfix 
{
	display:none;
}

.bold 
{
	font-weight:bold;
}

.emphasis, .emphasis a 
{
	font-weight:bold!important;
	color : #ff7900!important;
}

.subtext 
{
	font-size:80%;
	
}

/*wizardsteps*/
.wizardsteps img
{
    height:19px;
}

.WizardStepInActive
{
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity: 0.3;
}

/*wizardsteps*/
