.btn-delete{
	background:url(../img/btn_close.png) no-repeat 0 0; width:15px; height:15px; position:relative; top: 0px; display:block; cursor:pointer;
}
.btn-delete:active{
	background-position:left -45px;
}
.btn-delete:hover, .btn-delete:focus{
	background-position:left -30px;
}
.btn-edit{
	background:url(../img/btn_edit.png) no-repeat 0 0px; width:15px; height:15px; position:relative; top: 0px; display:block; cursor:pointer;
}
.btn-edit:active{
	background-position:left -15px;
}
.btn-edit:hover, .btn-edit:focus{
	background-position:left -30px;
}
