#helpBox {
    position: absolute;
    z-index: 1000; 
	
    top: 30px;
    left: 0px;
    width: 300px;
}
DIV.helpBoxDIV {
    width: 300px;
    padding: 2px;
    background: white;
    border: 1px solid black;

    color: #740000;
    font-family: Arial,Helvetica;
    font-style: Normal;
    font-weight: Normal;
    font-size: 10px;
    line-height: 14px;
}
