.btn-register {
	background-color: hsl(0, 100%, 82%) !important;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fecccc", endColorstr="#fea3a3");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#fecccc), to(#fea3a3));
	background-image: -moz-linear-gradient(top, #fecccc, #fea3a3);
	background-image: -ms-linear-gradient(top, #fecccc, #fea3a3);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fecccc), color-stop(100%, #fea3a3));
	background-image: -webkit-linear-gradient(top, #fecccc, #fea3a3);
	background-image: -o-linear-gradient(top, #fecccc, #fea3a3);
	background-image: linear-gradient(#fecccc, #fea3a3);
	border-color: #fea3a3 #fea3a3 hsl(0, 100%, 80%);
	color: #333 !important;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.13);
	-webkit-font-smoothing: antialiased;
}

.btn-register:hover {
	color: #fff;
	background-position: 0;
}

.btn-register:active {
	background: #fea3a3;
}

.btn-delete {
	background-color: hsl(0, 69%, 22%) !important;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b42121", endColorstr="#5e1111");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#b42121), to(#5e1111));
	background-image: -moz-linear-gradient(top, #b42121, #5e1111);
	background-image: -ms-linear-gradient(top, #b42121, #5e1111);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b42121), color-stop(100%, #5e1111));
	background-image: -webkit-linear-gradient(top, #b42121, #5e1111);
	background-image: -o-linear-gradient(top, #b42121, #5e1111);
	background-image: linear-gradient(#b42121, #5e1111);
	border-color: #5e1111 #5e1111 hsl(0, 69%, 17%);
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
	-webkit-font-smoothing: antialiased;
}

.btn-delete:hover {
	color: #fff;
	background-position: 0;
}

.btn-delete:active {
	background: #b42121;
}