@charset "utf-8";
.forms fieldset {
	border: 1px solid #CCCCCC;
	padding: 4px;
}
.forms legend {
	color: #999999;
}
.formput {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	width: 350px;
	margin-right: 6px;
	margin-bottom: 4px;
}
.formshort {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	width: 200px;
	margin-right: 6px;
	margin-bottom: 4px;
}
.selectform {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	margin-right: 6px;
	margin-bottom: 4px;
}
