/*-----------------------------------------------------------------------
Email Signup Style Sheet

version:	1.0
author:		jan wilson
email:		jan@bigwdesign.com
-----------------------------------------------------------------------*/


/*-----------------------------------------------------------------------
Reset */

* {
margin:0;
padding:0;
}

img {border:none;}

/*-----------------------------------------------------------------------
Common */

body {
}

#email-container {
background-color:#FFF3DF;
width:515px;
border:10px solid #fff;
margin-right:auto;
margin-left:auto;
}

#email-banner {
	border-bottom: 1px #C7BFAD dashed;
	margin:0px 30px 0 30px;
	text-align:center;
}

#email-content {
	float:left;
	background-color:#FFE8C4;
	margin:10px 30px;
	padding: 0 20px 0 20px;
	width:415px;
}



p{
margin:15px 0px 15px 0;
color:#900;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:13px;
line-height:1.4;
}

p.nospace{
margin:0 0 20px 0;
}

.border-top{margin-top:15px; padding-top:10px; border-top:1px #EEC380 solid;}

h1{
	margin-top:15px; 
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px #EEC380 solid;
	font-size:14px;
	color:#555;
	font-weight:normal;
	}


.space {margin-bottom:15px}
/*-----------------------------------------------------------------------
dashed borders */


div.border {
border-bottom:1px solid #C7BFAD;	
margin-bottom:px;
padding:10px 0 10px 0;
width:410px;
float:left;
}

/*-----------------------------------------------------------------------
form */
form {
text-align:left;
}

form div.info {
clear:left;
margin-bottom:5px;
}
form div.info label{
float:left;
width:180px;
font: 0.7em Verdana, Arial, Helvetica, sans-serif;	
color:#666;
text-align:right;
width:35%;
padding-right:10px;
}

form div.how {
margin-bottom:10px;
margin-left:150px;
width:200px;
float:left;
clear:both;
}
	
form div.how label{
display: block;
float: left;
clear: none;
width:150px;
font: 11px Verdana, Arial, Helvetica, sans-serif;	
color:#666;
margin-left:5px;
}
	
input.check {
display: block;
float: left;
clear: left;
height:11px
}


.buttonDiv {
	clear:both; 
	margin-bottom:15px;
	margin-left:150px;
	}

.button {
	margin:0 0 0 0; 
	padding: 2px 5px 2px 5px; 
	border:1px #fff; 
	color:#fff; 
	background-color:#69F; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	}

/*-----------------------------------------------------------------------
div location */


#email-content2 {
	float:left;
	background-color:#FFEDD0;
	border:1px #ccc solid;
	margin:10px 0px 10px 30px;
	width:455px;
	}
h2 {
	font-size:10px;
	letter-spacing:.1em;
	color:#333;
	text-transform:uppercase;
	margin:15px 0px 5px 8px;
	}
.map {
	float:left;
	width:137px;
	margin:0px 19px 0px 15px;
	}
.city {
	float:right;
	margin:15px 83px 0px 0px;
	width:200px;
	}
dt {
	font-weight:bold;
	margin-bottom:2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#8D4848;
	text-transform:uppercase; 
	}
dd {
	font-family: Verdana, Geneva, sans-serif;
	margin:0 0 10px 18px;
	indent:0px;
	padding:0px;
	font-size:11px;
	color:#666;
	}
#email-footer {
	font-size:10px;
	font-family: Verdana, Geneva, sans-serif;
	color:#666;
	clear:both;
	text-align:center;
	padding:7px 0 0 0;
	height:20px;
	margin: 0 30px 0 30px;
}

#email-footer a:link,
#email-footer a:visited,{
	text-decoration:underline;
	color: #006;
}
#email-footer a:hover,{
	color: #69F;
	text-decoration:none;
}

p.close {
	font-size:9px;
	font-family:Verdana, Geneva, sans-serif;
	margin-left:30px;
	}
	
a:link,
a:visited {
	color:#69F;
	text-decoration:underline;
}
a:hover {
	color: #900;
	text-decoration:none;
}

