@CHARSET "ISO-8859-1";
/**
 * @version    $Revision: 44802 $
 * @date       $Date: 2010-02-09 13:19:34 +0100 (Tue, 09 Feb 2010) $
 */
 

td {
   font:13px/16px arial, sans-serif;
}

ul {
   margin:0px;
   padding:0px;
}

li {
   list-style:none;
}

a {
   color:#0045A3;
   text-decoration:none;
}

a:hover {
   color:#900;
   text-decoration:underline;
}

p, h1, h2, h3, h4, h5 {
   padding:0px;
   margin:0px;
   font-weight:normal;
   font-size:12px;
}

form {
   margin:0px;
}

input, select {
   font-size:12px;
}

.clear {
   clear:both;
}

input.button {
   background:#36c;
   font:bold 11px arial, sans-serif;
   color:#fff;
   border-top:1px solid #69c;
   border-right:2px solid #36c;
   border-bottom:2px solid #36c;
   border-left:1px solid #69c;
}

input.button {
   padding: 0 6px;
   width: 0;  /* IE table-cell margin fix */
   overflow: visible;
}

input.button[class] {  /* IE < 7 ignores [class] */
   width: auto;  /* cancel margin fix for other browsers */
}

 

