
input[type=submit] {
	-moz-box-shadow:inset 0px 34px 0px -15px #6dd1e3;
	-webkit-box-shadow:inset 0px 34px 0px -15px #6dd1e3;
	box-shadow:inset 0px 34px 0px -15px #6dd1e3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2cb1c9), color-stop(1, #6dd1e3));
	background:-moz-linear-gradient(top, #2cb1c9 5%, #6dd1e3 100%);
	background:-webkit-linear-gradient(top, #2cb1c9 5%, #6dd1e3 100%);
	background:-o-linear-gradient(top, #2cb1c9 5%, #6dd1e3 100%);
	background:-ms-linear-gradient(top, #2cb1c9 5%, #6dd1e3 100%);
	background:linear-gradient(to bottom, #2cb1c9 5%, #6dd1e3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2cb1c9', endColorstr='#6dd1e3',GradientType=0);
	background-color:#2cb1c9;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:none;/*1px solid #241d13;*/
	/*display:inline-block;*/
	margin-top:3px;
	margin-left: 3px;
	cursor:pointer;
	color:#000000;
	padding:9px 23px;
	text-decoration:none;
	float:right;
}
input[type=submit]:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6dd1e3), color-stop(1, #2cb1c9));
	background:-moz-linear-gradient(top, #6dd1e3 5%, #2cb1c9 100%);
	background:-webkit-linear-gradient(top, #6dd1e3 5%, #2cb1c9 100%);
	background:-o-linear-gradient(top, #6dd1e3 5%, #2cb1c9 100%);
	background:-ms-linear-gradient(top, #6dd1e3 5%, #2cb1c9 100%);
	background:linear-gradient(to bottom, #6dd1e3 5%, #2cb1c9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6dd1e3', endColorstr='#2cb1c9',GradientType=0);
	background-color:#6dd1e3;
}
input[type=submit]:active {
	position:relative;
	top:1px;
}


/* Cancel form */

form.cancel input[type=submit] {
	-moz-box-shadow:inset 0px 34px 0px -15px #ff599c;
	-webkit-box-shadow:inset 0px 34px 0px -15px #ff599c;
	box-shadow:inset 0px 34px 0px -15px #ff599c;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c7346f), color-stop(1, #ff599c));
	background:-moz-linear-gradient(top, #c7346f 5%, #ff599c 100%);
	background:-webkit-linear-gradient(top, #c7346f 5%, #ff599c 100%);
	background:-o-linear-gradient(top, #c7346f 5%, #ff599c 100%);
	background:-ms-linear-gradient(top, #c7346f 5%, #ff599c 100%);
	background:linear-gradient(to bottom, #c7346f 5%, #ff599c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7346f', endColorstr='#ff599c',GradientType=0);
	background-color:#c7346f;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:none;/*1px solid #241d13;*/
	/*display:inline-block;*/
	margin-top:3px;
	margin-left: 3px;
	cursor:pointer;
	color:#000000;
	padding:9px 23px;
	text-decoration:none;
	float:right;
}
form.cancel input[type=submit]:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff599c), color-stop(1, #c7346f));
	background:-moz-linear-gradient(top, #ff599c 5%, #c7346f 100%);
	background:-webkit-linear-gradient(top, #ff599c 5%, #c7346f 100%);
	background:-o-linear-gradient(top, #ff599c 5%, #c7346f 100%);
	background:-ms-linear-gradient(top, #ff599c 5%, #c7346f 100%);
	background:linear-gradient(to bottom, #ff599c 5%, #c7346f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff599c', endColorstr='#c7346f',GradientType=0);
	background-color:#ff599c;
}
form.cancel input[type=submit]:active {
	position:relative;
	top:1px;
}
