#contact_form, #comment_form
{			}

#div_bbcode
{	margin-left: 160px;}

#div_img_captcha
{	margin-left: 160px;}

label
{
	float:				left;
	width:				100px;
	text-align:			right;
	padding-right:		10px;
	font-size:			10px;
	margin-top:			2px;
	font-family:		Arial, Helvetica, sans-serif;

}

#contact_form div, #comment_form div
{	clear:both;	}

#contact_form input , #contact_form textarea, #comment_form input , #comment_form textarea
{
	border:				1px solid #C0C2BB;
	padding:			2px;
	width:				300px;
	float:				left;
	margin-bottom:		15px;
	background-repeat:	no-repeat;
	font-size:			10px;
	font-family:		Arial, Helvetica, sans-serif;
}

#contact_form textarea, #comment_form textarea
{	height:				150px;	}

.need
{
	float:				left;
	width:				500px;
	margin:				10px;
	text-align:			center;
	color:				#cc0000;
	font-size:			10px;
	font-family:		Arial, Helvetica, sans-serif;
}

#contact_form div {	clear:	both;	}

#contact_form .submit , #comment_form .submit
{ 
	width:				72px;
	height:				25px;
	text-align:			center;
	border:				0px;
	display:			marker;
	color:				white;
	font-weight:		bold;
	font-size:			12px;
	margin-right:		25px;
	background:			#a60507;
}

#div_submit { margin-left:245px; clear:both; margin-top:35px; background:red; }

label.formError
{	color:				red;	}