
.btnset {
text-align: center;
margin-left:auto;
margin-right:auto;
}

.btn_style {
    width:12em;
	background-color:#fdf5c7;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #e37628;
	display:inline-block;
	cursor:pointer;
	color:#172972;
	padding:3px 3px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3e7bae;
}
.btn_style:hover {
	background-color:#ffbb00;
    text-decoration:none;
}
.btn_style:active {
	position:relative;
	top:1px;
}




.disabled .btn_style {
	background-color:#DEDEDE;
	color: #999999;
	border-color: #999999;
}
.disabled .btn_style:hover {
	background-color:#DEDEDE;
	color: #999999;
	border-color: #999999;
}
.disabled .btn_style:active {
top:0;
}

.link.disabled {
	cursor: default;
}




