@charset "utf-8";
/* CSS Document */

#FrmNewsleters {
	display: block;
	float: left;
	width: 230px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#FrmNewsleters #NewslettersTitle {
	font-size: 12px;
	font-weight: bold;
	color: #F60;
	display: block;
	padding-bottom: 4px;
	text-align: left;
}
#FrmNewsleters #SubscribeEmail {
	border: 1px solid #EFEFEF;
	height: 16px;
	background-color: #FBBCB3;
	font-size: 11px;
	width: 190px;
	float: left;
	margin-right: 4px;
	padding-right: 4px;
	padding-left: 4px;
}
#FrmNewsleters .SubscribeButton {
	background-image: url(../designs/BtnArrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
	width: 20px;
	float: left;
	border: 0px solid #AF251B;
}
form {
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: center;
}
form .TextArea {
	height: 100px;
	width: 540px;
	border: 1px solid #999;
}
form .iField {
	float: left;
	width: 200px;
	border: 1px solid #999;
}
form label {
	display: block;
	float: left;
	width: 135px;
	text-align: right;
	padding-right: 5px;
	height: 16px;
	padding-top: 2px;
}
form legend {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	height: 16px;
	display: block;
	padding-bottom: 8px;
	padding-top: 4px;
}
form fieldset {
	margin: 0px;
	padding: 0px;
	border: 1px solid #D8D8D8;
}
form p {
	height: 20px;
	padding-bottom: 4px;
	clear: both;
	padding-top: 6px;
}
.Button {
	border: 1px solid #CCC;
	background-color: #F0F0F0;
	padding-right: 10px;
	padding-left: 10px;
	height: 20px;
}
