table
{
    font-size: 1em !important;
    font-family: "Open Sans", sans-serif;
    border: none;
    padding:0;
    margin:0;
}
	
table input
{
    font-size:1em;
}
table select
{
    font-size:1em;
}

table td
{
    vertical-align: middle;
}

/* Email Signup Popover
-----------------------------------------------------------------*/
.signupForm
{
	position:absolute;
	z-index:20001;
	width:790px;	
	height:471px;
    border-radius: 3px;
	font-family: 'Vitesse SSm 7r', 'Vitesse SSm A', 'Vitesse SSm B', arial;
    text-align: center;
    background-color: #fff;
    border: #27373f solid 1px;
    border-top: #27373f solid 36px;
    vertical-align: top;
}
.signupBtn
{
	width:78px; 
	font-size:14px;
    padding: 15px;
}
.signupBtn:hover 
{
	font-size:14px;
}
.signupNoThanks {
    color: #1571a4;
    font-weight: bold;
    background-color: #fff;
    cursor: pointer;
    padding: 0;
    margin: 15px 15px 15px 25px;
}
.signupNoThanks:hover  {
    color: #2288c0;
}

.signupClose {
    background-color: #1571a4;
    top: -36px;
    right: -1px;
    width: 36px;
    height: 26px;
    position: absolute;
    padding: 10px 0 0;
    border-top-right-radius: 3px;
}

.signupClose:hover {
    background-color: #2288c0;
}

.signupClose:before {
    font-family: $icon-font;
    content: '\f00d';
    color: #ffffff;
}
#signupErrorContainer {
    margin: -90px auto 60px;
}
.signupError {
    padding: 10px;
    padding-left: 40px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 3px;
    background: #e16565 url(../images/erroricon.png) no-repeat 10px center;
}
.signupErrorPointer {
    padding: 0;
    background: url(../images/errorpointer.png) no-repeat 5px center;
    margin: 9px auto;
    height: 8px;
    width: 18px;
}
.signupSlider {
    height: 37px;
    width: 404px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.signupEmail {
    width:400px; 
    height: 36px;
    line-height: 36px;
    text-align: center; 
    position: relative;
    z-index:1; 
    font-size: 14px;
    -webkit-box-shadow: 0px 3px 0px #ededed inset;
    -moz-box-shadow: 0px 3px 0px #ededed inset;
    box-shadow: 0px 3px 0px #ededed inset;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #a7aaad;
}
.signupEmail.active {
    color: #56585a;
}
.signupEmail:focus { outline:none; }
.signupThankYou {
    width: 382px;
    padding: 9px 10px;
    font-size: 13px;
    font-weight: bold;
    background: #85c193 url(../images/successchk.png) no-repeat 95px center;
    color:#ffffff;
    top: -42px;
    left: 0px;
    z-index:2;
    position: absolute;
    border-radius: 3px;
}

.signupLogo { background: url('../images/signup_dialog_logo.png') no-repeat center top;padding: 0 0 20px; height: 101px;}
.signupImage { background: url('../images/SD_emailsignup_image.png') no-repeat; width: 320px; height:471px; border-radius: 0 0 3px 0;}
.signupIndent {margin: 0 35px; width: 400px;}
.signupHeader {padding: 0; margin-bottom: 20px;font-family: 'Vitesse SSm 7r', 'Vitesse SSm A', 'Vitesse SSm B', arial; font-size: 28px; text-transform: uppercase;color: #27373f;font-weight:bolder;}
.signupMessage {padding: 0; margin-bottom: 20px; font-size: 14px;font-weight: normal; color: #27373f; }
.signupPrivacy {position: absolute;top: 502px;left: 360px;text-decoration: underline; color: #27373f !important;font-family: "Verdana";font-size: 12px; }
