/*----------------------------------------------------------------------------*/
/*                                                                            */
/* Copyright (c) 2009 by color:gray. All Rights Reserved.    	              */
/*                                                                            */
/* CSS        : br_form.css                                                   */
/*                                                                            */
/* Description: Form rules for branch out contact page                        */
/*                                                                            */
/*----------------------------------------------------------------------------*/

/* Form
---------------------------------*/
div#contact_content form {
	background: url(../images/formBG.jpg) no-repeat 204px 0px;
}
div#contact_content label {
	float: left;
	width: 120px;
	text-align: right;
	padding-right: 12px;
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 2px;
}
div#contact_content .nobr {
	display: none;
}
div#contact_content .smallfield {
	padding-top: 2px;
}
div#contact_content .smallfield, div#contact_content .selectfield, div#contact_content .largefield {
	font-family: Century Gothic, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #585c4e;
	line-height: 1.35em;
	background: transparent;
	border: solid 1px #d0d6c3;
}
div#contact_content .smallfield, div#contact_content .selectfield {
	margin-bottom: 6px;
	width: 210px;
	height: 20px;
}
div#contact_content input.submit {
	width: 92px;
	margin-top: 12px;
}