@charset "utf-8";
/* CSS Document */
body{
  padding:0 0 0 5px;
}
#form_title{
  background:url(/images/bg_title_2.jpg) top left no-repeat; 
	color:#FFFFFF; 
	font-weight:bold; 
	width:220px; 
	height:30px;
	margin:0 0 5px 0;
	padding:0 0 0 40px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
}
input{
	border:1px solid #CCCCCC;
	font-size:11px;
	margin-bottom:8px;
	width:180px;
}
#id_comment{
	border:1px solid #CCCCCC;
	margin-bottom:8px;
	height:96px;
	width:180px;
}
#id_security{
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:68px;
	height:20px;
}
#id_security_input{
	margin:0 0 0 10px;
	padding:0 0 0 0;
	height:18px;
	width:100px;
}
#id_submit{
	background-color:#cccccc;
	border:none;
	color:#ff0099;
	font-size:12px;
	font-weight:bold;
	margin:8px 0 0 0;
	padding:2px 0 8px 0;
	height:23px;
	width:182px;
}