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

/*Form Styles*/



#contactFormArea {
	width:400px;
	;
	margin-right: auto;
	margin-left: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-top:0px;
	text-align:left;
	float: left;
	background-color: #666666;
}
.loading {
	margin-top: -10px;
	background-color: #666666;
}

label {
	display:block;
	padding-top:5px;
	padding-bottom:1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/* this changes the color of the text for the labels such as Name, Email, etc., above the text fields*/
	color:#333333;
}

.text {
	width:400px;
	height:22px;
	background-color:#333;
	border:none;
	border-color:#322014;
	padding-left:5px;
	padding-top:5px;
	color:#CCCCCC;
	font-size:13px;
	}
	
.Message {
	width:400px;
	height:150px;
	background-color:#333;
	border:none;
	padding-left:5px;
	padding-top:5px;
	color:#FFF;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	}	

input.text:focus {
    /* this changes the bg color of when you select a field */
	background: #999;
	border: none;
	}

input.text { font-family:Arial, Helvetica, sans-serif; color:#FFF;padding:3px;margin:1px 0;border:none; }

textarea.Message:focus	{
	/* this changes the bg color of when you select the message field, should match the above color of the input.text:focus....color*/
	background: #999;
	border: none;
}

fieldset {
	border:0;
	margin:0;
	padding:0;
}
	
#emailSuccess {
	font-weight:bold;
	color:#FFF;
}


#loadBar {
	vertical-align:middle;
	padding-left:-10px;
	color:#FFF;
}



input.submit {
	margin-top:10px;
}

.contact_wrapper {
	width: 860px;
	background-color: #666666;
	height: 400px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
.contact_text {
	background-color: #666666;
	width: 430px;
	height: 302px;
	float: left;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
