@charset "utf-8";
/* CSS Document */
body {
	margin: 5px;
	padding: 5px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}
fieldset#qcontact {
	width: 285px;
	background: #ECEDF9;
	border: solid 1px #9093A7;	
	font-size: .7em;
	position: relative;
	margin-top:1em;
	padding-top:.75em;
	clear: right;
}
#qcontact legend {
	position: absolute;
	top: -.5em;
	margin-left: 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #000033;
}
#hpcontact label {
	display: block;
	float: left;
	width: 80px;
	margin: 5px;
	text-align: right;
}
#hpcontact input {
	margin: 2px;
}
#hpcontact textarea {
	margin: 2px;
}
a:link, a:visited {
	color: #000066;
	text-decoration: none;
}
a:hover, a:active {
	color: #6773BC;
	text-decoration: underline;
}
.center {
	text-align: center;
}