/* btnType Serise */
.btnTypeX {
	clear:both;
		background: -moz-linear-gradient(top,#8F1862 0%,#830051);
	background: -webkit-gradient(linear, left top, left bottom, from(#8F1862),to(#830051));
	color:#FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #550035;
	-moz-box-shadow: 0px 1px 2px rgba(000,000,000,0.2),inset 0px -1px 0px rgba(85,0,53,1);
	-webkit-box-shadow: 0px 1px 2px rgba(000,000,000,0.2),inset 0px -1px 0px rgba(85,0,53,1);
	text-shadow: 0px -1px 0px rgba(000,000,000,0),0px 1px 0px rgba(85,0,53,0.5);

	width: 100%;
	padding: 10px 0;
	font-size:18px;
	font-weight:bold;
}
.btnTypeY {
	display:block;
	clear:both;
		background: -moz-linear-gradient(top,#8F1862 0%,#830051);
	background: -webkit-gradient(linear, left top, left bottom, from(#8F1862),to(#830051));
	color:#FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #550035;
	-moz-box-shadow: 0px 1px 2px rgba(000,000,000,0.2),inset 0px -1px 0px rgba(85,0,53,1);
	-webkit-box-shadow: 0px 1px 2px rgba(000,000,000,0.2),inset 0px -1px 0px rgba(85,0,53,1);
	text-shadow: 0px -1px 0px rgba(000,000,000,0),0px 1px 0px rgba(85,0,53,0.5);
	text-align:center;

	width: 99%;
	padding: 10px 0;
	font-size:13px;
	font-weight:bold;
}
.btnTypeY a {color:#fff; }

.btnTypeW {
	display:block;
	clear:both;
		background: -moz-linear-gradient(top,#2D5EA1 0%,#0B193E);
	background: -webkit-gradient(linear, left top, left bottom, from(#2D5EA1),to(#0B193E));
	color:#FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #1A284F;
	-moz-box-shadow: 0px 1px 2px rgba(000,000,000,0.2),inset 0px -1px 0px rgba(110,136,204,1);
	-webkit-box-shadow: 0px 1px 2px rgba(000,000,000,0.2),inset 0px -1px 0px rgba(110,136,204,1);
	text-shadow: 0px -1px 0px rgba(000,000,000,0),0px 1px 0px rgba(110,136,204,0.5);
	text-align:center;

	width: 99%;
	padding: 15px 0;
	font-size:17px;
	font-weight:bold;
}
.btnTypeW a {color:#fff; }


