.sendbutton {
	background: #FF6600;
	font-size:10px;
	color:white;
	width:80px;
	height:21px;
	border-top: 1px solid #FF6600;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #FF6600;
}
.normal_field {
	border: 1px #FF6600 solid; 
	background: #FFFFFF; 
	width:300px; 
	font-size:10px;
}
.field_name {
	color: #333333;
	font-weight: bold;
}	
	
	.NormalField {border: 1px #FF6600 solid; background: #FFFFFF; width:300px;}
	.WrongField {border: 1px #FF6600 solid; background: #FFDDBB; width:300px;}
	.FieldName {font-family:Verdana; font-size:11px; font-weight:bold;}
	.AlertMessage {font-family:Verdana; font-size:10px; color:#FF6600;}
	.SubscribeField {border: 1px #FF6600 solid; background: #FFFFFF; width:200px;}
	.SubscribeButton {
	background: #FF6600;
	font-size:10px;
	color:white;
	width:80px;
	height:21px;
	border-top: 1px solid #FF6600;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #FF6600;
}
	.SendButton {
	background: #FF6600;
	font-size:10px;
	color:white;
	width:80px;
	height:21px;
	border-top: 1px solid #FF6600;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #FF6600;
}