#newsletterSubscribeDiv{
	display:none;
	float: left;
    z-index: 9999;
    position: fixed;
	top: 31%;
	right: 35px;
	margin-top: 0px;	
	margin-left: 0px;
	text-align: left;
	font-size:14px;
	width: 386px;
}
#newsletterSubscribeDiv h1{
	font-family: 'BenchNine', sans-serif;
	font-size: 38px;
	color: #ffffff;
	text-shadow: 2px 2px #444444;
	letter-spacing: 1px;
	font-weight: 300;
	margin: -45px 0px 0px 0px;
	text-align: left;
	line-height: 36px;
	text-transform: uppercase;
}
#newsletterSubscribeDiv p{
	font-family: 'Overpass', sans-serif;
	font-size: 15px;
	color: #fff;
	/*text-shadow: 2px 2px #444444;*/
	text-align: left;
	letter-spacing: 1px;
	font-weight: 300;
	margin: 10px 0px 0px 10px;
}

#newsDivSubheading
{
    padding: 0px 0px 0px 10px;
}
.newsletterDivSubheading
{
	padding: 10px;
	border-top: 10px solid #f7941d;
	border-left: 1px solid #f7941d;
	border-right: 1px solid #f7941d;
	border-bottom: 1px solid #f7941d;
	background: rgba(0, 0, 0, 0.7)
}
.newsletterDivSubheading h2
{
	font-family: 'BenchNine', sans-serif;
    font-size: 20px;
    color: #ccc;
    letter-spacing: 1px;
    font-weight: 300;
    text-align: left;
    line-height: 0px;
    /*margin: 20px 0px 19px 3px;*/
    text-transform: uppercase;
}
.newsletterDivSubheading strong
{
    color: #ccc;
	font-family: 'Overpass', sans-serif;
	text-align: left;
}
#newsletterClosePopup {

    position: absolute;

    top: -9px;

    right: -11px;

    padding: 9px;

    line-height: 0px;

    height: 30px;

    border-radius: 15px;

    z-index: 9999;

    background: #f7941d;

    color: #FFFFFF;

    font-weight: bold;

    border: 2px solid #fff;

}

#newsletterClosePopup:hover {
    cursor: pointer;
	background: #000000;
	color: #f7941d;
}

table#newsletterPopupTable td {
	color: #ccc;
	padding: 5px 8px 5px 0px;
}

.newsletterInput {
	border-radius: 3px;
	font-size: 12px;
	font-family: 'Overpass', sans-serif; 
}

#newsSignUpMSG {
	font-family: 'BenchNine', sans-serif;
	font-size: 25px;
	color: #ffffff;
	letter-spacing: 1px;
	font-weight: 300;
	text-align: left;
	line-height: 36px;
	text-transform: uppercase;
}