.my_style_button_upload_file{
	cursor: pointer;
	background: url(upload.png) no-repeat scroll 0 0 transparent;
	height: 64px;
	padding: 0 0 0 64px;
	text-decoration: underline;
}
.my_style_button_upload_file:hover{
	text-decoration: none;
}