body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}
body {
	background-color: #FFF;
	margin: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 19px;
	color:#333;
}

input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	border-color:grey;
	border-width:1.5px;
	padding:2px;
	color:grey;
}
textarea {
	height:170px;
	width:325px;
}
.inputbox {
	height:20px;
	width:325px;
}


#container {
	width:900px;
	margin:0 auto;
	background-color:#FFF;
}
#container a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:grey;
	text-decoration:none;
}
#container a:hover {
	color:#1f9ded;
	text-decoration:underline;
}

<!-- Footer Styles -->
#footer {
	width:900px;
	margin:0 auto;
	background-color:#FFF;
	line-height:30px;
	color:#000;
	text-align:center;
	font-size:11px;
}




<!-- Content Area Styles -->
#contentArea {
}

.clearfloat {
	clear:both;
	font-size:1px;
	line-height:0px;
	height:0px;
}


/*lft and rgt field alignment*/

.lft {
	width:150px;
	float:left;
	text-align:right;
	padding-right:30px;
	line-height:30px;
	font-size:16px;
}
.rgt {
	width:700px;
	line-height:30px;
}
/*added aug 30, 16*/
input.request-quote{background:#ff9600;
    border: medium none;
    border-radius: 4px;
	font-size: 18px;
    color: #000 !important;
	padding:9px 17px 9px 17px !important;
   }