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

.container {
	width:960px; 
	margin:0px auto; 
	position:left;
	z-index:1;
	}
	
/* 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:0px;
	z-index:100;
	}
	
/* Hides the whole contact form until needed */	
#contactForm {
	height: 311px;
/*	width: 670px;
	background: #F7F8FB url(../images/consultatie.jpg) no-repeat 258px 13px;*/
	width: 203px;
    background: #ffffff;
	border: 1px solid #929191;
	border-radius: 4px;
	padding: 7px 14px;
	color: #fff;
	margin-top: 4px;
	margin-left: 10px;
	display:none;
	}   

@media (max-width: 720px) {
    #contactForm {
	    height: 311px;
	    width: 203px;
	    background: rgba(247, 248, 251, 0.5);
	    border-radius: 4px;
	    padding: 7px 14px;
	    color: #fff;
	    margin-top: 4px;
	    margin-left: 10px
    }

}


/*@media (min-width: 597px) {
    .forhimfirher-visible {
        display: none!important;
    }
}
@media (max-width: 597px) {
    .forhimfirher-hidden {
        display: none!important;
    }
}*/

/*#contactForm {
	height:260px;width:430px;
	background:#F7F8FB url(../images/consultatie.jpg); 
	border:1px solid #929191;
	padding:7px 12px; 
	color:#fff;
	display:none;
	}  */
/* 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:50px; 
	height:32px; width:32px;
	}
	
/* Hides the confirmation message until needed */	
#messageSent {display:none;}

.btn {
	text-transform: uppercase;
	background: #C88E3E;
	letter-spacing: .06em;
	border-radius: 4px;
	color: #fff;
	border: 0;
	font-weight: 700;
	font-size: 16px;
	padding: 11px 23px;
	width: 100%;
}
/* 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:100px;
	width:200px;
/*	background:url(../images/contact_me_up.png);*/
/*	position: right;
	left: 370px;
	bottom: -40px;*/
	cursor: pointer;
	margin-top: 10px;
	margin-left: 25px;
	}

/*	@media (max-width: 720px) {
    #contactFormContainer .contact {
		height:63px;
		width:125px;
		background:url(../images/contact_me_up_mob.png);
		cursor: pointer;
		margin-top: 10px;
		margin-left: 25px;
	}
}*/
			
/* 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; 
	background:#6d6d6d url(../images/contact_input.png) repeat-x top; 
	color:#fff; 
	border:1px solid #8a8a8a; 
	height:15px; 
	line-height:14px; 
	font-size:11px; 
	padding:2px 2px 0px;*/
	width: 160px;
	line-height: 14px;
	border: 1px solid #adadad;
	outline: none !important;
	border-radius: 4px;
	color: #1b1a1a;
	padding: 0 20px;
	display: block;
	font-size: 14px;
	height: 40px;
		}
#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;color: #72787e; text-align: center;}
#contactForm .input_boxes {float:left; width:204px;}

#dummycontent {padding-top:100px; height:600px; position:relative;}
.bottomlink {
	position:absolute;
	bottom:-37px;
	left: 36px;
}
