#ueforms,
#ueforms fieldset.radio label,
#ueforms fieldset select,
#ueforms textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13px;
}

#ueforms {
	width:auto;
}

#ueforms .uelogo {
	float:right;
	padding: 5px 0 5px 0;
	margin-right: 5px;
}

#ueforms p {
	display: block;
	width: 210px;
	padding: 5px 0px 5px 0;
	margin: 0;
	/*padding-left:8px;*/
	font-weight: bold;
}

#contactform {
	background-color:#FBFCFD;
	text-align:center;
	width:98%;
}

#ueforms fieldset {
	padding: 0px;
	display: block;
	padding: 0 10px 10px 10px;
	margin:5px 0;
	/*clear:both;*/
}

#ueforms #uefsmain {
	display: block;
	/*width: 274px;*/
	margin: 0 auto 0 auto;
	/*margin:10px 0 0 10px;*/
	padding: 0 10px 10px 10px;
}

/*hack for mozilla*/
html {overflow: -moz-scrollbars-vertical;}
#ueforms fieldset { -moz-border-radius: 8px; border-radius: px; }

#ueforms legend {
	margin-left:-8px;
	font-size: 14px;
	line-height: 14px;
	font-weight:bold;
	color: #0000FF;
}

#ueforms legend.top {
	/*padding:0px 2px 6px 0px;*/
	padding: 0px;
	font-size: 18px;
	line-height:normal;
	font-weight:bold;
	color: #CC3300;
}



#ueforms .required {
	width:100%;
	font-size: 10px;
	color: #FF0000;
}

#ueforms .txtrt {
	text-align:right;
	margin-top: -5px;
	padding:0px;
	font-weight:100;
}

#ueforms label {
	display: block;
	margin:0px;
	padding:5px 0 0 0;
	/*padding: 5px 5px 0 5px;*/
	font-weight: bold;
}

#ueforms fieldset.radio {
/*	margin: 5px 0 10px 0;*/
}

#ueforms fieldset.radio input
{
	/*clear: both;*/
	float: left;
	/*width: auto;*/
}

#ueforms fieldset.radio label
{
	font-weight: normal;
	font-size: 13px;
	line-height: 13px;
}

#ueforms fieldset select, #ueforms fieldset textarea {
	font-size: 12px;
	line-height: 14px;
}

#ueforms input
{
	display: block;
	/*width: 180px;*/
	font-size: 13px;
	line-height: 13px;
}


#ueforms select{
	display: block;
}

#ueforms input.uepopbtns {
	margin:5px 0;
	display:inline;
	width: 49%;
	line-height: normal;
}

#ueforms div.info {
	color:#000080;
}
#ueforms div.info strong {
	color: #FF0000;
}

#ueforms div.rinfo  {
	color:#000080;
	text-align:right;
}

#ueforms div.rinfo strong {
	padding-top:5px;
	color: #FF0000;
}

#ueforms div.dinfo  {
	color:#000080;
	margin: 15px 0 15px 0;
}