.contact_input {
	width: 270px;
	height: 20px;
	text-align: left;	
	border: 1px solid #AAA;
	font-weight: bold;
	color: #3c3c3c;	
	display: block;
}

.contact_textarea {
	width: 270px;
	height: 200px;
	text-align: left;	
	border: 1px solid #AAA;
	font-weight: bold;
	font-family: 'Verdana', 'Arial', sans-serif;
	font-size: 10pt;
	color: #3c3c3c;
	display: block;
}

.contact_button {
	width: 100px;
	height: 30px;
	background: #C6C6C6;
	border: 1px solid #6C6C6C;
	color: #6c6c6c;
	text-align: center;
	margin: 10px 0px;
}

label {

	font-weight: bold;
	margin: 5px 0px 0px 0px;
	display: block;

}

h1 {

	font-size: 1.3em;
	margin: 10px 0px 0px 0px !important;
	padding: 0 !important;

}

h2 {
	
	font-size: 0.9em;
	margin: 0 !important;
	padding: 0;
	
}

h3 {

	font-size: 0.7em;

}

a {

	text-decoration: none;
	color: #6c6c6c;

}