@charset "utf-8";
/* CSS Document */

#form-box{
	padding: 8px;
	border: 1px solid #3C3D40;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	background-color: rgba(65,65,65,.2);
	display: block;
	clear: both;
	float: left;
	position: relative;
	width: 70%;
	margin: 10px 10px 10px 100px;
}

#form-box .head1{
  margin: 0;
}

#form-box .head2{
	font-size: 16px;
	border-width: 0;
	color: #000;
}

#form-box .head3{
	margin: 0;
	padding: 0;
}


.txtLeft {
	text-align:left;
}

.indentLeft {
	padding-left:50px;
}

.form-label {
	width: 150px !important;
	margin-bottom: -10px;

}

.form-label-left {
	width: auto !important;
	/*float:left;*/
	display: inline-block;
	text-align: left;
	padding: 3px;
	white-space: normal;
	font-weight: 700;
	font-size: 12px;
	margin-bottom: -5px;
}

.form-label-left1 {
	width:auto !important;
	/*float:left;*/
	display:inline-block;
	text-align:left;
	padding:3px;
	white-space:normal;
	font-weight:700;
	font-size:12px;
    font-Color:#424141;
	margin-bottom:-5px;
}


.form-line {
	padding:10px;
	clear:both;
	display:inline-block;
	width:100%;
	width:-moz-available;
	position:relative;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
}

.form-label-right {
	width:150px !important;
	float:left;
	text-align:right;
	margin-left:285px;
	font-size:12px;
}

.form-all {
	width: 600px;
	/*	color:black !important;*/
	list-style: none none;
	list-style-position: outside;
	margin: 0 auto;
	font-size: 12px;
	font-family: "Museo-Sans", sans-serif;	
	display: block;
	clear: both;
	float: left;
	position: relative;
}

.form-section {
    list-style:none;
    list-style-position:outside;
    margin:0px;
    padding:0px;
    position:relative;
    zoom:1;
}

.form-required {
	margin-left: 2px;
	color: #DC291E;
}

.form-textbox {
	background: #FFF;
	border: 1px solid rgba(0,0,0,0.3);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.3) inset;
	display: inline;

}



.form-sub-label{
	color: #000000;
	display: inline;
	font-size: 10px;
	margin-right: 5px;
	font-weight: 700;
}  

.form-address-table{
    width:400px;
	float:right;
}

.form-input, .form-input-wide {
	bottom:5px;
	font-size:11px;
	position:relative;
	z-index:900;
	right:auto;
	top:auto;
	padding:3px;
	max-width:100%;
	font-size:12px;
	border:none;
	margin-top: 5px;
}

.checkbox {
	clear:left;
	margin-left:155px;
}

.clearfix {
	display: inline-block;
	display: block;
}

.form-textarea {
	width: 430px !important;
	float: left;
	border: 1px solid #555;
	padding: 4px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0, 0.4) inset;
	-moz-border-radius: 3px;
	-moz-box-shadow: 0 2px 4px rgba(0,0,0, 0.4) inset;
	border-radius: 3px;
	box-shadow: 0 2px 4px rgba(0,0,0, 0.4) inset;

}

.form-address-table {
	width:400px;
	margin-right:28px;
	float:left;
}

.form-address-table td, .form-address-table th{    
	padding-bottom:5px;
}

.form-address-line{
	display: inline;
	margin-left: 15px;
	width: 342px;

}



.form-address-line1{
	display: inline;
	margin-left: 2px;
	width: 322px;	
}

.form-state-line{
	margin-left: -3px;
	width: 135px;

}

.first{
	margin-right: 1px;
}

.last{
	margin-right: 1px;
	margin-left: 5px;
}
.lastbox {
	width:175px;
}
.area{
	margin-right: 16px;
}
.phone{
	margin-left: 18px;
}

.email{
	margin-right: 27px;
}

.emailbox{
	width: 372px;	
}
.zip{
	margin-right: 17px;
}

.quantity{
	margin-right: 18px;
}

.form-iframe {
	margin-left: -30px;
	float: left;
	margin-right: 0px;
	display: block;
	clear: both;
	position: relative;
	width: 650px;
	height: 530px;
	
}


.form-buttons-wrapper {
	margin:-10px 0 10px 0px;
	display: block;
	height: 25px;
}

iframe {
	border:0 !important;
}

.form-dropdown {
	width: 137px;
	margin-left: 38px;
}

.servicesbox{
	margin-left:0px;
}

.form-space {
	display: block;
	clear: both;
	float: left;
	width: 100%;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}
