@charset "iso-8859-1";
/*@charset "UTF-8";*/
/* CSS Document */

/* //////////////////////////////////////////////////////////////////////////////////// JS contact form */

#contactFormContainer {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 176px;
	background-color: #0f3152;
	z-index: 1;
}

#contactForm {
    position: relative;
	margin: 0 auto;
	width: 960px;
	height: 375px;
	display:none;
	padding: 0;
}

#contactLink {
	width: 70px;
	height: 38px;
	color: #b5c8da;
	text-decoration: none;
	line-height: 38px;
	margin: 0px;
	padding-right: 20px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	cursor:pointer;
	background-image: url(../images/nav_plus.png);
	background-repeat: no-repeat;
	background-position: right 10px;
}

#messageSent {
	color:#ffffff;
	display:none;
}
