
.wrap .button.delete {
	margin-left: 100px;
	background: #d54e21;
	border-color: #a83d1a;
	color: white;
	-webkit-box-shadow: inset 0 1px 0 #e68260, 0 1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 1px 0 #e68260, 0 1px 0 rgba(0, 0, 0, 0.15);
}

.wrap .button.delete:hover,
.wrap .button.delete:focus {
	background: #be461d;
	border-color: #923517;
	-webkit-box-shadow: inset 0 1px 0 #e3704a;
	box-shadow: inset 0 1px 0 #e3704a;
}
