/* Default Killer */
html, body { 
    margin: 0; 
    padding: 0; 
    border: 0; 
} 

/* Elements */
body 
{
    background-color: #012557;
    background-image: url(../image/backgrnd.png);
    background-position: center top;
    background-repeat: no-repeat;
}

a img { border: none; }

/* Form */
input, select, textarea, button { font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; font-weight: normal; color: #222222; }
.TextBox { padding-left: 4px; padding-right: 4px; height:22px; }
.Button  { padding-left: 4px; padding-right: 4px; height: 22px; color: #000000; }
.LeftCell { color: #ccc; background-color: transparent; white-space: nowrap; height: 24px; }
.RightCell { color: #ccc; background-color: transparent; white-space: nowrap; }
.FormResults { color: #ddd; padding-top: 5px; }
.ErrorText { color: #ff0000; }

/* Other */
.PageTitle { padding: 10px 0 0 20px; color: #eee; }
.PageText { padding: 15px 20px 20px 22px; color: #ddd; }
.PageButtons { padding: 0 0 15px 10px; }
