@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{
    width:242px;
    padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:30px 0 0 40px;
    padding:45px 0 0 15px;
}
input{
  	margin:0px 0 10px 0;
	padding:0 0 0 2px;
	font-size:12px;
	width:205px;
	height:20px;
	border:1px solid #CCCCCC;
}
#id_comments{
	width:205px;
	height:87px;
	border:1px solid #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
  	margin:0 0 10px 0;
	padding:0 0 0 2px;
}
#id_security_input{
	width:110px;
	height:20px;
	margin:0 10px 0 0;
	padding:0;
	text-align:center;
	vertical-align:top;
}
#id_captcha{
	width:80px;
	height:20px;
	margin:0;
	padding:0;
	border:#999999 solid 1px;
	vertical-align:top;
}
#id_submit{
	width:64px;
	height:18px;
	background:url(/images/btn_submit.jpg) 0px 0px no-repeat;
	margin:10px 0 0 65px;
	padding:0;
	border:0;
}
