body {background:#fff; font-family:Verdana, Geneva, sans-serif; font-size:12px; line-height:20px; color:#545353;}

.containercont { 
	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;
	z-index:1;
	}
	
/* Hides the whole contact form until needed */	
#contactForm {
    height: 330px;
    width: 558px;
    background: #515151 url(../images/birdy.jpg) no-repeat 0px -15px;;
    border: 1px solid #929191;
	    border-radius: 4px;
    padding: 7px 12px;
    color: #fff;
    display: none;
	}   

/* Loading bar that will appear while the ajax magic is happening */
.barcont{
	display:none; 
	background:url(../images/ajax-loader.gif) no-repeat center; 
	margin-top:100px; 
	height:40px; width:230px;
	}
	
/* Hides the confirmation message until needed */	
#messageSent {display:none;}

/* This hides the form validation alert messages until needed */
#contactForm span { 
	display: none;
    font-size: 15px;
    line-height: 15px;
    padding-left: 6px;
    color: #C71E1E;
	}
	
/* Some styling for the contact button */
#contactFormContainer .contact {
    display: inline-block;
    color: #000000;
    font-weight: 300;
    cursor: pointer;
	}
			
/* 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;
	}  
	
/* Form styling from here on out. There is nothing in here that you HAVE to use to get this to work */	
#contactForm textarea, #contactForm input {
	width:300px; 
	background:#6d6d6d url(../images/contact_input.png) repeat-x top; 
	color:#fff; 
	border:1px solid #8a8a8a;  
	line-height:14px; 
	border-radius: 3px;

	}
#contactForm input {background-position:0px -20px;}
#contactForm textarea {height:80px; font-family:Verdana, Geneva, sans-serif;}
#contactForm .submit {
	border-radius: 2px;
    display: inline-block;
    background-color: #6F6D6D;
    font-size: 14px;
    color: #ffffff;
    padding: 10px 8px 10px 8px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 300; 
	float:left; 
	margin-top:240px;
	margin-left: -305px;
	width: 25%;
	}
	#contactForm .close {
	border-radius: 2px;
    display: inline-block;
    background-color: #6F6D6D;
    font-size: 14px;
    color: #ffffff;
    padding: 10px 28px 10px 8px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 300; 
	float:left; 
	margin-top:240px;
	margin-left: -136px;
	width: 25%;
	}
#contactForm .submit:active {background:#cacaca; }
#contactForm label {padding-left:4px; font-weight:bold;}
#contactForm p {padding-bottom:8px;}
#contactForm .input_boxes {float:left;}

#dummycontent {padding-top:100px; height:900px; position:relative;}
.bottomlink {position:absolute; bottom:0;}
