
#contactPage {
	width: 100%;
	height: 100%;
}


#contactText {
	padding-top:35px;
	width: 100%;
}

#contactForm {
/*	background-color: #1f2131;*/
	margin-right: 0px;
	overflow: visible;
	padding-top:35px;
}

/* Contact Form Table /////////////////////////////////// */

#contactPage table {
	background-color: #99a1b4; 
	width: 90%;
}

#contactPage .spacer {
	height: 30px;
}

#contactPage .tableTitle {
	color: black;
	padding-bottom: 15px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

#contactPage .fieldName {
	color: black;
	padding-right: 5px;
	text-align: right;
}

#contactPage .fieldInput {
	color: white;
	text-align: left;
}

#contactPage .spacerCol {
}


#contactPage textArea {
	width:91%; 
	height:125px;
}

#contactPage input {
	width:90%; 
}

#contactPage select {
	width:91%; 
}

#contactPage .button {
	width: 50px;
	border: 1px solid #006; 
}

#contactPage .button:hover {
	background-color: #cccccc;
}

/* Footer /////////////////////////////////////////////////////////// */
				
#footer {
	width: 80%; /* Same width as #container */
	padding-top: 10px;
	font-size: 12px !important;
	color: #8383a6;
}

#footer .left {
	float: left;
}

#footer .right {
	float: right;
}
