div.jinfo {
    background-color: #24bf01;
    /*margin-left: 300px;*/
    text-align: center;
    font: 14px bold;
    vertical-align: middle;
    color: white;
    width: 300px; 
    height: 50px;
    display: none;
}    

div.jerror {
    background-color: #FF732F;
    text-align: center;
    color: white;
    width: 80px;
	padding-top: 5px;
    padding-bottom: 5px;
}