body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
input{
	background-image: url("input.gif");
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	font-size: 12px;
}
textarea{
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	font-size: 12px;
}
input.button{
	background-image: url("buton.gif");
	background-repeat:no-repeat;	 	
	border:0; 	
	width:108px;
	height:25px;
	text-align:center;
	line-height:25px;
	font-size:12px;
	font-weight:bold;
}
body,td,tr{
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:12px;
}
.white{
	color:#FFFFFF;
}
.tablo {
	border: thin solid #999999;
}
#dropmenudiv{ 
	position:absolute; 
      border:1px solid black; 
      font:normal 12px Verdana; 
      line-height:18px; 
      z-index:100;
}
#dropmenudiv a{ 
	width: 100%;
      display: block;
      text-indent: 3px; 
      text-decoration:none;
      background-color: #DDDDDD;      
}
#dropmenudiv a:hover{ 
	background-color: #CDCDCD; 
}
.bold {
    font-weight: bold;
}