html {
 height:      100%;
 margin:      0px;
 padding:     0px;
}

body {
 background:  #fff url(images/down_background.jpg) no-repeat center fixed;
 font-family: Arial, Helvetica, sans-serif;
 font-size:   10pt;
 height:      100%;
 margin:      0px;
 padding:     0px;
}

p {
 color:       #03f;
 font-family: Arial, Helvetica, sans-serif;
 background:  transparent;
 font-size:   10pt;
 font-weight: bold;
}

.contact .cell {
 border-bottom:    #999 1px solid;
}

.contact th {
 background-color: #e8eefa;
 padding-right:    20px;
 padding-left:     8px;
 border-bottom:    1px solid #999;
 text-align:       right;
}

.contact th.opt {
 font-weight:      normal;
}

.contact th.req {
 color:            #f00;
 font-weight:      bold;
}

.contact table {
 padding:          12px;
}

.contact input, .contact textarea {
 background:       transparent;
 border:           1px #001a7c solid;
}

.info {
 height:           100%;
 width:            100%;
}

.main {
 text-align:  center;
}

.warning {
 background:       #03f;
 color:            #fff;
 font-weight:      bold;
 text-align:       center;
}
