/* form elements */
form {
	padding: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 50px;
	margin-left: 10px;
}
label {
	display:block;
	font-weight:bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #0033CC;
	margin-top: 9px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	letter-spacing: .1em;
}
#reqform select {
	margin-bottom: 10px;
}
input {
	padding: 2px;
	border:1px solid #FF9900;
	color:#333333;
	text-align: center;
	margin-bottom: 9px;
	width: 300px;
	background-color: #FFCC99;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
textarea {
	width:300px;
	padding:2px;
	border:1px solid #FF9900;
	height:100px;
	display:block;
	color:#333333;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFCC99;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
input.button {
	margin: 0;
	border:1px solid #FF9900;
	background: #FFF;
	padding: 2px 3px;
	color: #00CCCC;
	font-family: Arial, Sans-serif;
	font-size: 1em;
	font-weight: bold;
	width:120px;
}

.detail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 5px;
}
.detail a, .detail a:visited {
	font-size: 8pt;
}
