.uploadButton a{
	display:block;
	width:100px;
	height:40px;
	text-decoration: none;
	margin-left:5px;
	}

.uploadButton a {
	background: url("/images/uploadFileButton.png") 0 0 no-repeat;
	}

.uploadButton a:visited {
	background-position: 0 0;
	}

.uploadButton a:hover{	
	background-position: 0 -40px;
	}

.uploadButton a:active{
	background-position: 0 -80px;
	}