FORM  { margin:0; padding:0; }
BODY  { font-size:11pt; font-family:verdana,tahoma,helvetica,georgia,sans-serif,arial;
        color:navy; }
H1,H2,H3,H4 { margin-bottom:6px; padding:0; }
H2    { font-size:16pt;line-height:15pt; }
FORM  { margin:0; padding:0; }
DIV   { line-height:1.1em; }
TH    { font-size:11pt; }
TD    { font-family:verdana,Georgia,Tahoma,Geneva,arial,helvetica; font-size:10pt; }
TD.c  { text-align:center; } 
TD.r  { text-align:right; } 
TD.t  { vertical-align:top; padding:8 3px; } 
TD.tr { vertical-align:top; padding:8 3px; text-align:right; } 
TD.v  { vertical-align:top; }
TD.rd { vertical-align:top; text-align:right; }
A     { text-decoration:none;  }
#lett { font-size:18pt; text-decoration:none; font-family:monospace; }
INPUT,TEXTAREA { padding:1 4px; }
INPUT,TEXTAREA,SELECT,BUTTON,OPTION { font-size:11pt; }
.lbtn { font-size:10pt;font-weight:600;font-family:verdana; }
.dimbox { border-top:1px solid #bbb; border-right:2px solid #889;
          border-bottom:2px solid #aab; border-left:1px solid #bbb; padding:0 5px; }
/* -------------------------------------------------- */
input.button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   padding:6px 10px;
   text-shadow: rgba(50,70,90,.9) 1px 1px 2px;
   color:rgb(255,255,50);
   font-size: 11pt; letter-spacing:0.09em; 
   font-family: sans-serif;
   text-decoration: none;
   vertical-align: middle;
   white-space:normal;
   }
input.button:hover {
   border-top-color: #6faf60;
   background: #afdfbe;
   color: #d33; font-size:12pt;
   }
input.button:active {
   border-top-color: #1b435e;
   background: #eb435e;
   }
/* -------------------------------------------------- */
.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 4px 8px;
  text-decoration: none;
  white-space:normal;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
/* -------------------------------------------------- */
