a.cl-button_visa{
	text-indent:-9999px;
	margin:5px 0;
	float:right;
	background:transparent url(../../../images/buttons/visa.jpg) no-repeat center;
	display:block;
	height:18px;
	width:122px;
}

.del{
	background:transparent url(../../../images/icons/small/del.png) no-repeat center left;
	padding-left:20px;
}

span.complete,
span.not_started,
span.pending{
	text-indent:-9999px;
	overflow:hidden;
	width:100%;
	display:block;
	height:29px;
}
span.complete{
	background:url(../../../images/icons/small/yes.png) no-repeat center;
}
span.not_started{
	background:url(../../../images/icons/small/no.png) no-repeat center;
}
span.pending{
	background:url(../../../images/icons/small/alert.png) no-repeat center;
}

.documents_upload span.complete,
.documents_upload span.not_started,
.documents_upload span.pending{
	background-position:left center;
	text-indent:25px;
}


.export a{
	background:url(../../../images/buttons/export.png) no-repeat center;
	width:77px;
	height:22px;
	text-indent:-9999px;
	display:block;
	position:absolute;
	right:20px;

}
