﻿.className{ 
 	line-height:34px;
	height:34px;
	width:126px;
	color:#0b0b0b;
	background-color:#ededed;
	font-size:20px;
	font-weight:bold;
	font-family:Arial;
	background:-webkit-gradient(linear, left top, left bottom, color-start(0.05, #bcdeea), color-stop(1, #d6e7ea));
	background:-moz-linear-gradient(top, #bcdeea 5%, #d6e7ea 100%);
	background:-o-linear-gradient(top, #bcdeea 5%, #d6e7ea 100%);
	background:-ms-linear-gradient(top, #bcdeea 5%, #d6e7ea 100%);
	background:linear-gradient(to bottom, #bcdeea 5%, #d6e7ea 100%);
	background:-webkit-linear-gradient(top, #bcdeea 5%, #d6e7ea 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcdeea', endColorstr='#d6e7ea',GradientType=0);
	border:0px solid #dcdcdc;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	border-top-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
	-moz-box-shadow:0px 10px 14px -7px #276873;
	-webkit-box-shadow:0px 10px 14px -7px #276873;
	box-shadow:0px 10px 14px -7px #276873;
	text-align:center;
	display:inline-block;
	text-decoration:none;
}
.className:hover {
	background-color:#f5f5f5;
	background:-webkit-gradient(linear, left top, left bottom, color-start(0.05, #d6e7ea), color-stop(1, #bcdeea));
	background:-moz-linear-gradient(top, #d6e7ea 5%, #bcdeea 100%);
	background:-o-linear-gradient(top, #d6e7ea 5%, #bcdeea 100%);
	background:-ms-linear-gradient(top, #d6e7ea 5%, #bcdeea 100%);
	background:linear-gradient(to bottom, #d6e7ea 5%, #bcdeea 100%);
	background:-webkit-linear-gradient(top, #d6e7ea 5%, #bcdeea 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6e7ea', endColorstr='#bcdeea',GradientType=0);
}