#newsletter{
	font-family: "Tahoma","Arial",sans-serif;
	font-size: 9pt;
	opacity: 0.95;	/* FF */
	filter: alpha(opacity=95); /* IE */
	z-index: 1;
	padding: 5px 15px;
	width: 480px;
	min-height: 140px;
	height: auto;
	left: 30%;
	top: 40%;
	background-color: #CAF2FF;
	position: fixed;
	display: none;
	border: 2px solid #0098CB;
	border-top: 18px solid #0098CB;
	color: #000;
	
}
#newsletter h1{
	font-size: 12pt;
	color: #0098CB;
	margin-left: -5px;
	line-height: 10px;
	font-weight: 700;
	vertical-align: top;;
}
#newsletter p.newsText{
	font-size: 9pt;
	font-weight: 700;
	color: #0380AA;
	margin: 0;
	margin-left: -5px;
	line-height: 14px;
}

#newsletter label{
	color: #000;
}

#newsletter input[type='submit']{
	background-color: #0093C4;
	width: 25%;
	font-weight: 700;
	font-size:10pt; 
	height: 20px;
	border: 1px solid;
	margin: 5px;
	float: left;
	clear: both;
	margin-left: 40%;
	color: #fff;
}

#newsletter input[type='submit']:hover{
	background-color: #00B8F6;
	margin: 5px;
	float: left;
	clear: both;
	margin-left: 40%;
}

#newsletter input[type='checkbox']{
	border: 0;
	margin-right: 5px;
	padding: 0;
}

#close_link{
	color: #fff;
	font-size: 8pt;
	font-weight: bold;
	float: right;
	cursor: pointer;
	position: relative;
	right: -16px;
	top: -22px;
	width: 80px;
	height: 18px;
}
#close_link:hover{
	color: #A9E9FF;
}

#date_range_block{
	display: none;
	margin: 5px 0 0 20px;
}

#location_block{
	display: none;
}
#location_block div{
	font-size: 9pt;
	width: 80px;
	float: left;
	margin: 5px 0 0 20px;
}

#location_block div label{
	color: #000;
	font-size: 8pt;
	font-weight: 400;
}
