/* CSS Document */

.subscribe-wrapper {
width:500px; 
height:385px; 
background-image:url(../images/subscribe-bg.jpg);
background-repeat:no-repeat;
background-position:top left;
overflow:hidden;
position:relative;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.option-buttons {
bottom: 52px;
left: 15px;
position: absolute;
}

.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../images/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
	
}
.radio {
	background: url(../images/radio.png) no-repeat;
}
.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(select.gif) no-repeat;
	overflow: hidden;
}


input.email {
border: 1px solid #58585A;
height: 20px;
margin-right: 3px;
padding: 2px;
width: 245px;
}

input.send {
background-image:url(../images/send.png);
width:71px;
height:22px;
background-color:transparent;
border:0;
padding:0;
margin:0;
background-repeat:no-repeat;
background-position:top left;
cursor:pointer;
}

table.email-wrapper {
margin-top:13px;
}

.error {
color:#990000;
font-size:11px;
}

.loader {
display:none;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.style2 {
	font-size: 14px;
	font-weight: bold;
}
.style3 {
	font-size: 11px;
	color: #000000;
}
.style4 {	font-size: 10px;
	color: #003366;
}
.style41 {	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.even {
background-color:#eee;
}

.even a, .odd a {
text-decoration:none;
font-weight:bold;
}