@charset "utf-8";
/* CSS Document - CONTACT CSS */

#ContactLeft {
	margin-left: 1%;
	width: 29%;
}

#ContactRight {
	margin-left: 1%;
	width: 69%;
}

#ContactHeader {
	margin: 0.5em 4em 1em;
	padding-bottom: .3em;
} 

#ContactContent p {
	font-size: .9em;
}

#ContactContent h5 {
	margin-bottom: 0;
}

#ContactForm {
	position:relative;
	margin: 0.5em 1em 1em 1em;
	border: solid 2px #236b8e;	
	height: 400px;
}

.formLabel {
	display:block;
	width:150px;	
}

.ast {
	color: red;
	font-size: .8em;
}

#ContactContent h2 {
	font-size: 1.2em;
	color: #236b8e;
	margin-bottom: 1.5em;
	margin-top: .5em;
}

#ContactContent table {
	width: 500px;
	margin-left: auto; 
	margin-right: auto;
}

.responseClass{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

#LoadingOverlay {
	background: #545454 url(../images/Load.gif) no-repeat center;
	opacity: .65;
	-moz-opacity:0.65;
	filter:alpha(opacity=65);            /*IE 6&7*/
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width: 100%;
	height: 100%;
	z-index:1001;
}
	