body {
    margin-top: 10%;
    font-family: sans-serif;
    font-size: 12pt;
    size: 8pt;
    color: #000000;
    }
th { text-align: left; background-color: #F0F0F0; }
p.error { background: #FFEEEE url('/static/img/error.png') no-repeat ;  }
p.newuri { background: #ADD8E6 url('/static/img/info.png') no-repeat ;
           color: white;
         }
img { border: none; }
a:link    { color: blue; }
a:visited { color: #0066CC; }
a:hover   { color: #FF3300; }
a:active  { color: #FF3300; }
#submit {
    background: url('/static/img/send.png') no-repeat ;
    text-indent: 30px;
    border:solid 1px #848388;
}
.foot { padding: 5px; border-top: 1px solid #EEE; clear: both;}
        .foot .copyright { float: left;}
        .foot .powered { float: right; text-align: right;}
    .clear { clear: both;}



