.container {
	width:100%; 
	margin:0 auto; 
	position:relative;
	border-top: 4px solid #a9011a;
	}
	
/* Positions the contact form so it doesn't interfere with any other content, as well as a z-index above any other elements on the page */	
#contactFormContainer {
	position:absolute;
	right:50px;
	z-index:12;
	}
	
/* Hides the whole contact form until needed */	
#contactForm {
	width:510px;
	height:270px;
	background: #a9011a;
	display:none;
	padding:7px 12px; 
	color:#fff;
	}   

#contactForm form {
	margin: 0;
	}

.bar {
	display:none; 
	background:url(../images/ajax-loader.gif) no-repeat center; 
	margin-top:100px; 
	width:230px;
	height:40px; 
	}
		
#messageSent {
	display:none;
	}

/* This hides the form validation alert messages until needed */
#contactForm span { 
	display:none; 
	font-size:9px; 
	line-height:10px; 
	padding-left:6px; 
	color:#f5c478;
	}

#contactFormContainer .contact {
	position:absolute; 
	right:180px; 
	cursor:pointer;
	color: #fff;
	text-decoration: none;
	width: 143px;
	height: 30px;
	display: inline;
	display: block;
	text-indent: -9999px;
	background: url(../images/get-in-touch.jpg) no-repeat;
	}
			
/* Hides the darkening layer for the Modal effect. The z-index is necessary for layering purposes, and be sure to keep the positioning/height/width the same */	
#backgroundPopup{
	display:none; 
	position:fixed; 
	_position:absolute; 
	height:100%; width:100%; 
	top:0; left:0; 
	background:#000; 
	z-index:11;
	}

div#mail_response {
	margin: 50px 0 0 150px;
	}