.required {	color: #FF0000;}form fieldset{	background-color:silver;		border-width:2px 2px 2px 10px;	border-style:solid;	border-color:white;		font-family:Arial, Helvetica, sans-serif;	font-size:12px;			margin:30px 0px 20px 10px;	width:370px;	position:relative;	display:block;	padding: 0px 10px 10px 10px;}form fieldset legend{		background-color:white;		border-width:1px 1px 1px 10px;	border-color:#C40004;	border-style:solid;		color:#C40004;	font-weight:bold;	text-transform:uppercase;	font-size:12px;	text-align:center;			width:190px;	padding:3px 5px;	margin:0px 0px 10px -40px;	position:relative;	top: -14px;	}	 form fieldset legend img{	padding:0px 5px 0px 5px;	}
.label{	color:black;	font-size:13px;			display:block;	float:left;	width:70px;	text-align:left;	margin:4px 5px 0px 0px;}
input{	background-color:silver; color:black;		width:280px;	margin:2px 0px 0px 0px;		border-width: 1px 1px 1px 1px;	border-style: solid solid solid solid;	border-color:white; font-size:13px; font-weight:bold;		color:black;	font-family: arial;		padding:1px 2px;	/*float:right;*/	}
.textarea {	font-size: 13px; font-weight:bold; color:black; font-family:Arial, Helvetica, sans-serif;	width: 280px;	height: 80px;color:white;border-width: 1px 1px 1px 1px;border-style: solid solid solid solid;border-color:white;background-color:silver;}
.button{	background-color:silver;	background-image:none;		border-width:2px;	border-style:solid;	border-color:white;		font-weight:bold;	font-family:Arial, Helvetica, sans-serif;		width:400px;	padding:2px;	margin:0px 0px 0px 10px}/*** Don't remove the class nixhier, this is required for ASP ***/.nixhier {	display:none;}










