.btnOrange {
	-moz-box-shadow:inset 0px 1px 0px 0px #fed897;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fed897;
	box-shadow:inset 0px 1px 0px 0px #fed897;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6b33d), color-stop(1, #d29105) );
	background:-moz-linear-gradient( center top, #f6b33d 5%, #d29105 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b33d', endColorstr='#d29105');
	background-color:#f6b33d;
	-webkit-border-top-left-radius:9px;
	-moz-border-radius-topleft:9px;
	border-top-left-radius:9px;
	-webkit-border-top-right-radius:9px;
	-moz-border-radius-topright:9px;
	border-top-right-radius:9px;
	-webkit-border-bottom-right-radius:9px;
	-moz-border-radius-bottomright:9px;
	border-bottom-right-radius:9px;
	-webkit-border-bottom-left-radius:9px;
	-moz-border-radius-bottomleft:9px;
	border-bottom-left-radius:9px;
	text-indent:0;
	border:1px solid #eda933;
	display:inline-block;
	color:#ffffff!important;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:120px;
	padding-right:10px;
	margin:5px 15px 0 0;
	text-decoration:none;
	text-align:right;
	text-shadow:1px 1px 0px #cd8a15;
}
.btnOrange:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d29105), color-stop(1, #f6b33d) );
	background:-moz-linear-gradient( center top, #d29105 5%, #f6b33d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d29105', endColorstr='#f6b33d');
	background-color:#d29105;
}.btnOrange:active {
	position:relative;
	top:1px;
}

.btnRed {
	-moz-box-shadow:inset 0px 1px 0px 0px #fea397;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fea397;
	box-shadow:inset 0px 1px 0px 0px #fea397;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f65b3d), color-stop(1, #d21d05) );
	background:-moz-linear-gradient( center top, #f65b3d 5%, #d21d05 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f65b3d', endColorstr='#d21d05');
	background-color:#f65b3d;
	-webkit-border-top-left-radius:9px;
	-moz-border-radius-topleft:9px;
	border-top-left-radius:9px;
	-webkit-border-top-right-radius:9px;
	-moz-border-radius-topright:9px;
	border-top-right-radius:9px;
	-webkit-border-bottom-right-radius:9px;
	-moz-border-radius-bottomright:9px;
	border-bottom-right-radius:9px;
	-webkit-border-bottom-left-radius:9px;
	-moz-border-radius-bottomleft:9px;
	border-bottom-left-radius:9px;
	text-indent:0;
	border:1px solid #ed5233;
	display:inline-block;
	color:#ffffff!important;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:120px;
	/*padding-right:10px;*/
	margin:5px 15px 25px 0;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #cd8a15;
}
.btnRed:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d21d05), color-stop(1, #f65b3d) );
	background:-moz-linear-gradient( center top, #d21d05 5%, #f65b3d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d21d05', endColorstr='#f65b3d');
	background-color:#d21d05;
}.btnRed:active {
	position:relative;
	top:1px;
}


.btnCeleste {
	-moz-box-shadow:inset 0px 1px 0px 0px #97befe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97befe;
	box-shadow:inset 0px 1px 0px 0px #b3c8db;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #60c1ce), color-stop(1, #43b6c5) );
	background:-moz-linear-gradient( center top, #3d90f6 5%, #025dcc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d90f6', endColorstr='#025dcc');
	background-color:#3d90f6;
	-webkit-border-top-left-radius:9px;
	-moz-border-radius-topleft:9px;
	border-top-left-radius:9px;
	-webkit-border-top-right-radius:9px;
	-moz-border-radius-topright:9px;
	border-top-right-radius:9px;
	-webkit-border-bottom-right-radius:9px;
	-moz-border-radius-bottomright:9px;
	border-bottom-right-radius:9px;
	-webkit-border-bottom-left-radius:9px;
	-moz-border-radius-bottomleft:9px;
	border-bottom-left-radius:9px;
	text-indent:0;
	border-bottom:1px solid #308894;
	display:inline-block;
	color:#ffffff!important;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:120px;
	/*padding-right:10px;*/
	margin:5px 15px 25px 0;
	text-decoration:none;
	text-align:center;
	text-shadow:0px 1px 1px #2d6067;
}
.btnCeleste:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #43b6c5), color-stop(1, #60c1ce) );
	background:-moz-linear-gradient( center top, #025dcc 5%, #3d90f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#025dcc', endColorstr='#3d90f6');
	background-color:#025dcc;
}.btnCeleste:active {
	position:relative;
	top:1px;
}