html,body,#bottom  {
	background:none;
	background-color:#FFF;
}

#container{
	visibility:visible;
}

#main{
	height:auto;
	overflow:visible;
}

#nav,#navPlaceHolder{
	overflow:visible;
}

#content{
	line-height:16px;
	font-size:11px;
	height:auto;
	overflow:visible;
	color:#000000;
}

#bottom, #content-container{
	position:static;
}

#bottom{
	clear:both;
	height:auto;
}


#radiofield input{
	/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:1;
	/* for Mozilla */
	-moz-opacity:1;
}

.radioImgOn{
	background:none;
	filter:none;/*IE6*/
	width:auto;
	height:auto;

}

.radioImgOff{
	background:none;
	filter:none;/*IE6*/
	width:auto;
	height:auto;

}

#selectContainer{
	overflow:show;
	height:auto;
}

#selectContainer #options , #selectContainer #inqTitle, #selectContainer A{
	display:none;
}

#selectContainer select{
	width:auto;
	height:auto;
	overflow:visible;	
	margin:auto;
	padding:auto;

	visibility:visible;	
	float:left;
	clear:both;
}

#selectContainer #selectlable{
	display:block;
	float:left;
}
