@charset "utf-8";
/* CSS Document */
/******************************* button image formha ****************/
.imagebutton { 
 border:0px none; 
 margin-top:5px;
 font-size:12px;
 margin-bottom:4px;
 width:70px;
 height:20px;
 text-align:center;
 vertical-align:middle;
 color:#006633;
 font-family:Tahoma;
 background-image:url(images/button.gif);
 cursor:pointer;
}
.imagebutton2 {
 border:0px none; 
 margin-top:2px;
 font-size:12px;
 margin-bottom:4px;
 width:95px;
 height:20px;
 text-align:center;
 vertical-align:middle;
 color:#006633;
 font-family:Tahoma;
 background-image:url(images/button02.gif);
 cursor:pointer;
}
.imagebutton3 {
 border:0px none; 
 margin-top:2px;
 font-size:12px;
 margin-bottom:4px;
 width:25px;
 height:25px;
 text-align:center;
 vertical-align:middle;
 color:#006633;
 font-family:Tahoma;
 background-image:url(images/button_search.gif);
 cursor:pointer;
}

