body  {
	height: 100%;
}
.rederror, .greenerror {
    width: 100%;
    height: 19px;
    line-height: 18px;
    margin-left: 0px;
}

.rederror {
    border: 1px dotted #962133; 
    border-bottom: 2px solid #962133;
    background-color: #f75353;
}

.greenerror {
    border: 1px dotted #449D04; 
    border-bottom: 2px solid #449D04; 
    background-color: #96FF31;
}
