div.button {
	height: 18px;	
	width: 208px;
	text-align: left;
	padding: 5px 5px 5px 50px;
	background: url(page_up.gif) no-repeat  20px 6px #e0e0e0;
	color: #666666;
}
/* 
We can't use ":hover" preudo-class because we have
invisible file input above, so we have to simulate
hover effect with javascript. 
 */
div.button.hover {	color: #333;	}