.container {
	width:600px; 
	margin:0px auto; 
	position:relative;
	z-index:12;
	}
	
/* 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;
	left:210px;
	z-index:1;   
	}
	
/* Hides the whole contact form until needed */	
#contactForm {
	height:289px;width:558px;
	background:#515151; 
	border:1px solid #E8ECF5;
	padding:7px 12px; 
	color:#fff;
	display:none;
	}   


#contactFormContainer .contact {
	height:36px; width:92px;
	background:url(/jquery/images/contact_me.png); 
	position:absolute; 
	left:488px; bottom:-35px; 
	cursor:pointer;
	}
