@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #020202;
	font-size: 11px;
	margin: 0px;
}

#subscribeContainer {
	margin: 0 auto;
	text-align: justify;
	background-image: url(images/subscribe_repeat.png);
	background-repeat: repeat-y;
	width: 459px;
}

#subscribeHeader {
	background-image: url(images/subscribe_header.jpg);
	background-repeat: no-repeat;
	width: auto;
	height: 145px;	
}

#subscribeFooter {
	clear: both;
	background-image: url(images/subscribe_footer.jpg);
	background-repeat: no-repeat;
	width: auto;
	height: 9px;
}	

#subscribeContentWrapper {
	color: #000000;
	width: auto;
	height: auto;
	padding-top: 10px;
	padding-left: 34px;
	padding-right: 34px;
	padding-bottom: 20px;
	background-image: url(images/subscribe_repeat.jpg);
	background-repeat: repeat-y;
}


/* styles */

.required {
	font-size: 11px;
	font-weight: bold;
	color: #FF1A00;
}

.attributename {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
}

.inputLabel {
	font-size: 11px;
	font-weight: bold;
	color: #FF1A00;
}

.htmlEmails {
	float: left;
	width: auto;
	font-weight: bold;
}

.subCheckBox {
	float: right;
}			


input.box {
	background-color: #F0F0F0;
	border: 1px solid #000000;
	font-size: 11px;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	width: 280px;
}

input.box2 {
	background-color: #F0F0F0;
	border: 1px solid #000000;
	font-size: 11px;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	width: 180px;
}

input.button {
	background-color: #ff1a00;
	border: 1px solid #000000;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 2px;
	padding-right: 2px;
}					