﻿/* Controls > Newsletter
-------------------------------------------------------------- */

#newsletter_inscription {
	display: block;
	width: 336px;
	height: 40px;

	padding: 0px 2px;

	margin: 10px 0px;

	float: left;

	border-right: 1px solid #eefbff;
}

	#newsletter_inscription h2 {
		display: block;
		font-size: 13px;
		color: #e1f9ff;
		font-weight: bold;
		text-transform: uppercase;

		margin: 0px 0px 0px 10px;
		padding: 0px;
	}

#newsletter_ControlNewsletter {
	width: 210px;
	height: 50px;

	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;

	background: url('images/bg_newsletter.jpg') 0 0 no-repeat;
}

	#newsletter_ControlNewsletter h2 {
		display: block;
		font-size: 13px;
		color: #e1f9ff;
		font-weight: bold;
		text-transform: uppercase;

		margin: 0px 0px 0px 10px;
		padding: 0px;
	}

	#newsletter_ControlNewsletter input {
		height: 19px;
		width:160px;
		float: left;
		margin: 3px 0px 0px 10px;


		padding: 2px 3px 0px 7px;
		border: 0 solid #fff;
		background-color:white;

		font-size: 12px;
		color: #00497a;
		font-weight: bold;
		
		background: url('images/bg_newsletter_ControlNewsletter_input.jpg') 0 0 no-repeat;
	}

	#newsletter_ControlNewsletter .btn {
		width: 20px;
		height: 21px;
		float: left;
		margin: 3px 0px 0px 0px;
		padding: 0;
		background: url('images/bg_newsletter_ControlNewsletter_btn.jpg') 0 0 no-repeat;
	}

	#newsletter_ControlNewsletter .btn:hover {
		padding: 0px
	}
