html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0;
}

body {
	background: #5D666F url(/img/body_bg.jpg) repeat-x scroll center top;
	font: 10pt/1.5 Tahoma, Arial, sans-serif;
	color: #000;
}
#page{
	width: 850px;
	margin: 0 auto 15px auto;
	padding: 15px 0px;
	background: #fff;
}

.clear {
	clear: both;
}
.info {
	color: green;
	padding-bottom: 5px;
	font-weight: bold;
}
.err {
	color: red;
	padding-bottom: 5px;
	font-weight: bold;
}
.banners {
	float: right;
	width: 215px;
	padding-right: 20px;
	/*padding-left: 20px;*/
	padding-top: 20px;
	text-align: center;
}
.banners h3 {
	font-size: 1.0em;
}
.banners p {
	margin-bottom: 20px;
	text-align: center;
}
.form {
	padding: 20px;
	width: 560px;
	float: left;
}
.form  label{
	display: block;
	clear: both;
	height: 35px;
	overflow: hidden;
	font-size: 10pt;
}
.form  label span{
	display: block;
	float: left;
	width: 200px;
	font-size: 10pt;
	line-height: 1;
}
.form  label input.input{
	display: block;
	float: right;
	width: 300px;
	border:1px solid #C2C1C0;
	color:#80705F;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11pt;
}
.form  label input.captcha{
	width: 220px!important;
}
.form  label img{
	float: right;
}
.form p {
	margin-bottom: 11px; 
}
p {
	text-align: justify;
}
p.a-center {
	text-align: center;
}
p.a-right{
	text-align: right;
	clear: both;
}
em.required {
	color: #AA0828;
	font-style: normal;
}
.form  input.submit{
	background: url('/img/button_bg.gif') no-repeat left 4px;
	border: 0 none;
	cursor: pointer;
	height: 25px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	width: 137px;
	color: #aa0828;
	font-size: 9pt;
	
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 4px;
}
table {
	padding-bottom: 15px;
}
table td {
	text-align: justify;
}
.atten{
color: #AA0828; font-weight: bold;
}
