form#newsletter_form { width: 950px; height: 100px; margin: 0 auto; display: block; background: transparent url(../../../../../src/img/newsletter/bg_shadow_top.png) no-repeat; }
	form#newsletter_form .icon { width: 100px; height: 100px; display: block; float: left; }
	form#newsletter_form .right { width: 300px; height: 100px; display: block; float: left; vertical-align: middle; }
		form#newsletter_form .right p { color: #3e3e3e; font-size: 12px; padding: 30px 0 0 0; line-height: 20px; }
	form#newsletter_form .input { width: 380px; height: 41px; display: block; float: left; background: transparent url(../../../../../src/img/newsletter/bg_text.png) no-repeat; margin: 29px 0 0 10px; position: relative; }
	form#newsletter_form .submit { width: 133px; height: 34px; display: block; cursor: pointer; float: left; background: transparent url(../../../../../src/img/newsletter/bg_submit.png) no-repeat; margin: 33px 0 0 10px; }

/*inputs*/
form#newsletter_form .input input { width: 340px; height: 100%; display: block; border: none; background-color: transparent; padding: 0 20px; color: #999999; font-size: 12px; border-radius: 6px; }
form#newsletter_form .submit input { width: 100%; height: 100%; display: block; border: none; background: transparent none no-repeat; padding: 0 20px; font-size: 20px; color: #ffffff; cursor: pointer; }