﻿.formPadrao
{
    width: 780px;
    border-style: none;
    border-color: inherit;
    border-width: medium;
    margin: 0 auto;
    padding: 0;
    font-size: 10pt;
    text-align: left;
}
A:Link
{
    text-decoration: none;
    color: #287486;
    font-family: Verdana;
}
A:Visited
{
    text-decoration: none;
    color: Black;
}
A:active
{
    text-decoration: none;
    color: Black;
}
A:hover
{
    text-decoration: underline;
    color: Black;
}

.Button
{
    font-family: Verdana;
    font-size: xx-small;
    margin-left: 0px;
}
.dvLoader
{
    position: absolute;
    text-align: center;
    margin: 0 auto;
    margin-top: 220px;
    left: 45%;
    width: 220px;
    height: 80px;
    background-image: url(Imagens/loaderDuralex.gif);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 500;
}
.dvFundo
{
    position: absolute;
    width: 100%;
    height: 1500px;
    margin: 0;
    filter: alpha(opacity=70);
    opacity: .7;
    -moz-opacity: .65;
    z-index: 10;
}
.textBoxPadrao
{
    font-family: Verdana;
    font-size: xx-small;
}
.textBoxPadrao:focus
{
    font-family: Verdana;
    font-size: xx-small;
    border: solid 1px #A6D7F3;
    background-color: #FFFFC0;
}
.textBoxPadraoDisabled
{
    font-family: Verdana;
    font-size: xx-small;
    background-color: #CCC;
}
.tdDefault
{
    font-family: Verdana;
    font-size: xx-small;
    text-align: right;
    width: 120px;
    font-weight: 600;
}
input[type=button], input[type=submit]
{
    /*padding: 0;     border: 1px solid #edf4f5;     font-weight: bold;     color: #0000CD;     background: #0fb7ff;     min-width: 70px;*/ /*display: inline-block;     height: auto;     padding: 0 3px;      font: normal 12px/1.1em verdana;     border: 0px solid #d0d0d0;     border-top-color: #ececec;     border-bottom-color: #909090;     color: #909090;     background: #fff;     background: -moz-linear-gradient(top, #fff 30%, #e7e7e7);     background: -webkit-linear-gradient(top, #fff 30%, #e7e7e7);     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e7e7e7');     -moz-border-radius: 10px;     -webkit-border-radius: 10px;     -khtml-border-radius: 10px;     border-radius: 10px;     -moz-box-shadow: 0 5px 5px rgba(0,0,0,.2), 0 7px 0px rgba(0,0,0,.4), 0 2px 3px rgba(0,0,0,.2);     -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.2), 0 7px 0px rgba(0,0,0,.4), 0 2px 3px rgba(0,0,0,.2);*/
    padding: 0 5px;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
    border-radius: 7px;
    font-size: 10px;
}
input[type=button]:down, input[type=submit]:down
{
    top: 1px;
    position: relative;
}

