﻿/*
 * Body: Contact Styles
 */
.outputPanel {
	margin-left: 40px;
}
.pageTitle {
	margin-top: -30px;
	padding-bottom: 20px;
}
#divBody_contact {
	width: 646px;
	/*height: 409px;*/
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(255,255,255);
	background-color: rgb(0,0,0);
	padding: 55px 0px 0px 20px;
	overflow: auto;
	min-height: 409px;
}
#divContact_Notes {
	width: 100px;
	float: left;
}
#divContact_Notes .title {
	color: rgb(236,28,36);
}
#divContact_Form {
	width: 546px;
	float: left;
}
.row {
	margin-bottom: 5px;
	clear: both;
	overflow: auto;
}
.row label {
	width: 100px;
	text-align: right;
	display: block;
	float: left;
}
.row input, .row select, .row textarea {
	width: 150px;
	margin-left: 10px;
	float: left;
}
.row select {
	width: 153px;
}
.row textarea {
	width: 412px;
	height: 80px;
}
.submit .left {
	margin-left: 110px;
}
.submit .btnSubmit {
	margin-right: 18px;
	border-width: 0px;
	float: right;
}

.fieldLength {
	width: 100px;
	text-align: right;
	float: left;
}

/*
 * Specific form elements
 */
.address input, .email input, .subject input {
	width: 414px;
}