
#cartao{
    background: url(../../img/baseCartao.jpg) no-repeat center ;
    width: 315px;
    height: 396px;
    position:absolute;
}

#nome{    
    float: left;
    position: absolute;
    z-index: 11;
    bottom: 288px;
    color: black;
    font-size: 11px;
    left: 35px;top: 390px;
}

#codigo{
    float: left;
    position: absolute;
    z-index: 11;
    bottom: 288px;
    color: black;
    font-size: 11px;
    left: 35px;top: 360px;
}
#divLoading{
    display : none;
}
#dependentes{
    float: left;
    position: absolute;
    z-index: 11;
    bottom: 288px;
    color: black;
    font-size: 11px;
    left: 35px;
    top: 460px;
}

.ui-bar-a, .ui-page-theme-a .ui-bar-inherit, html .ui-bar-a .ui-bar-inherit, html .ui-body-a .ui-bar-inherit, html body .ui-group-theme-a .ui-bar-inherit {
    background-color: #ff9500;
    border-color: #ddd;
    color: #fff;
    text-shadow: 0 1px 0 #222;
    font-weight: 700;
}