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

#contact form {
	margin-top: 2em;
}

#contact form em {
	color: #f00;
	font-weight: bold;
}
label, label span {
	display: block; 
	margin-bottom: .4em;
	clear: left;
}
label span {
	float: left;
	width: 13em;
	text-align: left;
}
fieldset {
	border: none;
}
fieldset select, fieldset input {
	width: 22em;
	height: 1.6em;
	border: 1px solid #666;
	font-size: 12px;
}
fieldset textarea {
	width: 22em;
	height: 8em;
	border: 1px solid #666;
	font-size: 12px;
}
fieldset select:hover, fieldset input:hover, fieldset textarea:hover {
	border-color: #74a0c2;
}
img.logo .bottom { 
	clear: both;
}

#submitBtn {
	height:2em;
	width: 22em;
	background-color: #ccc;
	border-top: 2px solid #ddd;
	border-left: 2px solid #ddd;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
}

