
#bn_form
{ width:100%;
  margin:5px auto 0px auto;
	overflow:hidden;
}

#bn_form *
{	margin:0px;
	padding:0px;
}

#bn_form label
{	width:190px;
	text-align:right;
	float:left;
	display:inline;
	line-height:18px;
	margin-top:5px;
	font-weight:bold;
}

#bn_form input, #bn_form select
{	width:200px;
	height:18px;
	float:right;
	margin-top:5px;
}

#bn_form .security
{	width:200px;
	height:18px;
	float:right;
	text-align:left;
	color:#f90000;
}


#bn_form select
{	width:204px;
	height:auto;
}

#bn_form img.captcha
{	float:left;
	margin-left:40px;
}

#bn_form .my_clear
{	height:1px;
	overflow:hidden;
	clear:both;
}

#bn_form label.bn_textarea
{	text-align:left;
	clear:both;
	padding-top:20px;
}

#bn_form label.bn_copy
{	width:auto;
	text-align:left;
	float:left;
	padding-right:10px;
}

#bn_form input.bn_checkbox
{	width:12px;
	height:12px;
	float:left;
	margin-top:8px;
}


#bn_form textarea
{	clear:both;
	width:99%;
	height:100px;
}

#bn_form br
{	clear:both;
}

#bn_form input.bn_submit
{	float:right;
  font-size:12px;
  color:#606060;
	background-color:#c4c4c4;
	margin-top:10px;
	height:auto;
	width:100px;
	font-weight:bold;
}

#bn_form .bn_error
{	padding:10px 0px;
	color:#f90000;
	font-weight:bold;
}

#bn_form .field_error
{	background-color:#dfdfdf;
}
