#newsletter{
	float:left;
	margin-top:3px;
	width:205px;
	font-family:arial;
	padding-left:10px;
}

#newsletter_title{
	color:#FD7920;
	float:left;
	font-size:13px;
	font-weight:bold;
	padding-bottom:2px;
	padding-top:3px;
	text-align:justify;
	text-transform:uppercase;
	width:100%;
}

#newsletter .intro{
	color:#565656;
	font-weight: bold;
	font-size:11px;
}

#newsletter .input_title{
	color: #FD7920;
	padding-top: 5px;
	padding-bottom: 2px;
}

#newsletter_error{
	color:red;
	display:none;
	font-size:9px;
	height:auto;
	padding-right:5px;
	padding-top:4px;
	width:100%;
}

#newsletter_confirm{
	color:green;
	display:none;
	font-size:9px;
	height:auto;
	padding-right:5px;
	padding-top:4px;
	width:100%;
}

#newsletter_email_div{
	height: auto;
	width:100%;
}

#newsletter_email{
	background-image:url(../fooldal/pics/newsletter_input.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	border:medium none;
	font-size:12px;
	height:21px;
	padding-top:2px;
	text-align:center;
	width:164px;
	color: #3F3F3F;
}

#newsletter_button_div{
	height:auto;
	padding-left:43px;
	padding-top:15px;
	width:auto;
}

#newsletter_button{
	background-image:url(../fooldal/pics/newsletter_button.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	font-size:12px;
	font-weight:normal;
	height:26px;
	padding-bottom:6px;
	width:84px;
}
