input.sendbutton	{ 	
	border:1px solid #000000;
	background:#cccccc;
	color:#000000;
	cursor:pointer;
	font:14px Arial;
	height:31px;
	line-height:31px;
	margin: 0px 7px 10px 0px;
	padding: 0 0 5px;
	width:330px;
}
input.sendbutton:hover	{ 
	background:#e6e6e6;
}

.normal{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
}


input.field,
textarea.field,
select.field {
	font:12px Arial;
	margin:0;
	border:1px solid #CCCCCC;
	color:#000000;
	padding:4px 5px;
	width:230px;
	vertical-align:top;
}
input.field:hover,
textarea.field:hover,
select.field:hover	{
	border:1px solid #999999;
	color:#666666;
	width:230px;
}

input.fldrequired,
input.fldrequired:hover{
	border-right:3px solid #ebc2c2; 
	width:228px;
}

select.fldrequired,
select.fldrequired:hover {
	border-right:3px solid #ebc2c2; 
	width:242px;
}

