﻿body {
    margin:0px;
}


.dv-page {
    width:1000px;
    height:600px;
    margin: 40px auto;
}

.dv-page-img {
    width:450px;
    height:490px;
    margin-left:0px;
    float:left;
    /*border: 1px solid silver;*/
}
    .dv-page-img-img {
        width: 400px;
        height: 340px;
        float: left;
        margin-left:35px;
        margin-top:100px;
    }
    .dv-page-img #textoImg {
        /*width: 475px;
        height: 146px;
        float: left;
        background-color: #f2f0f0;
        color:white;*/
    }

.dv-page-login {
    float:left;
    width:460px;
    height:490px;
}

.dv-page-login-block {
    float:left;
    margin-top:50px;
    margin-left:30px;
    width:400px;
    height:350px;
}
.dv-page-login-block-title {
    float:left;
    width:100%;
    text-align:center;
    font-family:Arial, sans-serif;
    font-size:28px;
    color:#666;
    margin-bottom:20px;
    word-spacing:0px;
    font-weight:normal;
}


.dv-page-login-bloco-form {
    float:left;
    width:100%;
    text-align:center;
    font-family:Arial, sans-serif;
    word-spacing:0px;
    font-weight:normal;
    font-size:14px;
}

.dv-page-login-bloco-form-help {
    color: #666;
    font-size:14px;
    margin-top:40px;
    float:left;
    width:100%;
}
.dv-page-login-bloco-form-campos {
    color: #666;
    font-size:13px;
    margin-top:30px;
    float:left;
    width:350px;
    margin-left:20px;
}

.dv-page-login-bloco-form-campos table tr td {
    float:left;
    margin-bottom:13px;
}

.dv-page-login-bloco-form-campos-textbox {
    float:left; 
    width:200px;
    padding:6px;
    height:18px;
}


.btn_Adicionar {
    border: 1px solid #25729a;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 4px 4px 4px 4px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #3093c7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85));
    background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
    background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
    background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
    background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
    background-image: linear-gradient(to bottom, #3093c7, #1c5a85);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
    cursor:pointer;
}

.btn_Adicionar:hover {
    border: 1px solid #1c5675;
    background-color: #26759e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#26759e), to(#133d5b));
    background-image: -webkit-linear-gradient(top, #26759e, #133d5b);
    background-image: -moz-linear-gradient(top, #26759e, #133d5b);
    background-image: -ms-linear-gradient(top, #26759e, #133d5b);
    background-image: -o-linear-gradient(top, #26759e, #133d5b);
    background-image: linear-gradient(to bottom, #26759e, #133d5b);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759e, endColorstr=#133d5b);
    cursor:pointer;
}

.dv-page-login-bloco-form-links {
    color: #666;
    font-size:13px;
    margin-top:20px;
    float:left;
    width:300px;
    height:40px;
    margin-left:50px;
    text-align:left;
}

.dv-page-login-bloco-form-links a {
    text-decoration:none;
    color: #0094ff;
    float:left;
    margin-bottom:10px;
    width:100%;
    text-align:left;
}

.dv-page-footer {
    float:left;
    width:100%;
    height:100px;
    border-top: 1px solid silver;
    margin-top:60px;
}

.dv-errorForm
{
    float:left;
    margin-left:90px;
    text-align:center;
    color:red;
    font-family:Arial, sans-serif;
    font-size:13px;
}


.alert
{
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-danger
{
    color: #A94442;
    background-color: #F2DEDE;
    border-color: #EBCCD1;
}