﻿.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5d7b9d), color-stop(1, #5d7b9d) );
	background:-moz-linear-gradient( center top, #5d7b9d 5%, #5d7b9d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5d7b9d', endColorstr='#5d7b9d');
	background-color:#5d7b9d;
	-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 #337fed;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:24px;
	line-height:24px;
	width:60px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #1570cd;
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5d7b9d), color-stop(1, #5d7b9d) );
	background:-moz-linear-gradient( center top, #5d7b9d 5%, #5d7b9d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5d7b9d', endColorstr='#5d7b9d');
	background-color:#5d7b9d;
}.button:active {
	position:relative;
	top:1px;
}
/* This button was generated using CSSButtonGenerator.com */