/*******formate Scrollbar***********************/
 BODY {    scrollbar-base-color:#ffcc00;
           scrollbar-track-color:#000000;
           scrollbar-face-color:#000000;
           scrollbar-highlight-color:#84b2b6c;
           scrollbar-3d-light-color:#000000;
           scrollbar-dark-shadow-color:#000000;
           scrollbar-shadow-color:#8c545c;
           scrollbar-arrow-color:#ffcc00;
           cursor: url("../pix/headbanger.cur"), crosshair, auto;
      }


/*******formate _id*****************************/



#cont1
        {
	 
	 background-color:#000000;
	 border-style:solid;
	 border-width:1px;
	 border-color:#000000;
	 width:400px;
	 height:35px;
	 font-family:arial;
	 font-size:9pt;
	 color: #ffcc00;
	}
   


#partner {
	position:absolute;
	left:10px;
	top:10px;
	width:680px;
	height:150px;
	z-index:1;
	overflow: auto;
	visibility: hidden;
}	 


