#contactForm {
	color:#CCCCCC;
	font-weight:900;
	text-align:left;
	position:relative;
	}
#contactForm .title {
	float: left;
	position: relative;
	top: 21px;
	left: 12px;
	}
#contactForm table {
	margin-bottom: 4px;
	}
#contactForm td {
	padding: 4px 20px;
	}
#contactForm .input {
	border: 2px solid #5CB6EA;
	font-size: 12px;
	}
#contactForm input.input, #contactForm select.input {
	width: 253px;
	height: 21px;
	padding: 3px 4px 0px 4px;
	color: #777777;
	font-weight: normal;
	}
#contactForm select.input {
	height: 28px;
	width: 261px;
	padding: 0px;
	}
#contactForm textarea.input {
	height: 122px;
	width: 253px;
	padding: 4px;
	color: #777777;
	font-weight: normal;
	}
#btn_contactMePlease:link, #btn_contactMePlease:visited {
	display: block;
	height: 37px;
	width: 261px;
	background-image: url('../images/btn_plsContactMe.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	}
#btn_contactMePlease:hover, #btn_contactMePlease:active {
	background-position: bottom left;
	}
	
#contactThankYou {
	height:220px;
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	color:white;
	font-size:22px;
	font-weight:900;
	text-align:center;
	}
#contactThankYou .text {
	position: absolute;
	width: 100%;
	top: 55px;
	left: 0px;
	}
#contactThankYou .largeText {
	font-size: 30px;
	}
#contactThankYou .overlay {
	height:220px; width:100%;
	background-color:#222222;
	filter:alpha(opacity=80); /* IE */
	opacity:0.8;
	}