#newsletterSubscribeDiv{
	display:none;
	float: left;
    z-index: 9999;
    position: fixed;
	bottom: 35px;
	right: 35px;
	margin-top: 0px;	
	margin-left: 0px;
	text-align: left;
	font-size:14px;
	width: 386px;
	min-height: 358px;
	color: #CCCCCC !important;
}
#newsletterSubscribeDiv h1{
	font-family: 'Titillium Web', 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: 'Titillium Web', 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
{
    margin: 0px 10px;
	min-height: 100px;
}
#newsDivSubheading h2
{
	font-size: 13px;
	color:#ccc;
	font-weight:300;
	line-height:0px;
	text-align: center;
}
.newsletterDivSubheading
{
	padding: 10px;
	border-top: 10px solid #ed7115;
	border-left: 1px solid #ed7115;
	border-right: 1px solid #ed7115;
	border-bottom: 1px solid #ed7115;
	background: rgba(0, 0, 0, 0.7);
}
.newsletterDivSubheading h2
{
	font-family: 'Titillium Web', 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: 'Titillium Web', 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: #ed7115;

    color: #FFFFFF;

    font-weight: bold;

    border: 2px solid #fff;

}

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

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

.newsletterInput {
	border-radius: 3px;
	font-size: 16px;
	font-family: 'Titillium Web', sans-serif; 
}
.mobilecityFrm
{
	width: 10%;
}

.nameleftFrm
{
	float:left;
	position:relative;
	margin-right:15px;
	text-align: left;
}
.namerightFrm
{
	text-align: left;
}
#newsSignUpMSG {
	font-family: 'Titillium Web', sans-serif;
	font-size: 25px;
	color: #ffffff;
	letter-spacing: 1px;
	font-weight: 300;
	text-align: left;
	line-height: 36px;
	text-transform: uppercase;
}
#newsletterForm fieldset
{
	border: none;
	text-align: center;
}
#newsletterForm fieldset:not(:first-of-type)
{
	display: none;
}
#NEWS_FIRST_NAME, #NEWS_LAST_NAME
{
	width: 138px;
	margin-bottom: 10px;
}
#NEWS_EMAIL
{
	border: none;
	height: 32px;
	width: 100%;
}
.formDiv
{
	position: relative;
	text-align: left;
}
.formDivCity
{
	float: left;
	margin: 5px;
	text-align: left;
}
.formDivMobile
{
	position: relative;
	text-align: left;
	padding-bottom: 15px;
	float: left;
	width: 100%;
}
#signupchoiceDiv
{
	padding:10px 0px;
	text-align: left;
}
#nextBtn
{
	margin-right:10px;
}

.orangeButton {
	background-color: #ed7115;
    cursor: pointer;
    color: #ffffff;
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
	letter-spacing: 1px;
	border: 1px solid #fff;
	text-decoration: none;
	text-transform: uppercase;
    padding: 6px 30px;
}
.orangeButton:hover {
	background-color:#f6822c;
	cursor: pointer;
}