.delete {
	width:20px;
	text-align:center;
}
.delete a:link, .delete a:visited {
    color: #999 !important;
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    padding: 1px;
    text-decoration: none !important;
    transition: all 0.02s ease-in-out 0s;
}
.delete a:hover {
    background: #d94136 none repeat scroll 0 0 !important;
    color: #fff !important;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    padding: 1px;
    text-decoration: none !important;
}