/* pjmarketing / interstitial */

#nlsignupheader{
	width:360px;
	height:360px;
	background-repeat:no-repeat;
}
#theform {
    bottom: 50px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
.email_address {
     background: -moz-linear-gradient(center top , #C3C3C3, #FFFFFF) repeat scroll 0 0 transparent;
    border: 1px solid #747474;
    color: #000000;
    font-family: verdana,arial,sans-serif;
    font-size: 12px;
    height: 16px;
    padding-left: 11px;
    width: 187px;
}

#theform .nlsubmit .submitbutton{
background-color: #004567;
border: 1px solid #533c04;
border-radius: 2px 2px 2px 2px;
color: #FFFFFF;
font-family: verdana;
height: 27px;
letter-spacing: 0.1em;
line-height: 1.7em;
position: relative;
text-transform: uppercase;
top: 17px;
width: 120px;
font-size: 13px;
}
.suboption{
 color: #FFFFFF;
    font-family: verdana,sans-serif;
    font-size: 10px;
    font-weight: bold;
    left: -4px;
    letter-spacing: 0.015em;
    position: relative;
    top: -4px;
}
#nlsignupheader .closebutton{
 cursor: pointer;
    height: 30px;
    position: absolute;
    right: 14px;
    top: 12px;
    width: 30px;
}

#sb-nav-close{
	display:none !important;
}
#sb-wrapper-inner{
	overflow: visible !important;
}
.frmerrmsg{
 background-color: #FFFFFF;
    color: red;
    font-family: helvetica,arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding: 10px;
    position: absolute;
    top: -30px;
    width: 340px;
}

/* end pjmarketing / interstitial */