﻿.rederrors label.error
{
	display:none !important;
}

.rederrors .error
{
    background-color:#FF6D6D;
    background-image:none;
}

div.InputItem
{
    width:200px;
    height:50px;
}

div.InputItem input
{
    width:190px;
}

.greyerrors label.error
{
    background-color:#D9DFBE;
    border:1px solid #737373;
    color:Red;
    font-size:0.8em;
    margin:0 0 0 10px;
    padding:0;
    width:auto;
    z-index:1000;
}

#ResultText {
    background:#94FF84 none repeat scroll 0 0;
    border:3px solid #21FF00;
    display:none;
    float:left;
    height:auto;
    padding:2px;
    width:300px;
}

.disabled
{
    background-color:Black !important;
}