/*
Contact Form by html-form-guide.com
You can customize all the aspects of the form in this style sheet
All the style elements use form id selector(notice the #contactus). So, including this
stylesheet does not affect the other elements at all!
*/
body {
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.title {
	font-size: 1.3em;
	font-weight: bold;
	color: #333;
}

.formLabel {
	font-size: 0.8em;
	font-weight: bold;
}

.formTextbox {
	font-size: 0.8em;
	line-height: 140%;
	color: #000;
	border: 1px solid #999;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 8px;
	background-color: rgb(248, 248, 248);
	width: 450px;
}

.submitBtn {
	width: 100px;
	height: 30px;
	margin-top: 5px;
	background-color: light-gray;
}


input[type="text"]:focus, textarea:focus {
	color: #009;
	border: 1px solid #990000;
	background-color: white;
	font-weight: bold;
}

.email2 {
	display: none;
}
