/* can_you_help.css */

#help_form{
	width:440px;
}
#help_form textarea{
	width:420px;
	height:70px;
	border:1px solid #403A36;
	/*background-image:url(/img/textarea_bg.jpg);
	background-repeat:repeat;*/
	background: #655C57;
	color:#FFF;
}
#help_form .error_msg{
	color:#F00;
	font-weight:bold;
	display:block;
}
.success{
	color:#6CF;
	font-weight:bold;
	font-size:12px;
}
#submit{
	background-color:none;
	border:none;
	width:110px;
	background-image:url(/img/btn_bg.gif);
	background-repeat:no-repeat;
	height:21px;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
}
#submit:hover{
	background-image:url(/img/btn_bg_over.gif);
	background-repeat:no-repeat;
	color:#FFF;
}
