input,textarea {color : #EEEEEE; font : normal 0.93em/1.2 arial, helvetica, sans-serif;}


/********************************* LiveValidation *************************************/

.LV_valid {
    text-align: center;
    color:#00CC00;
    width:40px;
    background-image: url('validation_img/spanValid.gif');
}

.LV_normal {
    text-align: center;
    color:#00CC00;
    background-image: url('validation_img/span.jpg');
}
	
.LV_invalid {
	color:#CC0000;
	font : normal 0.83em/1.2 arial, helvetica, sans-serif;
    	text-align: center;
	background-image: url('validation_img/spanInvalid.gif');
}
	
.LV_validation_message{
    width:140px;
    height:28px;
    padding-top:5;
}

.LV_validation_message_valid{
    width:18px;
    height:28px;
    float:left;
    padding-top:5;
}
    
/********************************* DBValidation *************************************/

.messagebox{
 width:16px;
 height:16px;
 margin-top:-10;
 position:absolute;
 background-image: url('validation_img/checking.gif');

}

/************************************FieldsStyle*************************************/
input[type = text] {
    background-color: #493910;
    width: 180px;
    border: 0px;
    height: 26px;
    float:left;
    background-image: url('validation_img/field.gif');
}

input.text {
    background-color: #493910;
    width: 180px;
    border: 0px;
    float:left;
    height: 26px;
}

input[type = password] {
    background-color: #493910;
    width: 180px;
    border: 0px;
    height: 26px;
}

textarea {
    background-color: #493910;
    width: 180px;
    border: 0px;
    float:left;
    height: 100px;
}
