
.btn_db {
border:1px solid #df0909; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #f62b2b; background-image: -webkit-gradient(linear, left top, left bottom, from(#f62b2b), to(#d20202));
 background-image: -webkit-linear-gradient(top, #f62b2b, #d20202);
 background-image: -moz-linear-gradient(top, #f62b2b, #d20202);
 background-image: -ms-linear-gradient(top, #f62b2b, #d20202);
 background-image: -o-linear-gradient(top, #f62b2b, #d20202);
 background-image: linear-gradient(to bottom, #f62b2b, #d20202);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f62b2b, endColorstr=#d20202);
 backface-visibility: visible;
 visibility: visible;
}

.btn_db:hover{
 border:1px solid #b30808;
 background-color: #e40a0a; background-image: -webkit-gradient(linear, left top, left bottom, from(#e40a0a), to(#9f0202));
 background-image: -webkit-linear-gradient(top, #e40a0a, #9f0202);
 background-image: -moz-linear-gradient(top, #e40a0a, #9f0202);
 background-image: -ms-linear-gradient(top, #e40a0a, #9f0202);
 background-image: -o-linear-gradient(top, #e40a0a, #9f0202);
 background-image: linear-gradient(to bottom, #e40a0a, #9f0202);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e40a0a, endColorstr=#9f0202);
}

.datapages {text-align: right;}  

.btn {
	text-transform: capitalize;
	cursor: pointer;
	color: #ffffff;
	font-size: 14px;
	text-shadow: 0px -1px 1px #000000;
	-moz-box-shadow: inset 0px 6px 0px -5px #6f7375;
	-webkit-box-shadow: inset 0px 6px 0px -5px #6f7375;
	box-shadow: inset 0px 6px 0px -5px #6f7375;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	border-width: 1px;
	border-color: #37383a;
	border-style: solid;
	background: -moz-linear-gradient(top, #5b5e60 0%, #414345 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5b5e60), color-stop(100%, #414345));
	background: -webkit-linear-gradient(top, #5b5e60 0%, #414345 100%);
	background: -o-linear-gradient(top, #5b5e60 0%, #414345 100%);
	background: -ms-linear-gradient(top, #5b5e60 0%, #414345 100%);
	background: linear-gradient(to bottom, #5b5e60 0%, #414345 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b5e60', endColorstr='#414345', GradientType=0);
}
.btn:hover {
	background: -moz-linear-gradient(top, #606365 0%, #4a4c4e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #606365), color-stop(100%, #4a4c4e));
	background: -webkit-linear-gradient(top, #606365 0%, #4a4c4e 100%);
	background: -o-linear-gradient(top, #606365 0%, #4a4c4e 100%);
	background: -ms-linear-gradient(top, #606365 0%, #4a4c4e 100%);
	background: linear-gradient(to bottom, #606365 0%, #4a4c4e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#606365', endColorstr='#4a4c4e', GradientType=0);
}
.btn:active {
	top: 1px;
}
.btn2 {
	text-transform: capitalize;
	cursor: pointer;
	color: #808080;
	font-size: 14px;
	font-weight: bold;
    text-align: center;
	text-shadow: 0px 1px 1px #e8e8e8;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	border-radius: 15px;
	border-radius: 15px;
	border-width: 5px;
	border-color: #cbcbcb;
	border-style: solid;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #acacac 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(100%, #acacac));
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #acacac 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #ffffff 50%, #acacac 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 50%, #acacac 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #acacac 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#acacac', GradientType=0);
	gradient-stop-color: #ffffff;
}
.btn2:hover {
	border-width: 5px;
	border-color: #c2c2c2;
	border-style: solid;
}
.btn2:active {
	top: 1px;
}

