.quoteForm input[type="radio"] { width:auto !important; float:left !important; }

.quoteForm label { float:left !important; } 



.requestForm {
	margin:auto;
}

textarea { overflow: auto; }

#contactForm { 
 	width:600px;
 	background-image:url(../images/formBG.png);
	background-repeat:no-repeat;
	background-position:top;	
	 }

#contactForm input, #contactForm textarea { width:95%; }


.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
 
	text-align:center;
	font-size:16px;
	color:#fff;
	height:30px;
	border:none;
	width:auto;
}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	 
	text-align:center;
	font-size:16px;
	color:#fff;
	height:30px;
	border:none;
	width:auto;
}
.button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
 
	text-align:center;
	font-size:16px;
	color:#fff;
	height:30px;
	border:none;
	width:auto;
}
.home-form {
	margin-left: 20px;
}
.home-form label {
	margin-left: 10px;
}
.home-form input[type="text"], .home-form textarea {
	padding: 5px 10px;
	width: 200px;
	margin: 5px 0px 5px 10px;
}
.home-form input[type="submit"] {
	margin-left: 10px;
}
input.rounded, .rounded {
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/*-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666; */
	font-size: 14px;
	padding: 4px 7px;
	outline: 0;
	-webkit-appearance: none;
}
input.rounded:focus, textarea.rounded:focus {
	border-color: #339933;
	font-family:Arial, Helvetica, sans-serif;
}
form input {
	height: 15px;
	width: 270px;
	font-weight:normal;
	font-size:14px;
	margin: 0px 0 5px 0;
}
textarea {
	width: 270px;
	height:50px;
	font-weight:normal !important;
	font-family:Arial, Helvetica, sans-serif;
 
	}
form label {
	display: block;
	margin: 2px 0;
	font-size: 12px;
	color:#000;
	
	
}
#send_message {
	height: 32px;
	display: block;
	margin: 5px auto 10px;
	background: black;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	cursor:pointer;
	width:100%;
}
.errMsg {
	color:red;
	font-size:12px;
}


.formCols { 
	width:200px;
	float:left;
	margin:5px;
	}
	
/* Contact Us Page Form Styles */

#contactpageform input { 
	height: 25px;
	width: 596px;
}

#contactpageform textarea { width: 596px; }

#contactpageform .submitButton { width:auto; }

#contactFormPage { margin-top:25px; }

#mainFormcontactus {
    display: block;
	background-image:url(../images/form-gradient-bg-LG.png);
	background-repeat:no-repeat;
	background-position:top;   
    height:845px;
    padding-bottom:25px;
    padding-left:15px;
    padding-right:15px;  
    width:615px;
}

#contactpageform {
	padding-top: 25px;
}
	
