/* CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
    font-family:Arial,Helvetica,Verdana,sans-serif; margin:0; padding:0; border:0; font-size:11px; line-height:16px;
}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
input:focus,a:focus,textarea:focus {outline:0;}
a, a:hover { text-decoration: none; }
strong { font-weight:bold; }
/*

#FD5A2B     Red
#79D4D7     Blue
#FFB800     Yellow

*/

/* BASE STYLES */

body div#email_signup{
	display:none; 
	position:absolute; 
	width:400px; 
	left:130px; 
	top:140px; 
	border:1px solid #FD5A2B; 
	padding:10px; 
	background-color:#ffffff; 
	z-index:2000
}

body a#close_email {
	display:block;
	position:relative;
	float:right;
	color:#FD5A2B;
}

label {
	float:left;
	font-family:"Arial Narrow",Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:4px 4px 0 0;
	width:90px;
	text-transform:uppercase;
	color:#FD5A2B;
	clear:left;
	margin-bottom:12px;
}

input, select {
	border:1px solid #000000;
	font-family:Arial,sans-serif;
	font-size:12px;
	padding:1px;
	vertical-align:middle;
	width:200px;
	margin-bottom:12px;
	padding:4px 0 0 0;
}

input.submit {
	clear:both;
	border:none;
	background-color:#ffffff;
	text-transform:uppercase;
	color:#FD5A2B;
	font-family:"Arial Narrow",Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:0;
	width:373px;
	text-align:left;
	cursor:pointer;
	font-size:13px;
	border:1px solid #FD5A2B;
	padding:2px;
}

body {
	width:305px;
	margin-left:15px;
}	