/*------------------------- FORM ---------------------------*/
legend { 
font-size:14px; 
color: white; 
font-weight:bold; 
margin-bottom:20px; 
}

fieldset { 
display:block; 
margin: 0px auto 20px auto; 
/* remove default border styles */ 
border:solid 1px #ECEAE6; 
line-height: 1.5em;
}

.content{
    padding:10px;
    width:600px
}
.label{ width:120px; float:left; padding:6px 0px 0px 0px; min-height:24px; text-align:right; line-height: 15px; font-size:10pt; COLOR: #ffffff; font-weight:bold; }
.long-label{ width:auto; float:left; padding:6px 0px 0px 0px; min-height:24px; text-align:right; line-height: 15px; }
.field-right{ width:160px; float:left; padding:5px; min-height:20px; }
.btns { width:250px; float:left; padding: 50px 0px 50px 250px; min-height:32px; }
.long{ width:410px; float:left; padding:5px; min-height:24px;  }
.salesVol{ width:85px; float:left; padding:5px; min-height:24px; }
.industries{ width:150px; float:left; padding:5px; min-height:24px; }
.boxContain { display: inline; float:left; clear: both; width:700px;}


.clear{
    float:none;
    clear:both;
    height:0px;
}
.cleardiv {
    height:25px;
    float:none;
    clear:both;
    font-size:14px;
    font-weight:bold;
}
.row{ background-color:transparent; display:block; float:left; min-height:30px; 
}
.text{ border:1px solid #EEEEEE; background: #EEEEEE; 
}
.ruler{
    width:400px; border-bottom:dashed 1px #dcdcdc;
}
tr:focus{
    background-color:#fcfcf0;
}
td{
    vertical-align:top;
}
.over{
    background-color:#f0f0f0;
}
.out{
    background-color:none;
}

.form-contect {display:inline; float:left; clear: left; width:650px;}
.full-row { float:left; min-height:30px; width:100%; }
.full-long { width:590px; float:left; padding:5px; min-height:24px; }
.reset { padding:0px; margin:0px; background: url(images/reset.gif) no-repeat; height:33px; width:75px; border-width:0px; }
.reset2 { padding:0px; margin-right:0px; background: url(images/reset3.gif) no-repeat; height:32px; width:74px; border-width:0px; }
.submit { padding:0px; margin:0px; background: url(images/submit2.gif) no-repeat; height:33px; width:87px; border-width:0px; }
.submit2 { padding:0px; margin:0px; background: url(images/submit3.gif) no-repeat; height:32px; width:94px; border-width:0px; }
/*------------------------- END FORM ---------------------------*/ 

.contact-location { width:25%; float:left; margin-left:20px; }

#submit,#clear { cursor: pointer }
