﻿	#newsletters {
		margin:0;
		padding:0;
		margin-bottom:10px;
		background-color:#F9FBFD;
		border:1px solid #0067A6;
		width:200px;
	}
	
	#newsletters h3 {
		background-image:url(../Images/win-top-img.gif);
		background-repeat:repeat-x;
		font-size:12px;
		padding:3px;
		color:#FFFFFF;
		margin:0;
	}
	
	#newsletters p {
		margin:5px;
		font-size:10px;
		color:#333333;
		line-height:1.5em;
	}
	
	#newsletters .form {
		padding-bottom:25px;
	}
		
	#newsletters .form label {
		float:left;
		font-weight:bold;
		text-align:left;
	}
	
	#newsletters .form input {
		float:right;
	}
	
	#newsletters h6 {
		margin:5px;
		padding:0;
		clear:both;
	}

	#newsletters h6 a:link, #newsletters h6 a:active, #newsletters h6 a:visited {
		color:#0071BB;
		text-decoration:none;
	}
	
	#newsletters h6 a:hover {
		color:#E02B10;
	}
