button {
	-moz-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	box-shadow:inset 0px 1px 0px 0px #dcecfb;
	background-color:#bddbfa;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:-2.64px;
	border:5px solid #5283b5;
	display:inline-block;
	color:#19404d;
	font-family:Arial;
	font-size:24px;
	font-weight:bold;
	font-style:normal;
	height:58px;
	line-height:58px;
	width:200px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #40688f;
}button:hover {
	background-color:#ffffff;
}button:active {
	position:relative;
	top:1px;
}
/* This button was generated using CSSButtonGenerator.com */