@charset "utf-8";
/* SlideContact */
#contactFormContainer {
	float: right;
	position:absolute;
	right: 127px;
	z-index: 100;
}
#contactForm {
	height:285px;
	width:345px;
	background-color:#eee;
	display:none;
	border: 3px solid #000;
}
 
#contactForm fieldset {
	padding:15px; 
	border:none;
}      
#contactForm label {
	display:block;
	color:#000;
}      
#contactForm .input {
	display:block;
	border:solid 2px #4287ab;
	width: 250px;
	height:24px;
	margin-bottom:10px;
}  
#contactForm textarea {
	display:block;
	border:solid 2px #4287ab;
	width:300px;
	margin-bottom:10px;
}  
#contactForm input[type=submit] {
	background-color: #4287ab;
	border: solid 1px #000;
	color:#E2DE32;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	padding:5px;
	cursor: pointer;
}                
#contactLink {
	height:25px;
	width:345px;
	background-color: #000;
	border: 1px solid #000;
	display:block;
	cursor:pointer;
	color: #fff;
	text-shadow:#333 1px 1px 1px;
	border: 3px solid #000;
	font: 1.2em Arial, Helvetica, sans-serif;
	text-align: center;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	box-shadow: 2px 3px 4px #ccc;
    -webkit-box-shadow: 2px 3px 4px #ccc;
    -moz-box-shadow: 2px 3px 4px #ccc;
    filter: progid:DXImageTransform.Microsoft.dropShadow(color=#ccc, offX=2, offY=4, positive=true);
}
#messageSent {
	color:#ff9933;
	display:none;
}
