.textbox {
	width: 380px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	background: #e6f0f7;
	border: solid 1px #a7a7a7;
}
.textboxMulti {
	width: 380px;
	height: 125px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	background: #e6f0f7;
	border: solid 1px #a7a7a7;
}
.textbox:focus, textarea:focus {
	background-color: #bcd9ed;
	color: #333;
}
#formRequestContact select:hover, input:hover, textarea:hover {
	background-color: #d5e6f3;
}
#formRequestContact {
	font:100% verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
	min-width: 500px;
	max-width: 600px;
	width: 560px;
}
#formRequestContact fieldset {
	/* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
	border-width: 1px;
	border-style: solid;
	padding: 10px;
	margin: 0;
}
#formRequestContact fieldset legend {
	font-size:1.1em;
}
#formRequestContact label {
	display: block;
	float: left;
	width: 80px;
	padding: 0;
	margin: 5px 0 0;
	text-align: right;
}
#formRequestContact input, #formRequestContact textarea {
	width:auto;
	margin:5px 0 0 10px;
}
#formRequestContact textarea {
	overflow: auto;
}
#formRequestContact small {
	display: block;
	margin: 0 0 5px 160px;
	padding: 1px 3px;
	font-size: 88%;
}
#formRequestContact br {
	clear:left;
}
