@charset "utf-8";
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,
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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}

body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	color:#FFFFFF;
}
.form{
	margin:50px 0 0 16px;
}
input{
  	margin:0px 10px 0px 0;
	padding:0 0 0 2px;
	font-size:12px;
	width:200px;
	height:20px;
	border:1px solid #CCCCCC;
}
#id_security_input{
	width:110px;
	height:15px;
	margin:0px 0 0 0px;
	padding:0;
	text-align:center;
	vertical-align:top;
}
#id_captcha{
	width:85px;
	height:15px;
	margin:0px 5px 0 0px;
	padding:0;
	border:#999999 solid 1px;
	vertical-align:top;
}
#id_submit{
	width:37px;
	height:33px;
	margin:0px 0 0 0px;
	padding:0;
	border:0;
	background:url(/images/btn_go.jpg) 0px 4px no-repeat;
}