html{
     font-family: Arial;     
}

body{
     width: 90%
}

#wrapper{
     margin:auto;
     height: 90px;
}

li{
    list-style: none;
    display: inline;
    padding:0 20px 0 20px;
    font-family: Arial;
    font: 24px bolder;
    float:left;
}

li span{
     float: left;
     color: #00ADEF;
     padding: 2px;
     margin: 2px 5px 0 0;
     text-align: right;
     font: bold 15px Arial;
     width: 100px;
}

#left{
     background: url('../img/smLogo.jpg') no-repeat center right;
}

#main {
    z-index: 100;
    width:100%;
    height: 200px;
    border-bottom: 5px solid #00ADEF;
    position: absolute;
    left:0; top:30%;
}

#top{
     font: XX-large Arial;
     color: #fff;
     background-color:#59D3F8  ;/* #ccffcc;*/
     text-align: center ;
     height: 35px;
     width:100%;
     border-bottom:#0092E8 3px solid;  /*#34F1FF */
     border-top:#0092E8 5px solid;  /*#34F1FF */
     font-family: Arial;
}

#left,#right{
     float:left;
     width: 49.5%;
     height: 155px;
}

li input{
     width:150px;
}

#right{
     float:right;  
     background-color:#E8F5FD;
}

fieldset{
     width:420px;
     border :#00ADEF 2px solid;
}

#f{
     height: 95px;
     width:95px;
     float: right;
     background: url('../img/loadingBig.gif') no-repeat;
     margin-top: -65px;
}

#a{
     text-align: center;
     height: 30px;
     width:95px;
     float: right;
     color:#00ADEF;
}

legend{
     color:#00ADEF;
     font: bold 15px Arial;
}

input{
     border:.5px solid #00ADEF;
     background-color: #fff;
}