@charset "utf-8";
/* CSS Document */

.buttonsst {
	-moz-box-shadow: 0px -1px 0px -50px #ababab;
	-webkit-box-shadow: 0px -1px 0px -50px #ababab;
	box-shadow: 0px -1px 0px -50px #ababab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.20, #d2e6f7), color-stop(0.80, #53A1F6) );
	background:-moz-linear-gradient( center top, #d2e6f7 20%, #53A1F6 80% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2e6f7', endColorstr='#53A1F6');
	background-color:#d2e6f7;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;
	text-indent:0px;
	border:2px solid #0e35f5;
	display:inline-block;
	color:#f5f5f2;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:28px;
	line-height:28px;
	width:200px;
	text-decoration:none;
	text-align:center;
	text-shadow:2px 2px 0px #0a0a0a;
}
.buttonsst:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0b59e0), color-stop(1, #d2e6f7) );
	background: -moz-linear-gradient( center top, #0b59e0 5%, #d2e6f7 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b59e0', endColorstr='#d2e6f7');
	background-color: #0b59e0;
}.buttonsst:active {
	position:relative;
	top:1px;
}
