/*
Popup email collector css
-------------------------*/

/*
Reset settings
-------------------------*/
.email_collector_iframe_body {
	color:#333;
	font-size:14px;
	line-height:20px;
	font-family:"Trebuchet MS",Arial,Verdana,sans-serif;
}
.email_collector_iframe_body p {
	margin:0;
	padding:0;
}
/*
Style for the popup
--------------------------*/
#id_sticky_float_box {
	top:0px;
	position:absolute;
	margin-top:200px;
	z-index:101;
}
.email_collector {
	position:fixed;
	z-index:102;
	width:310px;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	color:#333;
	font-size:14px;
	line-height:auto;
	line-height:20px;
	display:none;
}
.email_collector_header {
	height:47px;
	background:transparent url(images/email_collector.png) 0 0 no-repeat;
}
.email_collector_header span {
	display:block;
	padding:23px 0 0 35px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
}
a.email_collector_close {
	display:block;
	float:right;
	width:18px;
	height:20px;
	cursor:pointer;
	background:transparent url(images/email_collector.png) -89px -109px no-repeat;
	margin:24px 26px 0 0;
}
a.email_collector_close:hover {
	background:transparent url(images/email_collector.png) -107px -109px no-repeat;
}
.email_collector_body {
	width:250px;
	padding:5px 30px 0;
	background:transparent url(images/email_collector_bg.png) left top repeat-y;
}
.email_collector_footer {
	width:310px;
	height:38px;
	background:transparent url(images/email_collector.png) 0 -47px no-repeat;
}
#id_loading {
	display:none;
	height:20px;
	width:20px;
	background:transparent url(images/loading.gif) center center no-repeat;
	margin:0 auto;
	position:relative;
	$bottom:20px ! important;
	$margin-bottom:-20px ! important;
}
.email_collector_body h2, .email_collector_body cite {
	text-align:center;
	padding:0 10px;
	$padding:0;
	$font-size:20px;
}
.email_collector_body h2 {
	line-height:24px;
	color:#666;
}
.email_collector_body cite {
	color:#777;
	padding-top:10px;
	font-size:12px;
	display:block;
}
/*.ec_input_wrapper {
	height:24px;
	width:143px;
	background:transparent url(images/email_collector.png) 0 -85px no-repeat;
}*/
/*
Moonray form
-------------------------*/
div.moonray_forms {margin:10px auto 0;width:209px;}
div.moonray_forms fieldset .moonray_input {-moz-border-radius:3px;-webkit-border-radius:3px;background:#fff;border:1px solid #9C8645;padding:3px;}
div.moonray_forms fieldset input.error {border-color:#ff0000;}
div.moonray_forms fieldset label, div.moonray_forms fieldset .error {display:block;}
div.moonray_forms fieldset b.error {border:none;font-size:12px;font-weight:normal;color:#ff0000;}
div.moonray_forms fieldset label {width:100% ! important;float:none;font-size:1em;padding:0;margin:0;font-family:"Trebuchet MS",Helvetica,sans-serif;margin-bottom:5px;font-weight:normal;}
div.moonray_forms fieldset {padding:0;margin:0;border:none;}
div.moonray_forms input.moonray_btn {;display:block;padding:2px 5px;background:#9C8645;color:#fff;margin:0;border:none;position:relative;height:auto ! important;font-size:13px;text-transform:uppercase;-moz-border-radius:3px;-webkit-border-radius:3px;}
div.moonray_forms fieldset input {margin-bottom:10px;width:201px ! important;}
.moonray_required {color:#ff0000;}
.etips_fieldset {-moz-border-radius:5px;-webkit-border-radius:5px;}
.etips_fieldset legend strong {margin:0 5px;}
/*
overlay
----------------------*/
.light-box-overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.75;
	z-index:100;
	filter:alpha(opacity=75);
	display:none;
}
/*
Should be in the bottom
----------------------*/
.clear {
	clear:both;
}
.red_text, .error, .moonray_required {
	color:#ff0000;
}
