/* CSS Document */
.ui-header{
    width:100%;
    overflow:hidden;
    height:50px;
    line-height:50px;
    background-color:#272727;
    border-bottom:1px solid #e8e8e8;
    color:#fff;
    text-align:center;
    font-size:18px;
    font-weight:normal;
    position:relative;}

.ui-header .ui-back-btn{position:relative;height:41px;width:50px;position:absolute;top:0;left:0;text-align:left;cursor:pointer;}
.ui-header .ui-back-btn img{padding-top:15px;padding-left:20px;}

