
/*___ newsletter _____________________________________________________ */

#newsletter {

	position:absolute;
	top:396px;
	left:686px;
	width:133px;
	height:180px;

	/*border-style:solid;
	border-width:1px;
	border-color:#C0C0C0;*/

	background-color:#566D9E;
	background-repeat:no-repeat;
	background-position:0px 0px;
	/*background-image:url(../image/0_newsletter.png);*/
}

#newsletter_text {

	position:absolute;
	top:7px;
	left:5px;
	width:118px;
	
	margin:0px;
	padding:0px;

	font-family:serif;
	font-style:normal;
	font-variant:normal;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	text-transform:none;
	color:#000000;
	text-align:center;
}

#email_input {

	position:absolute;
	top:58px;
	left:5px;
	width:118px;
}

#subscribe_unsubscribe {

	position:absolute;
	top:85px;
	left:5px;
	width:122px;
}

#send_button {

	position:absolute;
	top:114px;
	left:5px;
	width:122px;
	/*background-color:#DA251D;*/
}