label {
	display: block;
	color: #fff;
	width: 65px;
	float: left;
	clear: left;

}
input {
	float: left;
	background-color: #fff;
	border: 1px inset #ccc;
	padding: 2px;
	width: 230px;
	margin-bottom: 5px;
}
textarea {
	background-color: #fff;
	float: left;
	border: 1px inset #ccc;
	width: 230px;
	height: 160px;
	padding: 2px;
}
#forlabel {
	width: 165px;
}
#phone {
	width: 130px;
}
button {
	clear: left;
	float: left;
	background-color: #fff;
	color: #000;
	font-weight: bold;
	border: 2px outset #ccc;
	margin: 10px 10px 10px 150px;
	cursor: pointer;
}
button:active {
	border-style: inset;
}
#contactForm {
	margin: 10px;
}
#contactInfo {
	color: #fefe00;
	float: right;
	margin-right: 450px;
}


#application {
	text-decoration: none;
}
#application span {
	color: #fff;
	text-decoration: underline;
}
#application img {
	vertical-align: middle;
}
#messagebox {
	color: #f00;
	font-weight: bold;
	float: left;
	clear: both;
}
