.ui-content{ background-color: transparent; }
.ui-header .ui-title, .ui-footer .ui-title { margin: .1em 20% .1em;} 
.icon_show_inp {
    float: right;
    padding-right:10px;
    margin-left: -25px;
    margin-top: -40px;
    position: relative;
    z-index: 2;
    width:25px;
    height:25px;
    background-image:url('../img/eye.png');
    background-repeat:no-repeat;
}
.icon_noshow_inp {
    float: right;
    padding-right:10px;
    margin-left: -25px;
    margin-top: -40px;
    position: relative;
    z-index: 2;
    width:25px;
    height:25px;
    background-image:url('../img/invisible.png');
    background-repeat:no-repeat;
}
