#mobile_logo {
    width: 100%;
    min-width: 200px;
    height: 40px;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    background: url('https://secureimage.securedataimages.com/images/common/aff_ipad_login-cover_bg.jpg');
}
#mobile_logo img {
    height: 20px;
    width: auto;
    padding: 9px 0 0 10px;
}
.mobile_login {
    float: right;
    margin: 4px 9px 0 0;
    padding: 1px 10px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    min-width: 51px;
    width: auto;
    text-align: center;
    overflow: hidden;
    display: block;
    font-size: 10px;
    background: rgb(63,63,63);
    background:    -moz-linear-gradient(top,  rgba(63,63,63,1) 0%, rgba(48,48,48,1) 42%, rgba(30,30,30,1) 100%); 
    background:        -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(63,63,63,1)), color-stop(42%,rgba(48,48,48,1)), color-stop(100%,rgba(30,30,30,1)));
    background: -webkit-linear-gradient(top,  rgba(63,63,63,1) 0%,rgba(48,48,48,1) 42%,rgba(30,30,30,1) 100%); 
    background:      -o-linear-gradient(top,  rgba(63,63,63,1) 0%,rgba(48,48,48,1) 42%,rgba(30,30,30,1) 100%); 
    background:     -ms-linear-gradient(top,  rgba(63,63,63,1) 0%,rgba(48,48,48,1) 42%,rgba(30,30,30,1) 100%); 
    background:         linear-gradient(to bottom,  rgba(63,63,63,1) 0%,rgba(48,48,48,1) 42%,rgba(30,30,30,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#1e1e1e',GradientType=0 ); 
}
.button_border {
    border: solid 1px #4a4a4a;
}

.button_border_radius {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.mobile_navbar{
  background-color: #eee;
  text-align: center;
  padding: 10px 5px;
  font-size: 14px;
}
.new-login-btn{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    padding-right:7px;
    line-height:16px;
}
