
.Cancelbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f51900), color-stop(1, #c20a0a) );
	background:-moz-linear-gradient( center top, #f51900 5%, #c20a0a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f51900', endColorstr='#c20a0a');
	background-color:#f51900;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #d83526;
	display:inline-block;
	color:White;
	font-family:Trebuchet MS;
	font-size:15px;
	font-weight:bold;
	font-style:normal;	
	line-height:33px;	
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #b23e35;
	cursor:pointer;
	text-align:center;
	white-space :nowrap;
	height:32px !important;
	width:auto !important;

}
.Cancelbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c20a0a), color-stop(1, #f51900) );
	background:-moz-linear-gradient( center top, #c20a0a 5%, #f51900 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c20a0a', endColorstr='#f51900');
	background-color:#c20a0a;
}.Cancelbutton:active {
	position:relative;
	top:1px;
}