body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
.submit {
	background-image: url(images/buttom_submit.jpg);
	font-size: 10px;
	font-weight: bold;
	color: #6A4800;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Verdana;
	padding: 3px;
	/*  ie6,7 */
	//background-image: url(images/buttom_submit.jpg);
}
.ok {
	background-image: url(images/buttom_submit.jpg);
	font-size: 10px;
	font-weight: normal;
	color: #6A4800;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Verdana;
	padding: 1px;
	/*  ie6,7 */
	//background-image: url(images/buttom_submit.jpg);
	width: 20px;
	height: 18px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text_field {
	background-color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	color: #663333;
	width: 150px;
}
.text_field_bold {
	background-color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	color: #663333;
	width: 300px;
}
.text_field_bold_1 {
	background-color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	color: #663333;
	width: 400px;
}
.text_field_bold_1_opacity {
	background-color: #FBE89D;
	font-size: 11px;
	font-weight: normal;
	color: #663333;
	width: 400px;
}
.text_field_little {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	width: 100px;
	padding: 1px;
	height: 14px;
	background-image: url(images/bg_main.jpg);
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #CCCC33;
}
.textarea {
	background-color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	color: #663333;
	width: 170px;
}

