@CHARSET "ISO-8859-1";

button, input[type="submit"] {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #059ef0), color-stop(1, #0982d9));
	background:-moz-linear-gradient(top, #059ef0 5%, #0982d9 100%);
	background:-webkit-linear-gradient(top, #059ef0 5%, #0982d9 100%);
	background:-o-linear-gradient(top, #059ef0 5%, #0982d9 100%);
	background:-ms-linear-gradient(top, #059ef0 5%, #0982d9 100%);
	background:linear-gradient(to bottom, #059ef0 5%, #0982d9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#059ef0', endColorstr='#0982d9',GradientType=0);
	background-color:#059ef0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #1879ba;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2071d4;
}
button, input[type="submit"] {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0982d9), color-stop(1, #059ef0));
	background:-moz-linear-gradient(top, #0982d9 5%, #059ef0 100%);
	background:-webkit-linear-gradient(top, #0982d9 5%, #059ef0 100%);
	background:-o-linear-gradient(top, #0982d9 5%, #059ef0 100%);
	background:-ms-linear-gradient(top, #0982d9 5%, #059ef0 100%);
	background:linear-gradient(to bottom, #0982d9 5%, #059ef0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0982d9', endColorstr='#059ef0',GradientType=0);
	background-color:#0982d9;
}

button:active, input[type="submit"]:active {
	position:relative;
	top:1px;
}