.mb_fileUpload_deleteButton{
	position: absolute;
	top: 25px;
	left:0px;
	height: 16px;
	width: 60px;
	color: #1B4AAD;
	cursor: pointer;
	background-image: url(./images/delete16.gif);
	background-repeat: no-repeat;
	background-position: lft;
	text-indent: 20px;
}
.mb_fileUpload_deleteButton_onOver{
	position: absolute;
	top: 25px;
	left:0px;
	height: 16px;
	width: 60px;
	color: #1B4AAD;
	text-decoration: underline;
	cursor: pointer;
	background-image: url(./images/delete16.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 20px;
}
.mb_fileUpload_uploadButton{
	position: absolute;
	top: 25px;
	left:70px;
	height: 16px;
	width: 60px;
	color: #1B4AAD;
	cursor: pointer;
	background-image: url(./images/upload.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 20px;
}

.mb_fileUpload_uploadButton_onOver{
	position: absolute;
	top: 25px;
	left:70px;
	height: 16px;
	width: 60px;
	color: #1B4AAD;
	text-decoration: underline;
	cursor: pointer;
	background-image: url(./images/upload.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 20px;
}
