.container2 {
	width:960px; 
	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:450px;
	z-index:20;
	}
	
/* Hides the whole contact form until needed */	
#contactForm {
	height:364px;
	width:400px;
	background:#515151 url(../images/birdy.jpg) no-repeat 241px 11px;
	border:1px solid #333333;
	display:none;
	color:#fff;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	}   
.bar2/* Loading bar that will appear while the ajax magic is happening */
{
	display:none;
	margin-top:100px;
	height:40px;
	width:230px;
	background-image: url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	}
	
/* Hides the confirmation message until needed */	
#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;
	}
	
/* Some styling for the contact button */
#contactFormContainer .contact {
	height:40px;
	width:30px;
	position:absolute;
	left:7px;
	bottom:-38px;
	cursor:pointer;
	background-image: url(../../img/contact-mail.png);
	background-repeat: 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;
	}  
	
/* 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:180px;
	color:#fff;
	border:1px solid #8a8a8a;
	height:15px;
	line-height:14px;
	font-size:11px;
	padding:2px 2px 0px;
	background-color: #6d6d6d;
	background-image: url(../images/contact_input.png);
	background-repeat: repeat-x;
	background-position: top;
	}
#contactForm input {background-position:0px -20px;}
#contactForm textarea {height:114px; font-family:Verdana, Geneva, sans-serif;}
#contactForm .submit {
	border:1px solid #aba8a8; 
	background:#e5e5e5; 
	text-transform:uppercase; 
	color:#4d4d4d; 
	font-weight:bold; 
	padding:7px 16px 7px 14px; 
	height:37px; width:124px; 
	cursor:pointer; 
	float:left; 
	margin-top:196px;
	}
#contactForm .submit:active {background:#cacaca; }
#contactForm label {padding-left:4px; font-weight:bold;}
#contactForm p {padding-bottom:8px;}
#contactForm .input_boxes {float:left; width:204px;}

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

.text_submit/* Form submitted text */
{
	font-family: "Trebuchet MS", "Lucida Sans", Verdana;
	font-size: 16px;
	color: #222222;
	font-weight: normal;
	background-color: #fff;
	background-image: url(../img/backround2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}.message {
	font-family: "Trebuchet MS", "Lucida Sans", Verdana;
	font-size: 14px;
	color: #FF9900;
}
.text_submit_title {
	font-family: "Trebuchet MS", "Lucida Sans", Verdana;
	font-size: 16px;
	color: #CCCCCC;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-bottom: 4px;
}
