/* Override default styles for webQuote */

/* Add new styles for this form */
#primary{
	font-family:"Courier New";
	color: #793838;
}
.required {color:#000}
.requestquote input, select, td.data, td.qcol3, td.qcol2 {
	font-family:"Courier New";
	padding: 4px 2px;
	color: #339;
	font-weight: bold;
	background: #eee;
	margin: 2px 0;
}
.requestquote input, select {
	/*border:1px solid #ECACAC;*/
	border: 1px solid #ddd;
}

* html .requestquote input {	padding: 5px 2px;}

.requestquote input.chk {
	border: 0;
	padding: 0;
	height: auto;
	background: none;
}
.requestquote h4 {
	margin: 10px 0;
	color: #b5b5b5;
	font-weight: bold;
	font-size:1.5em;
}

/* Customer Info and Header Table */
#custinfo, #header {
	width: auto;
	font-size: 1em;
	margin-left: 25px;
}

#custinfo input, #custinfo .data, #header .data {
	padding: 3px 10px;
	width: 325px;}

#header .data {
	font-size: 1em;
}
.title {
	width: 150px;
}

#custinfo input.st {
	width: 50px;
}
#custinfo input.zip {
	width: 80px;
}
#header input.sml, table.textdata input.sml {
	width: 60px;
}
#header span.title, .thermdata span.title {
	color: #793838;
	width: auto;
	font-weight: normal;
	background: transparent;
}
/* Heat Exchanger Data */
table.thermdata {
	font-size:1em;
	width: auto;
}
table.thermdata td, table.textdata td{
	padding: 2px;
}

table.textdata td.header {
	padding-left: 20px;
	width: 150px;
}

.quotetitle{
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #eee;
}

.qcol1 {
	width: 275px;
}
.qcol2, .qcol3 {
	width: 230px;
	text-align:left;
	vertical-align:middle;
}

table.thermdata input {
	width: 200px;
}
table.thermdata input.sml {
	width:43px;
	margin:0;
}
table.thermdata span, table.textdata span {
	/*background: #F9E3E3;*/
	padding:2px 0;
	width: auto;
	margin: 0 2px;
}
table.thermdata input.mech {
	width:179px;
}
table.thermdata input.mech_sml {
	width:77px;
}

table.textdata {
	font-size:1em;
	font-family:"Courier New";
}

.textdata td span.title {
	font-weight:normal;
	background:#fff;
	color:#793838;
}

/* Submit and Clear buttons */
.button {
	border: 1px solid #793838;
	width: 100px;
	display: inline;
	margin: 0 5px;
	position: relative;
}
.button div {
	border: 1px solid #fff;
	display: inline;
	text-align: center;
}
.button div a {
	background: #793838;
	width: 100%;
	padding: 5px 0;
	font-size: 1.25em;
	font-weight: bold;
}
.button div a:hover {
	background: #E2C4C4;
}

.btn { display: block; border: 1px solid #793838; padding: 1px;margin:0 5px;text-align:center;float: left;}.btn * { font-style: normal; display: block;}.btn a { background: #793838;background-position: bottom left; padding: 5px;font-size: 1.5em;font-weight: bold;text-decoration: none; color: #fff}
* html .btn a{ width: auto; background-image: none;}
.btn a:hover {
	background: #B38686;
}



