body {
        margin:0px 0px 0px 0px;
        background-color: #FFFFFF;
}
body,table,td {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #2c2b2b;
}
a {
        color: #7a1e02;
        text-decoration: none;
}
a:hover {
        color: #7a1e02;
        text-decoration: underline;
}
form{
       display:inline;
}
.error{
      font-size: 12px;
      color: #ff0000;
}
.title {
      color: #000000;
      font-size:13px;
      font-weight:bold;
}
.copyright{
      margin:15px 0 0 10px;
      text-align:left;
      color: #ba545d;
      font-size:10px;
}
#lightbox{
        background-color:#eee;
        padding: 1px;
        border-bottom: 2px solid #666;
        border-right: 2px solid #666;
        }
#lightboxDetails{
        font-size: 0.8em;
        padding-top: 0.4em;
        }
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; }
#overlay img{ border: none; }