FORM  { margin:0; padding:0; }
BODY  { font-size:11pt; font-family:verdana,tahoma,helvetica,georgia,sans-serif,arial; }
H1,H2,H3 { margin-bottom:6px; }
H2    { font-size:17pt;  }
DIV   { font-family:verdana,Georgia,Tahoma,Geneva,arial,helvetica; color:#555;
        font-size:10pt; }
TD    { font-family:verdana,Georgia,Tahoma,Geneva,arial,helvetica; color:navy;
        font-size:11pt; }
TD.rd { text-align:right;vertical-align:top; }
A     { color:blue; text-decoration:none; }
INPUT,TEXTAREA { padding:1 4px; }
INPUT,TEXTAREA,SELECT,BUTTON { 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: 3px 8px;
   color:rgb(255,255,50);
   text-shadow: rgba(50,70,90,.9) 1px 1px 2px;
   font-family: sans-serif;
   font-size: 11pt; letter-spacing:0.09em;
   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: 3px 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;
}
/* -------------------------------------------------- */
