button {
    float:left; margin-right:26px; padding-top:0px;
    -moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
	box-shadow:inset 0px 0px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #334f74), color-stop(1, #0b1870) );
	background:-moz-linear-gradient( center top, #334f74 5%, #0b1870 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#59669e', endColorstr='#0b1870');
	background-color:#59669e;
    border-radius: 99% / 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-indent:0;
	border:1px solid #000005;
	display:inline-block;
	color:#ffffff;
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	height:40px;
	line-height:1px;
	width:120px;
	text-decoration:none;
	text-align:center;
	
	
}
button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0b1870), color-stop(1, #59669e) );
	background:-moz-linear-gradient( center top, #0b1870 5%, #59669e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b1870', endColorstr='#59669e');
	background-color:#0b1870;
}button:active {
	position:relative;
	top:1px;
}
button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0b1870), color-stop(1, #59669e) );
	background:-moz-linear-gradient( center top, #0b1870 5%, #59669e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b1870', endColorstr='#59669e');
	background-color:#0b1870;
}button:active {
	position:relative;
	top:1px;
}