ul {margin:0; padding:0; list-style:none; line-height:18px}



body{
 	margin:0px;
  	padding:0px;
	background-color:#DCDCDC;
	}
td,div,select,input,textarea{
	font-size:11px;
    font-family:Tahoma;
	line-height:13px;
	color:#5A5A5A;
}
.m2{
	color:#5A5A5A;
}
.m{
	font-size:10px;
	text-decoration:none;
	color:#5A5A5A;
}

.b{
	color:#096084;
}
.pol{
	color:#9F9F9F;
	font-size:10px;
	text-decoration:none
}
.title{
	color:#0076A3;
	font-size:13px;
 	font-weight:900;
}


a.pol:hover{ text-decoration:underline}
[CSS]
input.btn{
	color:#050;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:84%;
	font-weight:bold;
	background-color:#fed;

   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');	width: 0px;
	border-top: 0px solid #696;
	border-right: 0px solid #363;
	border-bottom: 0px solid #363;
	border-left: 0px solid #696;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #EDF2F3;
	cursor: hand;
	width: 50px;
	border: 1px solid #999999;
	height: 18px;
	bottom: auto;
}
a:hover {
	color: #993300;
}
[CSS]
input.btnhov{
   border-top-color:#c63;
   border-left-color:#c63;
   border-right-color:#930;
   border-bottom-color:#930;}

[HTML]
<input type="button" value="Submit" class="btn"
   onmouseover="this.className='btn btnhov'" onmouseout="this.className='btn'"/>
.button2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #EEEEEE;
}
.box {
	background-color: #EDF2F3;
	border: 1px solid #999999;
}
