﻿/* Controls > Newsletter
-------------------------------------------------------------- */
#newsletter_ControlNewsletter {
	width: 204px;
	height: 110px;
	float: left;

	padding: 15px 0px 15px 25px;

	text-align: left;
	color: #707173;

	border-right: 1px solid #c8c8c8;
	background-color: #ffffff;
}

	#newsletter_ControlNewsletter h1 {
		color: #383939;
		text-decoration: none;
		text-transform: none;
		font-weight: normal;
		font-size: 11px;
		font-weight: bold;

		margin: 0px;
		padding: 0px;
		border: none;
		visibility: visible;
	}

	#newsletter_ControlNewsletter input {
		height: 17px;
		width:130px;
		float: left;
		margin: 5px 0px 0px 0px;
		padding: 4px 3px 0px 3px;
		border: 1 solid #383939;
		background-color:white;

		font-size: 10px;
		color: #595959;
		font-weight: normal;
	}

	#newsletter_ControlNewsletter .btn {
		width: 41px;
		height: 22px;
		float: left;

		margin: 5px 0px 0px 5px;
		border: none;

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

	#newsletter_ControlNewsletter .btn:hover {
		text-shadow: #54000a 0px -1px 1px;
		background: url('images/btn_newsletter.jpg') bottom no-repeat blue;
	}


/* Controls > Nos Newsletters
-------------------------------------------------------------- */

.nos_newsletters {
	display: block;
	width: 208px;
	min-height: 103px;

	padding: 15px 26px;

	background: url('images/bg_nos_newsletter.jpg') bottom no-repeat #f8f9f8;
}

	.nos_newsletters hr {
		height: 2px;

		margin: 5px 0px 5px 0px;
		background-color: #f6f6f6;
		color: #f6f6f6;
		
		border-top: 1px solid #c7c8ca;
	}
