label{
	float: left;
	width:27%;
	margin-bottom: 15px;
}
.input_text {
	float: left;
	font: 90% "Trebuchet ms",Verdana, Arial, Helvetica, sans-serif;
	width: 70%;	
	padding: 2px;
	border: solid 1px #ccc;
	border-color:  #dc7 #eeb #eeb #dc7;
	margin-bottom: 15px;
	background: #fff;
	color: #555;
}
.input_radio {
	float: left;
	font-family:"Trebuchet ms",Verdana, Arial, Helvetica, sans-serif;
	width: 20px;	
	padding: 2px;
	border: solid 1px #ccc;
	border-color:  #eeb #dc7 #dc7 #eeb;
	margin-bottom: 15px;
	background: #fff url(images/fld_bg1.gif) repeat-x left bottom;
	color: #555;
}
.radtext{
	float: left;
	padding: 0 10px;
}
.input_button {
	clear:both;
	float: left;
	margin-left: 100px;
	font: 90% "Trebuchet ms",Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 2px 10px;
	border: solid 1px #dc7;	
	cursor: pointer;
}
.white_red {
	color: #fff;
	background: #e30 url(/images/fld_bg3.gif) repeat-x left bottom;
}
.white_blue {
	color: #fff;
	background: #069 url(/images/fld_bg4.gif) repeat-x left bottom;
}
.white_green {
	color: #fff;
	background: #690 url(/images/fld_bg5.gif) repeat-x left bottom;
}
.red_white {
	background: #fff url(/images/fld_bg1.gif) repeat-x left bottom;
	color: #e30;
}
.orange_white{
	background: #e80;
	color: #fff;
}

.red_white:hover{
	background: #e30;
	color: #fff;
}

.px50{
	width: 50px;

}
.px75{
	width: 75px;
}
#msg{
	color: #333;
	font-weight: bold;
	padding: 5px 5px 5px 178px;	
}
#msg img{
	padding: 0 3px 2px 0;
}
.clr{
	float: left;
	clear: both;
	width: 100%;
}
