.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff;
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	font-size:14px;
	padding:5px 12px;
	text-decoration:none;
	text-shadow:1px 1px 0px #1570cd;
}.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}.button:active {
	position:relative;
	top:1px;
}
.redbtn {
        box-shadow:inset 0px 1px 0px 0px #e184f3;
        background:linear-gradient(to bottom, #FF7777 5%, #FF0000 100%);
        background-color:#FF7777;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
        border-radius:10px;
        border:1px solid #820000;
        display:inline-block;
        color:#ffffff;
        font-family: Tahoma,Geneva,Kalimati,sans-serif;
        font-size:14px;
        padding:5px 12px;
        text-decoration:none;
        text-shadow:1px 1px 0px #FF7777;
}.redbtn:hover {
        background:linear-gradient(to bottom, #FF0000 5%, #FF7777 100%);
        background-color: #FF0000;
}.redbtn:active {
        position:relative;
        top:1px;
}
.prpl-button {
	box-shadow:inset 0px 1px 0px 0px #e184f3;
        background:linear-gradient(to bottom, #c123de 5%, #a20dbd 100%);
        background-color:#c123de;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
        border-radius:10px;
        border:1px solid #a511c0;
        display:inline-block;
        color:#ffffff;
        font-family: Tahoma,Geneva,Kalimati,sans-serif;
        font-size:14px;
        padding:5px 12px;
        text-decoration:none;
        text-shadow:1px 1px 0px #c123de;
}.prpl-button:hover {
	background:linear-gradient(to bottom, #a20dbd 5%, #c123de 100%);
	background-color:#a20dbd;
}.prpl-button:active {
        position:relative;
        top:1px;
}
