body {
    /*background-image: url(../img/background/pattern9.png);/* pattern4, pattern7, pattern9 */
    background-color: whitesmoke;
    color: black;
    font-family: Helvetica;
}
.pointer {
    cursor: pointer;
}
.clear {
    clear:both;
}
input, textarea {
    padding: 5px;
    font-size: 15px;
    text-shadow: 0px 1px 0px #fff;
    outline: none;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbe), to(#ffffff));
    background: -moz-linear-gradient(top,  #bcbcbe,  #ffffff);*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #717171;
    -webkit-box-shadow: 1px 1px 0px #efefef;
    -moz-box-shadow: 1px 1px 0px #efefef;
    box-shadow:  1px 1px 0px #efefef;
    margin-top: 2px;
}
input:focus, textarea:focus {
    -webkit-box-shadow: 0px 0px 5px #007eff;
    -moz-box-shadow: 0px 0px 5px #007eff;
    box-shadow: 0px 0px 5px #007eff;
}
/* CSS referente a borda da imagem */
.top-lbg {
    background: url(../img/background_table/top-l.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 18px;
}
.topbg {
    background: url(../img/background_table/top.png);
    background-repeat: repeat-x;
    height: 18px;
}
.top-rbg {
    background: url(../img/background_table/top-r.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}
.leftbg {
    background: url(../img/background_table/left.png);
    background-repeat: repeat-y;
    width: 22px;
}
.rightbg {
    background: url(../img/background_table/right.png);
    background-repeat: repeat-y;
    width: 22px;
}
.conteudobg {
    background-color: white;
    color: navy;
}
.bottombg {
    background: url(../img/background_table/bottom.png);
    background-repeat: repeat-x;
    height: 22px;
}
.bottom-lbg {
    background: url(../img/background_table/bottom-l.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}
.bottom-rbg {
    background: url(../img/background_table/bottom-r.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}