#newsletter_popup{
		background: #fff URL(/graphics/bg_middle.jpg) repeat-y;
		background-position: -28px 0;
		z-index: 500;
		border: 1px solid #291d07;
		padding:25px;
		display: none;
	}
	
		#newsletter_popup #Logo{
			width: 223px;
			margin: 0 0 0 -14px;
		}
		
		#newsletter_popup p{
			width: 420px;
		}
		
		#newsletter_popup img#close-btn{
			position: absolute;
			top: 0px;
			right: 0px;
			cursor: pointer;
			z-index: 50;
		}
	
		#newsletter_popup input
		, #newsletter_popup label{
			display: block;
			margin-bottom: 10px;
		}
		
		#newsletter_popup label{
			margin-bottom: 2px;
		}
		
		#newsletter_popup input[type="text"]{
			width: 217px;
			height: 18px;
			font-size: 11px;
			color: #000;
			padding: 4px 0px 0px 4px;
			border: 1px solid #716b59;
			border-bottom-color: #EDE6D0;
			border-right-color: #EDE6D0;
			background-color: #D9CDAB;
		}
		
			#newsletter_popup input[type="image"]{
				float: right;
				margin-top: 10px;
				margin-bottom: 0px;
			}
		
		
	.overlay{
		background: #000;
		display: none;
		position: absolute;
		width: 100%;
		height: 100% !important;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 40;
		opacity: 0.5;
		display: none;
	}