.btn {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1b5773), color-stop(1, #0c4166));
	background:-moz-linear-gradient(top, #1b5773 5%, #0c4166 100%);
	background:-webkit-linear-gradient(top, #1b5773 5%, #0c4166 100%);
	background:-o-linear-gradient(top, #1b5773 5%, #0c4166 100%);
	background:-ms-linear-gradient(top, #1b5773 5%, #0c4166 100%);
	background:linear-gradient(to bottom, #1b5773 5%, #0c4166 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b5773', endColorstr='#0c4166',GradientType=0);
	background-color:#1b5773;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #515b61;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
}
.btn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0c4166), color-stop(1, #1b5773));
	background:-moz-linear-gradient(top, #0c4166 5%, #1b5773 100%);
	background:-webkit-linear-gradient(top, #0c4166 5%, #1b5773 100%);
	background:-o-linear-gradient(top, #0c4166 5%, #1b5773 100%);
	background:-ms-linear-gradient(top, #0c4166 5%, #1b5773 100%);
	background:linear-gradient(to bottom, #0c4166 5%, #1b5773 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c4166', endColorstr='#1b5773',GradientType=0);
	background-color:#0c4166;
}
.btn:active {
	position:relative;
	top:1px;
}
