﻿form {
    margin: 0; padding: 0; 
}
fieldset 
{ 
    border: 1px solid #e0e0e0; 
    margin: 0;
	padding: .35em;
	padding-left: .5em;	
	padding-bottom: .75em;	
}
legend {
    background: transparent;
	font-size: 100%;
	font-weight: bold;
    margin: .25em !important;
    padding: .25em  !important;
    text-transform: uppercase;
}
label 
{
    display: block;
    padding: 0 0em;
    text-align: left;
}
#fm-RequiredFieldNote {
    padding: .5em 0;
}
.fm-req {
    font-weight: bold; 
}
.fm-RadGroup label 
{
    float:none;
    width:auto;
    padding: 0;
    font-size: 90%;
}    
fieldset div {
    margin-bottom: .55em;
    padding: 0px;
    display: block;
}
fieldset div br 
{
    clear:both;
}
fieldset div input.fm-TextBox, fieldset div textarea.fm-TextArea  {
    width: 140px;
    border: #666 1px solid; 
    color: #424242;
    font-size: 100%;
    height: 1.35em;
    margin-bottom: 2px;
}
fieldset div select.fm-DropDown {
    color: #666666;
    border: #3b6170 1px solid; 	
	font-size: 11px;
    margin-bottom: 2px;	
}
fieldset div select {
    padding: 1px;
}
.fm-EchoData {
	color: #003366 !important;
}
div.fm-multi div {
    margin: 5px 0;
}
div.fm-multi input {
    width: 1em;
}
div.fm-multi label {
    display: block;
    width: 200px;
    padding-left: 5em;
    text-align: left;
}
#fm-submit {
    clear: both;
    padding-top: 1em;
    text-align: center;
}
#fm-submit input {
    border: 1px solid #333;
    padding: 2px 1em;
    background: #555;
    color: #fff;
    font-size: 100%;
}
.fm-note {
	font-size: 90%;
	font-style: italic;
}

input:focus, textarea:focus {
    background: #efefef;
    color: #000;
}
/* required fields - does not work in IE */
fieldset div.fm-req label {
	color: #000;
    font-weight: bold;
}

fieldset div.fm-req label:before {
    content: ""; /* does not work in IE */
}
fieldset div.fm-req label.fm-DataHolder:before {
    content: ""; /* does not work in IE */
}
label.fm-DataHolder {
	border: 1px solid #D0Dade;
	width: 250px;
	font-weight: normal !important;
	color: #666666 !important;
	font-size: 100%;
	padding: .15em;
	overflow: hidden;
	margin-top: .15em;
	margin-bottom: .15em;	
}
span.fm-ValidatorText 
{
}
/*  */
.ContactThankYouWrapper { color: #990000; border: 1px solid #d0d0d0; background: #EFEFEF; clear: both; padding: 10px;}

/* -------------- Contact Form Layout -------------- */
#fm-ContactFormWrap {padding: 0px; clear:both;}
#fm-ContactFormWrap #fm-FirstName { position: relative; width: 195px; float: left; }
#fm-ContactFormWrap #fm-LastName { position: relative; width: 195px; float: left;}

#fm-ContactFormWrap #fm-Title { position: relative; width: 195px; float: left;} 
#fm-ContactFormWrap #fm-Company { clear: left; position: relative; width: 100%; float: left;} 

#fm-ContactFormWrap #fm-Phone {  position: relative; width: 195px; float: left;} 
#fm-ContactFormWrap #fm-Email { position: relative; width: 450px; float: left; clear: right;} 

#fm-ContactFormWrap #fm-City { clear: left; position: relative; width: 195px; float: left;} 
#fm-ContactFormWrap #fm-State { position: relative; width: 195px; float: left;} 
#fm-ContactFormWrap #fm-Zip { position: relative; width: 150px; float: left;} 
#fm-ContactFormWrap .fm-TextArea {height: 100px; width: 700px;}