﻿/* Newsletter style*/
#nl_signup{
	position:absolute;
	display:none;
	margin:0;
	padding:10px;
	z-index:100; 
	width:150px;
	background-color:#6d0f23;
	color:#fff;
	font-family:"Lucida Grande",Arial,Sans-serif;		
	font-size:11px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	border: 1px none transparent;
}

input.submit{
	font-family: "Lucida Console Grande", Arial, Sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	border: #6d0f23 1px solid;
	padding: 4px 5px 3px 5px;
	margin: 5px 0 0 0; 
	background: url(../images/submit_btn.png) #f5ebdd repeat-x 0px 0px; 
	color: #000; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	/*text-shadow: 0 -1px 0 #6d0f23;*/
}	
