/*body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: tahoma;
	line-height: 20px;	
	color: #666;
	font-size: 12px;	
}*/

/*h1 {
	float: left;
	clear: left;
	width: 100%;
	font-size: 16px;
	margin-bottom: 40px;
	margin-top: 40px;
}

.content {
	width: 940px;
	clear: left;
	float: left;
	margin-left: 40px;
}

pre {
	background-image: url(../../images/code_bg.gif);
	padding-left: 10px;
	padding-right: 10px;	
}*/

#noscript {
	display: none;
	background-color: #FFE4B5;
	height: 35px;			
	width: 100%;
	float: left;
	font-weight: bold;						
	line-height: 35px;	
}
		
#noscript p {
	margin: 0px;
	padding: 0px;
	padding-left: 40px;							
	float: left;
}






#form_list {
	list-style-type: none;
	float: left;
	clear: left;
	padding: 0px;
	margin: 0px;
}

#form_list li {
	float: left;
	clear: left;
	margin-bottom: 10px;
}

#form_list label {
	width: 100px;
	float: left;
	margin-right: 20px;
	font-weight: bold;
}

#form_list input {
	float: left;
	border: 1px solid #666;
	font-size: 11px;
	font-family: tahoma;
	width: 230px;
	height: 18px;
	padding-left: 5px;
	padding-right: 5px;
}

#form_list  #captcha_code{
	width: 110px;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding-left: 5px;
	text-align:center;
	
}

#form_list textarea {
	float: left;
	border: 1px solid #666;
	font-size: 11px;
	font-family: tahoma;
	width: 230px;
	height: 100px;	
	padding-left: 5px;
	padding-right: 5px;
}

#form_list  #submit {
	width: 120px;
	height: 28px;
	float: left;	
	background-color: #ffa70e;
	color: #fff;
	text-decoration: none;
	display: block;
	cursor: pointer;
	font-weight: bold;
	border: 0px;	
}



#form_list #captcha {
	float: left;
	margin-right: 15px;
	border: 1px solid #666;
}

.error {
	float: left;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	background-image: url(../../images/error.png);
	background-repeat: no-repeat;	
}

.loading {
	float: left;
	width: 32px;
	height: 32px;
	margin-left: 10px;
	background-image:url(../../images/slider_loader.gif);
	background-repeat: no-repeat;	
}