/***FORMS***/

div.contact_form
{

	padding:10px 50px;
}

 .contact_form fieldset
{
	display: block;
	margin: 2em 0 3em 0;
	padding: 0 1em 1em 1em;
	/*border: 1px solid #c7582b;*/
	clear:both;
}

.contact_form textarea
{
	width:100%;
	height:150px;
}

 .contact_form label
{
	width:100%;
	
}

 .contact_form legend
{
	color:#45494d;
	font-weight: bold;
	font-size:16px;
}

.contact_form  fieldset.radio
{
	margin: 1em 0 2em 0;
}

.contact_form fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

  .contact_form fieldset.radio label
{
	font-weight: normal;
}

.contact_form  input
{
	display: block;
	width: 15em;
}

.contact_form input.submit
{
	clear: both;
}

.contact_form label
{
	color:#45494d;
	float: left;
	clear:left;
	display: block;
	margin: 2em 1em 0 0;
	font-weight: bold;
}

.contact_form select
{
	display: block;
}

.contact_form select optgroup
{
	margin-left:5px;
	margin-bottom:4px;
}

.contact_form select optgroup option
{
	margin-left:25px;
	margin-bottom:4px;
}

.contact_form select option
{
	margin-left:5px;
	margin-bottom:4px;
}

.contact_form button
{
	border:1px solid #C7582B;
	float:right;
	height:32px;
	margin-top:10px;
	width:80px
}

.contact_form button:hover
{
	cursor:pointer;
}

