/* CSS Document */

/* Button */
div.btn {
	text-align: center;
	height: 24px;
	width: 142px;
	background:  url("../images/btn.jpg") 0 -24px no-repeat;
	border: 1px solid #F3F9FD;
	border-bottom-color: #3A657E;
	border-right-color:  #3A657E;
}
div.btn a.btn {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%; height: 100%;
	font: 16px/1 Georgia, serif;
	font-weight: bold;
	font-style: normal;
	color: #333333;
	text-shadow: 0 0 4px #E8F4FB;
	text-decoration: none;
	background:  url("../images/btn.jpg") 0 0 no-repeat;
}
div.btn span.btn {
	display: block;
	margin: 0;
	padding: 2px 0 2px 0;
}
div.btn a.btn:hover {
	background-image: none;
	color: #FFFFFF;
	border-color: #6B86B1;
	text-shadow: 0px 0px 4px #6B86B1;
}
div.btn a.btn:active {
	color: #EFEFEF;
	background:  url("../images/btn.jpg") 0 -24px no-repeat;
	border-color: #E8F4FB;
}
div.btn {
	margin: 2px 3px 2px 3px;
	-webkit-box-shadow: 2px 2px 2px #333333;
}
.btncntnr {
	margin-left: auto;
	margin-right: auto;
	width: 515px;
	height: 30px;
}