a { font-weight:bold; color:#4F854F; text-decoration:none; }
a:hover { font-weight:bold; text-decoration:underline; }

body,table,textarea,input,select {
	font-family:"verdana";
	font-size:12px;
}

body {
	text-align: center;
	background:url('./gfx/bg.gif');
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

table {
	width:100%;
	border-collapse:collapse;
	background-color:#F3F9F3;
	border: 1px solid #CFE3CF;
	text-align:left;
} 

td { border: 1px solid #CFE3CF; }
th {
	text-align:center;
	font-size:14px;
	padding-top:15px;
	padding-bottom:5px;
}

.chkbx { border: 0px; }

/*
lcell = label cell (forms)
icell = input cell (forms)
tcell = general text cell
dcell = dark general text cell
*/
.lcell { background-color: transparent; }
.icell { text-align:right;	background-color:#E5F9E5; }
.icell input { background-color:#BDE2BC; border: 1px solid #4F854F; }
.icell select  { background-color:#BDE2BC; border: 1px solid #4F854F; }
.icell textarea {	font-size:10px; background-color:#BDE2BC; border: 1px solid #4F854F; }

.tcell { padding-top:5px; padding-bottom:5px; }
.tcell input { background-color:#BDE2BC; border: 1px solid #4F854F; }
.dcell { padding-top:3px; padding-bottom:3px; background-color:#BDE2BC; }

.bold { font-weight:bold; }
.head  { color: #2f6333; font-size: 20px; font-weight: bold; line-height: 24px; text-decoration: none }

#primaryContainer {
	position:relative;
	width:766px;
	background-color:#FFFFFF;
	margin: 0 auto;
	text-align: center;
	
}

#primaryheader { text-align:center; width:760px; background-color:#FFFFFF; }


#generalForm input { width:450px; }
#generalForm #c_city { width:263px; }
#generalForm #f_city { width:263px; }
#generalForm #c_state { width:25px; }
#generalForm #f_state { width:25px; }
#generalForm #c_zip { width:75px; }
#generalForm #f_zip { width:75px; }
#generalForm #c_phone { width:181px; }
#generalForm #f_phone { width:181px; }
#generalForm #c_ext { width:50px; }
#generalForm #f_ext { width:50px; }
#generalForm #f_usage { width:60px; }
#generalForm #f_rate { width:50px; }
#generalForm #f_size { width:60px; }
#generalForm #f_desc { width:450px; }

#generalForm #starthour, #generalForm #startmin, #generalForm #endhour, #generalForm #endmin { width: 20px; }
#generalForm #startsuffix, #generalForm #endsuffix { width:auto; background-color:transparent; border:none; }


#motorForm #summary { width:100%; }

#lightingForm #summary { width:100%; }

#hvacForm #summary { width:100%; }

#miscForm #summary { width:100%; }
#miscForm #desc { width:556px; }

#masterForm #id, #masterForm #accessword, #masterForm #normalize, #masterForm #submit { width:200px; }