/* Enter Your Custom CSS Here */
.css_btn_class {
	font-size:12px;
	font-weight:normal;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #da949b;
	padding:4px 8px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #ff8993 21%, #f85164 84% );
	background:-ms-linear-gradient( top, #ff8993 21%, #f85164 84% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8993', endColorstr='#f85164');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(21%, #ff8993), color-stop(84%, #f85164) );
	background-color:#ff8993;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #9e9e9e;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffced1;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffced1;
 	box-shadow:inset 1px 1px 0px 0px #ffced1;
}.css_btn_class:hover {
	background:-moz-linear-gradient( center top, #f85164 21%, #ff8993 84% );
	background:-ms-linear-gradient( top, #f85164 21%, #ff8993 84% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85164', endColorstr='#ff8993');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(21%, #f85164), color-stop(84%, #ff8993) );
	background-color:#f85164;
}.css_btn_class:active {
	position:relative;
	top:1px;
}

.css_btn_class2 {
	font-size:12px;
	font-weight:normal;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #469df5;
	padding:4px 8px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
	background:-ms-linear-gradient( top, #79bbff 5%, #4197ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #79bbff), color-stop(100%, #4197ee) );
	background-color:#79bbff;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #287ace;
 	-webkit-box-shadow: 1px 1px 0px 0px #cae3fc;
 	-moz-box-shadow: 1px 1px 0px 0px #cae3fc;
 	box-shadow: 1px 1px 0px 0px #cae3fc;
}.css_btn_class2:hover {
	background:-moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
	background:-ms-linear-gradient( top, #4197ee 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #4197ee), color-stop(100%, #79bbff) );
	background-color:#4197ee;
}.css_btn_class2:active {
	position:relative;
	top:1px;
}