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

#uepopform {
	width:295px;
}

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

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

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

#uepopform #uepopfsmain {
	display: block;
	/*width: 274px;*/
	margin: 0px;
	/*margin:10px 0 0 10px;*/
	padding: 0 10px 10px 10px;
}

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

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

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



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

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

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

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

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

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

#uepopform fieldset select, #uepopform fieldset textarea {
	font-size: 13px;
	line-height: 13px;
}

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


#uepopform select{
	display: block;
}

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

