.coupon_h1{
	color: #ffca06;
	text-align: center;
	margin: 30px 0 0 0;
}

.coupon_h4{
	color: #fff;
	font-size: 12px;
	text-align: center;
	font-weight: 100;
	margin: 0;

}

.coupon-container{
	width: 600px;
    margin: 15px auto 0 auto;
    padding-top: 10px;
    border-top: 1px solid #fff;
}

.coupon-container ol{
	margin-top: 30px; 
}

.coupon-container ol li{
	font-size: 12px;
}

.coupon-input{
	width: 400px;
	margin: 0 auto 0 auto;
}

.coupon-input input{
	 width: 295px;
    color: #000;
}

.coupon-input a{
	background-color: #ad5e1c;
    border: 1px solid #fff;
    padding: 2px 5px;
}

#feature-download2{
	right: -4px;
    position: absolute;
    top: 200px;
}

.btn-bluegreen-large{
	background-image: url(../images/sprites-main.png);
    display: inline-block;
    background-position: -522px -201px;
    width: 282px;
    height: 91px;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    padding-top: 30px;
    font-size: 24px;
    font-weight: 700;
}

.btn-bluegreen-large:hover{
	 background-position: -522px -294px;
}

.btn-purple{
	background-image: url(../images/sprites-main.png);
    background-position: -357px -391px;
}

.btn-purple:hover{
	background-image: url(../images/sprites-main.png);
    background-position: -357px -424px;
}

.login-container{
    width: 290px;
    height: 399px;
    background: url('../images/login-bg.png');
    position: absolute;
    top: 42px;
    right: 0px;
}

#feature-login{
    display: none;
}

.login-input{
    background-color: #081426;
    width: 272px;
    height: 150px;
    margin: 10px auto 0 auto;
    overflow: auto;

}


.textbox{
    margin: 18px 0 0 10px;
    float: left;
    width: 185px;
}

.logged .textbox{
    display: none;
}


.textbox input{
    background-color: #081426;
    border: 1px solid #32516b;
    width: 180px;
    height: 27px;
    margin:5px 0 0 0px;
    text-align: center;
}



.login-btn{
    width: 64px;
    height: 62px;
    margin: 26px 11px 0 0;
    background: url(../images/login-btn.png)-3px -4px;
    float: right;
    color: #fff;
    text-align: center;
    font-size: 15px;
    /*line-height: 70px;*/
    cursor: pointer;
    border: none;
    padding: 0;
}

.logged .login-btn{
    display: none;
}

.pass-btn{
    width: 250px;
    height: 30px;
    color: #9fc3f0;
    font-size: 15px;
    text-align: center; 
    float: left;
    border: 1px solid #618eaa;
    margin: 15px 0 0 10px;
    line-height: 30px;
}

.logged .pass-btn{
    display: none;
}

.purchase-banacash{
    width: 272px;
    height: 43px;
    background-color: #192d81;
    line-height: 43px;
    color: #fff;
    font-size: 20px;
    margin: 10px auto 0 auto;
    text-align:center;
    background:url('../images/purchase.gif')0px 0px; 
}

.purchase-banacash:hover{
    cursor: pointer;
    background:url('../images/purchase.gif')0px 43px; 

}

.logged .purchase-banacash{
    margin: 5px auto 0 auto;
}

.register-btn{
    width: 272px;
    height: 75px;
    margin: 10px auto 10px auto;
    background: url('../images/register.gif') 0px 0px;

}

.register-btn:hover{
     background: url('../images/register.gif') 0px 75px;
     cursor: pointer;
}

.logged .register-btn{
    display: none;
}

.and{
    width: 50px;
    height: 15px;
    line-height: 15px;
    margin: 0 auto 0 auto;
    text-align: center;
}

.dl-btn{
    width: 272px;
    height: 75px;
    margin: 10px auto 0 auto;
    background: url('../images/download.gif') 0px 0px;
}

.dl-btn:hover{
    background: url('../images/download.gif') 0px 75px;
    cursor:pointer;
}

.logged .dl-btn {
     margin: 5px auto 0 auto;
}

.user{
    width: 200px;
    height: 20px;
    display: none;
    margin: 0 auto 0 auto;
    color: #fff;
    line-height: 20px;

}

.logged .user{
    display: block;
    text-align: center;
    font-size: 15px;
    margin-top: 20px;
}

.bana-amount{
    height: 40px;
    padding: 0 10px 0 10px; 
    margin: 10px auto 10px auto;
    border-top:1px solid #5aaafd;
    border-bottom:1px solid #5aaafd;
    display: table;
    line-height: 40px;
    font-size: 30px;

}

.change-pass{
    display: none;
    width: 270px;
    height: 45px;
    margin: 5px auto 0 auto;
    border:1px solid #618eaa;
    line-height: 45px;
    text-align: center;

}

.logged .change-pass{
    display: block;
} 

.logout-btn{
    display: none;
    width: 272px;
    height: 47px;
    margin: 5px auto 0 auto;
    background: url('../images/logout.png');
}

.logged .logout-btn{
    display: block;
}
