﻿/* Controls > Newsletter
-------------------------------------------------------------- */
#newsletter_ControlNewsletter {
	font-size: 11px;
	color: #746760;
	line-height: 20px;
	margin-bottom:5px;
}

	#newsletter_ControlNewsletter h1 {
		display: block;
		padding: 0;
		margin: 0;
		background-image: none;

		font-size: 11px;
		color: #584841;
		text-transform: uppercase;
		font-weight: bold;
	}

	#newsletter_ControlNewsletter .input {
		width: 195px;
		height: 14px;
		float: left;
		margin: 0px 0 0 0;
		padding: 3px;
		border-left: 1px solid #cdc3bb;
		border-top: 1px solid #cdc3bb;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		background-color: #e4deda;
		
		font-size: 11px;
		color: #746760;
	}

	#newsletter_ControlNewsletter .btn {
		width: 75px;
		*height: 21px;
		float: right;
		margin: 0px 0 0 0;
	}
