@charset "UTF-8";
/* CSS Document */


#contactForm {
/* 	font: Verdana, Arial, Helvetica, sans-serif; */
	text-align:left;
	/* background: aqua; */
	/*
position: relative;
	left: 200px;
	top: 15px;
*/
	display: block;
	
		padding-left: 2px;
		/* padding-bottom: -6px; */
		padding-right: 2px;
		padding-top: 2px;
		border-style: solid;
		border-color: #b3b3b3;
		border-width: 1px;
		width: 301px;
		margin-left: auto;
		margin-right: auto;
		/* margin-bottom: 30px; */
		background: #e6e6e6;
		/* max-height: 200px; */
		position: relative;
		top: 18px;
		clear: both;
}
#contactForm .input {
	width: 142px;
	height: 13px;
	display: block;
	text-align: left;
	/* position: relative; */
	/* right: -15px; */
	/* top: 1px; */
	z-index: 1;
	clear: both;
	margin-bottom: 3px;
}
#contactForm label {
	display: block;
	width: 175px;
	float: left;
	/* text-align: right; */
	/* padding-right: 10px; */
	font-family: "Courier New", Courier, Monaco, monospace;
	/* font-weight: bold; */
	font-size: 1em;
	/* color: #ffffff; */
	margin-top: 0px;
	position: relative;
	top: 0px;
	left: 5px;
	
	text-align: left;
	/* text-shadow: 0px 1px 2px #191919; */
	/* background: aqua; */
	/*
top: 0px;
	left: 5px;
*/
	z-index: 2;
}
#contactForm label.focus{
	text-shadow: 0px 0px 0px #191919;
	color: #808080;
}
#contactForm .cc {
	position: relative;
	/* top: -11px; */
}
#contactForm .cc label {
	position: relative;
	top: -2px;
	left: 0px;
}
#contactForm .cc input {
	position: relative;
	/* top: -5px; */
	left: -60px;	
	min-width: 10px;
	width: 10px;
	max-width: 10px;
	min-height: 10px;
	height: 10px;
	max-height: 10px;
}
#contactForm #cc {
	position: relative;
	/* top: -10px; */

}
#contactForm input {
	float: left;
	display: block;
	width: 296px;
	height: 13px;
	vertical-align: middle;
/* 	font: 1em "Courier New", Courier, Monaco, monospace; */
	/* color: #ffffff; */
	margin-top: 0px;
	margin-bottom: 0px;
	background: #ffffff;
	padding-top: 0px;
	padding-left: 2px;
	
	text-align: left;
	position: relative;
	
	/*
width: 142px;
	height: 13px;
*/
	position: absolute;
	top: 0px;
	left: 0px;
	background: transparent;
	border: 1px solid #b3b3b3;
	z-index: 1;
	/*
right: -15px;
	top: 1px;
*/
	z-index: 1;
}
#contactForm #submit {
	/* float: left; */
	background: transparent;
	cursor: pointer;
	border: 0px solid #A4A4A4;
	width: 35px;
	max-width: 35px;
	display: block;
	height: 14px;
	/* font-weight: bold; */
	position: relative;
	top: -3px;
	left: 73px;
	
	
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/send_button.png);
}
#contactForm #submit:hover {
	/*
background: #CCCCCC;
	cursor: pointer;
	border: 1px solid #A4A4A4;
*/
}
#contactForm #submit:focus {
	/*
background: #E9E9E9;
	cursor: pointer;
	border: 1px solid #A4A4A4;
*/
}
#contactForm select {
	float: left;
	display: block;
	width: 302px;
	height: 20px;
	vertical-align: middle;
/* 	font: .9em Verdana, Arial, Helvetica, sans-serif; */
	color: #333333;
	border: 1px solid #ffffff;
	margin-top: 3px;
	margin-bottom: 3px;
}
#contactForm select:focus {
	background: #E9E9E9;
	color: #000000;
}
#contactForm select:hover {
	background: #E9E9E9;
}
#contactForm textarea {
	float: left;
	display: block;
	min-width: 299px;
	width: 299px;
	max-width: 299px;
	min-height: 60px;
	height: 60px;
	max-height: 60px;
	vertical-align: middle;
/* 	font: 1em Verdana, Arial, Helvetica, sans-serif; */
	/* color: #ffffff; */
	border: 1px solid #b3b3b3;
	
	margin-top: 4px;
	margin-bottom: -13px;
	background: transparent;
	position: relative;
	top: -18px;

	
	
}
#contactForm textarea:focus {
	background: #ffffff;
	color: #000000;
}
/*
#contactForm textarea:hover {
	background: #E9E9E9;
}
*/
#contactForm br {
	clear: both;
	min-height: 0px;
	height: 0px;
	max-height: 0px;
}
#contactForm input:focus {
	background: #ffffff;
	color: #000000;
}
/*
#contactForm input:hover {
	background: #E9E9E9;
}
*/

/*
#contactForm #cc {
	width: 18px;
	height: 18px;
}
*/


#contactForm #successfulMessage {
/* 	font: bold 1em Verdana, Arial, Helvetica, sans-serif; */
	color: #33CC33;
	margin: 10px;
	position: relative;
	top: 100px;
	left: 20px;
}
#Contact#contactFormWrapper #contact#contactForm a {
	color:#333333;
	text-decoration: none;
}
#Contact#contactFormWrapper #contact#contactForm a:hover {
	text-decoration: underline;
}

#contactForm input, #contactForm textarea {
	background: #ffffff;
}



#contact #body {
	min-height: 275px;
	height: 275px;
	max-height: 275px;
}