﻿/* chinaot_form */
form {
	margin: 0px;
	padding: 0px;
}

.inputOk {
	background-color: #FFFFFF;
}
.inputError {
	background-color: #FF0000;
}


#chinaot_form {
	margin-top: 10px;
}
#chinaot_form label {
	font-weight: bold;
	color:#666;
	font-size: 100%;
	padding-left: 5px;
}
#chinaot_form small {
	color: #999999;
	font-size: 90%;
}
#chinaot_form input {
	font: 110% Arial, Helvetica, sans-serif;
	width: 220px;
	padding: 5px 3px 3px 7px;
	background: url(form-field-bg.gif) no-repeat;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	border-left: 1px solid #e6e6e6;
}
#chinaot_form textarea {
	font: 110% Arial, Helvetica, sans-serif;
	width: 480px;
	height: 140px;
	background:url(form-field-bg.gif) no-repeat;
	border: solid 1px #e6e6e6;
	padding: 5px 3px 3px 7px;
}
#chinaot_form #submit {
	font: 12px/100% Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(submit-btn.gif) no-repeat top left;
	border: none;
	width: 135px;
	height: 25px;
	padding-bottom: 6px;
	margin-left: 355px;
}
#chinaot_form #submit:hover {
	background: url(submit-btn.gif) no-repeat bottom left;
	cursor: pointer;
}
#chinaot_form textarea:focus, #chinaot_form input[type="text"]:focus {
	border: solid 1px #3b9acc;
}
.search{
	background: url(/images/form-field-bg.gif) no-repeat;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	border-left: 1px solid #e6e6e6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #FF0000;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	height: 18px;
}

