@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: baseline;
}

body{
	margin:0;padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:20px 0 0 0px;
}
input{
  	margin:0px 0 10px 0;
	padding:0 0 0 2px;
	font-size:12px;
	width:190px;
	height:20px;
	border:1px solid #CCCCCC;
}
#id_comments{
	width:190px;
	height:87px;
	border:1px solid #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
  	margin:0;
	padding:0 0 0 2px;
}
#id_security_input{
	width:100px;
	height:20px;
	margin:0;
	padding:0;
	font-size:10px;
	text-align:center;
	vertical-align:top;
}
#id_captcha{
	width:100px;
	height:20px;
	margin:0px 0 10px 0;
	padding:0;
	border:#999999 solid 1px;
	vertical-align:top;
}
#id_submit{
	width:100px;
	height:26px;
	margin:10px 0 0 0px;
	padding:0;
	border:0;
	background-color:#888888;
	color:#FFFFFF;
	font-weight:bold;
}
