@CHARSET "UTF-8";

#newsletter {
	background: url('../imgs/newsletter.jpg');
	width: 324px;
	height: 73px;
}

#newsletter_input {
	position: relative;
	width: 163px;
	height: 20px;
	top: 25px;
	left: 77px;

	border: 1px solid #666699; 
	background-color: white;
}

#newsletter_input input{
	width: 172px;
	height: 20px;
}

#newsletter_submit {

	position: relative;
	width: 65px;
	height: 22px;
	top: 35px;
	left: 78px;
	border: 1px solid transparent; 

}
