html
{
    height: 100%;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
}

body
{
    margin: 0px;
}

em
{
    color: red;
}

.ui-autocomplete-loading {
    background: white url('jquery-css/images/ui-anim_basic_16x16.gif') right center no-repeat;
}

.ui-front{
    z-index: 6000;
}

.popup_close_btn
{
    background: url(../imagens/close.png) no-repeat;
}

a {
    text-decoration: none;
}

label
{
    cursor: pointer;
}

label span
{
    position:relative;
    bottom: 2px;
}

.label, [label]:not(optgroup)
{
    width: 1%;
    white-space: nowrap;
    text-align: right;
}

input, select, textarea, button
{
    border-radius: 5px;
    border: solid 1px gray;
}

.form input[type=text],.form select,.form textarea
{
    width:95%;
}

input:focus, select:focus, textarea:focus
{
    box-shadow: 0 0 5px #81AAFF;
}

.erro
{
    border: red dashed 1px;
}

.obrigatorio:after
{
    content: "*";
    color: red;
}

.frame_submit{ display:none }

.acao
{
    color: blue;
    cursor: pointer;
}

.AjaxLoading
{
    background: url(../imagens/AjaxLoading.gif) no-repeat;
    background-position: center;
}

.badge
{
    position: relative;
    font-size: 9px;
    border-radius: 30px;
    background-color: skyblue;
    color: white;
    font-weight: bold;
    margin-left: 2px;
}

.badge:after, .badge:before
{
    content:".";
    color: transparent;
}