/* BEGIN - Form style */
form li{
	list-style: none;
	list-style-type:none;
	margin-bottom: 5px;
	display: block;
}
#li_tatext{
	height: 60px;
}
#li_lsttype{
	height: 120px;	
}
form legend{
	border:1px solid #E8E8E8;
	color:#282828;
	font-size:12px;
	margin:30px 0 25px;
	padding:5px 10px;
	text-align:left;
	font-weight: bold;
}
form fieldset{
	border:0px solid #F3EDE4;
	margin-bottom: 5px 10px;	
	background-color: #F3EDE4;
	padding: 1px 1px 1px 1px;
}
form #label_option_rndradio label{
	padding: 0px;	
	width: 50px;
}
form label{
	color:#282828;
	cursor:pointer;
	font-size:14px;
	padding: 10px 200px 0px 0px;
	display: inline-block;
	float: left;
}
form .requiredlabel {
	color:#ff0000;
	font-size:14px;
}
form input, form textarea, form select{
	font-family: "Times New Roman", Times, serif;
	-x-system-font:none;
	border:1px solid #CDCDCD;
	background: #f5f5f5;
	color:#282828;
	font-size:14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:5px 0 0;
	padding: 5px;
	width:70%;
}
form input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
form .description{
	float: left;
	padding-left: 10px;
	padding-top: 3px;
	color:#666666;
	font-style:italic;
}
form .error .description{
	display: none;	
}
.error label{
	font-weight: bold;
	color: #990000;
}
form .errormessage{
	display: block;
	padding: 3px 0px;
	color:#990000;
	font-style:italic;
}
input#submit{
	background-color:#282828;
	border:0 none;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
	padding:6px;
	width:100px;
}
input#submit:hover {
	background-color:#444;
	color:#FFFFFF;
	cursor:pointer;
	padding:6px;
	width:100px;
}
.requiredlabel{
	font-size: 12px;
	color: #BFBFBF;
	padding-left: 5px;
}
/* END - Form style */
