﻿body 
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	
}

#button-SignUp {
	background-color: #d7a900; 
	color: #ffffff; 
	height: 25px;
	border: none;
	font-weight: bold;
	font-size: 11px;	    
	margin-bottom: 8px;
	float: left;
	cursor: pointer;
	margin-left:0px;
	width: 149px;
}

#button-SignUp:hover
{
    background-color: #e7c64f;
}
		
.widget-email-capture-container {
	width: 200px;
	height: 263px;	    
	background-color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
	
.widget-email-capture-banner {
	width: 160px;
	height: 37px;
	background-color: #f2f1f2;
	margin-top: 9px;
	margin-left: 12px;
	margin-right: 12px;
	padding: 8px;
	    
}
	
.widget-email-capture-content {
	width: 155px;
	height: 210px;
	background-color: #f5f5f5;
	margin-bottom: 10px;
	margin-top: 7px;
	padding-left: 12px;
	padding-right: 15px;
	padding-top: 3px;
	border: 1px solid #dddddd;
}

.widget-email-capture-privacy-notice {
	float: left;
	clear: left; 
	width: 160px;
	margin-bottom: 10px;
	font-size: 9px;
}
	
.widget-email-capture-text-input {
	font-size: 11px;
	height: 25px;
	width: 150px;
	color: #999999;
	margin: 0px;
	margin-bottom: 11px;
	margin-top: 11px;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;	
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding-left: 5px;
}
	
.widget-email-capture-para {
	margin-top: 7px;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	width: 150px;
	line-height: 14px;
}
	
a.emailOptInWidgetLink:active, a.emailOptInWidgetLink:focus, a.emailOptInWidgetLink:link, a.emailOptInWidgetLink:hover, a.emailOptInWidgetLink:visited {
	text-decoration: none;
	color: #599fb8;
	font-size: 9px;
} 	
	
.widget-email-capture-banner-img {
	width: 44px;
	height: 44px;
	float: left;
	margin-right: 5px;
	margin-top: 0px;
}

.widget-email-smaller-text {
    font-size: 9px;
}

.widget-email-capture-hr-bar {
    margin-left: 0px;
    clear: both; 
    color: #cfcfcf; 
    background-color: #cfcfcf; 
    width: 133px; 
    height: 1px; 
    border: 0px;
    overflow: hidden;
}


.dropshadow-sides {
	-moz-box-shadow: 3px 3px 7px #CCCCCC;		
	-webkit-box-shadow: 3px 3px 7px #CCCCCC;	
	box-shadow: 3px 3px 7px #CCCCCC;
}

h3.widget-email-capture-content {
    margin-bottom: 0px; 
    margin-top: 11px; 
    font-family: Arial; 
    font-weight: bold; 
    font-size: 12px; 
    color #333333;
}

.widget-email-capture-content-head {
    margin-bottom: 0px; 
    margin-top: 11px; 
    font-family: Arial; 
    font-weight: bold; 
    font-size: 12px; 
    color #333333;
}

.validationMessage {
    background-color: #F5E7DC;
    border: 1px solid #B63837;
    margin: 25px 0px 12px 0px;
    padding: 5px;
    width: 139px;
}
