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

#contactForm {
	width: 550px;
	margin-top: 20px;
	padding: 10px;
}
form {
	width: 500px;
	margin-top: 10px;
	font-family: "Trebuchet MS", sans-serif;
}
fieldset {
	border: 1px solid #cccccc;
	font-weight: bold;
	margin-bottom: 10px;
}
legend {
	color: #666666;
}
label {
	display: block;
	font-weight: bold;
}
textarea {
	width: 400px;
	height: 150px;
	font-family: "Trebuchet MS", sans-serif;
}
input {
	width: 250px;
	font-family: "Trebuchet MS", sans-serif;
	background-color: #fff !important;
	border:1px solid #999 !important;
}
input.button {
	width: 150px;
	background-color: #99FFFF !important;
	color:#666666;
	border: 1px solid #666666;
	font-weight: bold;
	font-family: "Trebuchet MS", sans-serif;
}
input.button:hover {
	cursor: pointer;
	background-color: #33FFFF !important;
	color:#333333;
}
.warning {
	font-weight: bold;
	color: #FF0000;
}
