fieldset
{
	border: 1px solid #999999;
	width: 600px;
	background-color: #F4F4F4;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}

label{
	width: 200px;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block;

}

input{
	border-right: #999 1px solid; 
	border-top: #999 1px solid; 
	border-left: #999 1px solid; 
	border-bottom: #999 1px solid;
}

textarea {
	border-right: #999 1px solid; 
	border-top: #999 1px solid; 
	border-left: #999 1px solid; 
	width: 300px; 
	border-bottom: #999 1px solid; 
}


input.button {
	border-right: medium none;
	border-top: medium none;
	border-left: medium none;
	color: white;
	border-bottom: medium none;
	background-color: #666666;
	height: 25px;
}

.required {
	background-image: url(../images/required.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 15px;
}


.notrequired {
	padding-right: 15px;
}

.inputreq{
	border-right: red 1px solid; 
	border-top: red 1px solid; 
	border-left: red 1px solid;  
	border-bottom: red 1px solid;
}

.inputreset{
	border: 1px solid #000000;
}

#errormsg{
	color: #FF0000;
}
