#contactLeft {
	margin-top: 20px;
	padding-right: 20px;
	font-family: verdana, arial, sans-serif;
	color: #444; font-weight: normal; font-size: 12px;
	text-align: justify;
}

#contactLeftReq { /* request brochure page */
	margin-top: 20px;
	padding-right: 20px;
	font-family: verdana, arial, sans-serif;
	color: #444; font-weight: normal; font-size: 12px;
	text-align: left;
}



#contactFormContainer {
	margin: 10px 0 0 150px;
	width: 340px;
	float: left;
}

#contactFormWelcome {
	margin: 20px 0px 20px 0px;
	width: 350px;
	font-size: 13px; text-align: left; font-weight: normal; color: saddlebrown; font-family: verdana, arial, sans-serif;
}

#formContainer {
	position: relative;
	width: 475px;
	font-family: verdana, arial, sans-serif;
	color: #444; font-size: 12px; font-weight: normal;
}

#statusMsg {
	font-weight: bold; 
	font-size: 15px;
	width: 325px;
}

.greenMsg { color: green; }
.redMsg { color: red; }


/* ------------------------------- Contact Form ------------------------------- */
.formRow {
	padding-top: 17px;
	clear: both;
}

.itemSet {
	float: left;
	padding-right: 20px;
	width: 227px;
}

.itemLabel {
	font-size: 12px; font-family: verdana, arial, sans-serif;
	width: 227px;
}
* html .itemLabel { width: 223px; }

.itemContent {
	font-size: 12px; font-family: verdana, arial, sans-serif;
	width: 227px;
}
* html .itemContent { width: 223px; }

#msgContent {
	width: 475px; height: 125px;
	font-size: 13px; font-family: verdana, arial, sans-serif;
}

#submitButton {
	position: absolute; bottom: 0px; right: 0px;
	width: 75px;
}

#submitButtonReq {
	width: 95px; height: 35px;
	background-color: transparent;
	border: 0px;
}

#submitButtonReqContainer {
	position: absolute; bottom: 0px; right: 0px;
	width: 95px; height: 35px;
	border: 0px;
	background-color: transparent;
	background-image: url(./images/submitButtonReq.gif);
	z-index: 50;
}

