/* CSS Document */
.subscribeBox {
	background-image: url(/img/splash/subscribe_box.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}
.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	width: 150px;
	height: 15px;
	background-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.subscribe_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: center;
	text-transform: uppercase;
	background-color: #999999;
	background-image: url(/img/splash/subscribe_box_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 300px;
	margin: 10px 0px 0px;
}
.subscribe_bott {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: center;
	text-transform: uppercase;
	background-color: #666666;
	background-image: url(/img/splash/subscribe_box_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 300px;
	margin: 10px 0px 0px;
}
