.container {
	width:1000px; 
	margin:0px auto; 
	position:relative;
	z-index:12;
	color:#353535;
	/*margin-top:22px;*/
	top: 22px;
	}
	
/* 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: 10px;
	z-index:1;
	top: 15px;
	}
	
#contactForm a {
	font-weight: normal;
}
/* Hides the whole contact form until needed */	
#contactForm {

	height:320px;width:475px;
	background:#fff; 
	/*background-image:url(../images/contact_bg.png);
	background-repeat:repeat-y;*/
	margin:0px auto; 
	border:1px solid #929191;
	/*padding:7px 12px;
	padding-left: 8px;*/
	color:#6f6f6f;
	display:none;
	position: fixed;
	float: right;
	right: 30px;
	}   

#contactForm p, a {
	margin-right: 0px;
}

form.contactForm {
	overflow:hidden;
}

/* Loading bar that will appear while the ajax magic is happening */
.bar{
	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.error { 
	display:none; 
	font-size:10px; 
	line-height:10px; 
	padding-left:16px; 
	color:red;
	}
	
/* Some styling for the contact button */
#contactFormContainer .contact {
	padding-top:6px;
	padding-right:28px;
	/*width:115px;*/
	font-size:18px;
	cursor:pointer;
	text-align:center;
	text-decoration:underline;
	}
			
/* 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; right: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:280px; 
	background:#e6f6fe; 
	color:#000; 
	border:1px solid #33ccff; 
	height:15px; 
	line-height:14px; 
	font-size:11px; 
	padding:0px 2px 0px;
	margin-left:4px;
	}
#contactForm input {background-position:0px -20px;}
#contactForm textarea {height:114px; font-family:Verdana, Geneva, sans-serif;}
#contactForm .contactBtn {
	border:1px solid #aba8a8; 
	background:#EBEBEB; 
	text-transform:uppercase; 
	color:#4d4d4d; 
	font-weight:bold; 
	position:relative;
	height:27px; width:100px; 
	cursor:pointer; 
	text-decoration: underline;
	text-align: center;
	}/*
#contactForm .cancel {
	border:0px solid #aba8a8; 
	background:#FFF; 
	text-transform:uppercase; 
	color:#4d4d4d; 
	font-weight:bold;  
	width:70px; 
	cursor:pointer; 
	float:right; 
	margin-top:16px;
	margin-bottom: 30px;
	text-align: center;
	text-decoration: underline;
	}*/
#contactForm .contact_adres{
	/*width:160px;*/ 
	padding: 17px 2px 1px 1px;
	color:#FFF;	
	}
#contactForm label {padding-left:2px; font-weight:normal;}
#contactForm p{padding-bottom:8px;font-size:14px; font-weight:normal; font-family:"georgia"; color:#4d4d4d; 
}

#contactFormDiv {
	padding-bottom:8px;font-size:14px; font-weight:normal; font-family:"georgia"; color:#4d4d4d; 
}

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

.leftBar, .rightBar {
	float:left;
}

.leftBar {
	background-color: #555;
	padding: 5px;
	width: 155px;
	height: 310px;
}

.rightBar {
	padding: 5px;
	width: 300px;
	height: 310px;
}
#contactForm .contactBtns p {
	padding-bottom: 0px;
}
