#warningbox {
        position: absolute;
        top: 205px;
        left: 10px;
        width: 740px;
        height: 75px;
        padding: 5px;
        border: solid 3px red;
        }
html>body #warningbox {
        width: 740px; /* ie5win fudge ends */
        }

#instructbox {
        position: absolute;
        top: 280px;
        left: 10px;
        width: 740px;
        height: 100px;
        padding: 5px;
        border: solid 3px blue;
        }
html>body #instructbox {
        width: 740px; /* ie5win fudge ends */
        }

#sgappbox {
        position: absolute;
        top: 390px;
        left: 10px;
        width: 740px;
        height: 500px;
        border: solid 0px black;
        }
html>body #sgappbox {
        width: 740px; /* ie5win fudge ends */
        }

.instructtext {
        font-family: Arial, Verdana, Helvetica, Sans-serif;
        font-size: 8pt;
        color: blue;
        font-weight: normal;
        vertical-align: left;
        text-align: left;
   }

.warntext {
        font-family: Arial, Verdana, Helvetica, Sans-serif;
        font-size: 8pt;
        color: red;
        font-weight: bold;
        vertical-align: left;
        text-align: left;
   }

.sgapptext {
        font-family: Arial, Verdana, Helvetica, Sans-serif;
        font-size: 8pt;
        color: black;
        font-weight: normal;
        vertical-align: left;
        text-align: left;
   }

div {
clear: left;
}

div label {
float: left;
width: 10em;
}


