﻿label.error {
    color: red !important;
    font-size: 9px;
    position: absolute;
    z-index: 20;
    background-color: transparent !important;
    left: 5px !important;
    top: 3px !important;
    display:none !important;
}

input[type="text"].error,
input[type="password"].error,
select.error,
textarea.error,
div.error 
{
    background:#F8DBDB !important;
    border:!important;
}
input[type="text"].valid,
input[type="password"].valid,
select.valid,
textarea.valid
{
    background: #F0FFF0 !important;
    border:0px solid #34BF72 !importanpx solid #34BF72 !important;
}

.placeHolder
{
    font-family: Verdana;
    font-size: 12px;
    position:relative; 
    height:auto;
    min-height: 10px;
    display: inline-block; 
    *display:inline;  
    *zoom: 1;  
}

.placeHolder input, .placeHolder select, .placeHolder textarea
{
    float: none !important;    
}

.placeHolder .placeHoldLabel
{
    position:absolute !important; 
    top: 30% !important;
    left:12px !important; 
    color:#515756; 
    z-index:1 !important;
    cursor:text !important;
    display:inline;             
}

span.checkboxDecorate 
{
    height:21px;
    padding:0 10px 0 30px;
    background:url(images/check-box.png) no-repeat;
    cursor: pointer; 
    margin: 0px 0 0 0;  
    color: #514C40 !important;
    font: 13px Segoe UI !important;
}

span.checkboxDecorate.check_active
{
    background:url(images/check-box.png) no-repeat 0 -21px;
}

.alert_message,
.alert_message_confirm {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 30px;
    width: 260px;
    min-height: 100px;
    margin: -80px 0 0 -160px;
    background: #FFF;
    border: 1px solid #007DF7;
    z-index: 999999;
    text-align: center;
}

    .alert_message p,
    .alert_message_confirm p {
        text-align: center;
        font: 13px/20px SegoeUILight;
        color: #717171;
    }

    .alert_message span.botao {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        padding: 5px 20px ;
        background: #007DF7;
        font: 14px SegoeUILight;
        color: #FFF;
        text-transform: uppercase;
        text-decoration: none;
        margin-top: 30px;
        cursor: pointer;
    }

    .alert_message_confirm span.botao {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        padding: 5px 20px;
        background: #007DF7;
        font: 14px SegoeUILight;
        color: #FFF;
        text-transform: uppercase;
        text-decoration: none;
        margin: 30px 3px 0 3px;
        cursor: pointer;
    }

        .alert_message span.botao:hover,
        .alert_message_confirm span.botao:hover {
            background: #0058f7;
        }