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

input[type="text"].error,
input[type="password"].error,
select.error,
textarea.error 
{
    background:#F8DBDB !important;
    border:1px solid #E77776 !important;
}
input[type="text"].valid,
input[type="password"].valid,
select.valid,
textarea.valid
{
    background: #F0FFF0 !important;
    border:1px 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;
}