body, p, td, input, select, button { font-family: Verdana, sans-serif; }
body, html { padding: 0px; margin: 0px; font-size: 9pt; }
a img { border: 0; }

.back { background-color: white; }
.clickable { cursor: pointer; }
.fakeanchor { text-decoration: underline; color: #fff; }
.powered { text-align: right; display: block; }

.button 
{
   background-color: black; 
   font-weight: normal; font-size: 11px; 
   height: 22px;
   line-height: 22px;
   text-align: center;
   border: none;
   color: white; 
   -moz-box-sizing: content-box;
   box-sizing: content-box;
   cursor: pointer;
   padding:0px;
}
html>body .button { height: 22px; }

/*--- begin colortheme ---*/

.lines { border-color: #F3E6CA; } 

/*--- end colortheme ---*/
