@charset "utf-8";
/* CSS Document */
.button {
	padding: 3px 10px;
    display: inline-block;
	    position: relative;
	    text-align: center;
	    text-decoration: none;
	    text-shadow: 1px 1px 1px rgba(255,255,255,.22);
	    font: bold 12px/25px Arial, sans-serif;
	    -webkit-border-radius: 5px;
	    -moz-border-radius: 5px;
	    border-radius: 5px;
	    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44);
	    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44);
	    box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44);
	    -webkit-transition: all 0.15s ease;
	    -moz-transition: all 0.15s ease;
	    -o-transition: all 0.15s ease;
	    -ms-transition: all 0.15s ease;
	    transition: all 0.15s ease;
    top: -3px;
    left: 1px;
    width: 92px;
    height: 29px;
}

	.button:hover {
		-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
		-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
		box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
	}

	.button:active {
		-webkit-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
		-moz-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
		box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
	}
.green_button{
	color: #3e5706;

	background: #a5cd4e; /* Old browsers */
	background: -moz-linear-gradient(top,  #a5cd4e 0%, #6b8f1a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cd4e), color-stop(100%,#6b8f1a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%); /* IE10+ */
	background: #a5cd4e; /* W3C */
    font-weight: 700;
}

.blue_button{
	color: #013080;

	background: #95d8fb; /* Old browsers */
	background: -moz-linear-gradient(top,  #95d8fb 0%, #2c92c7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#95d8fb), color-stop(100%,#2c92c7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #95d8fb 0%,#2c92c7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #95d8fb 0%,#2c92c7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #95d8fb 0%,#2c92c7 100%); /* IE10+ */
	background: #95d8fb; /* W3C */
    top: 3px;
    left: 0px;
    font-weight: 700;
    height: 26px;
}

.grey_button{
	color: #013080;
    font-size:14px;
    padding:10px;
	background: #EEEEEE; /* Old browsers */
	background: -moz-linear-gradient(top,  #EEEEEE 0%, #DDDDDD 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEEEEE), color-stop(100%,#DDDDDD)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #EEEEEE 0%,#DDDDDD 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #EEEEEE 0%,#DDDDDD 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #EEEEEE 0%,#DDDDDD 100%); /* IE10+ */
	background: #EEEEEE; /* W3C */
    font-weight: 700;
}

.red_button{
	color: #FFFF00;
    font-size:14px;
    padding:10px;
	background: #FF0000; /* Old browsers */
	background: -moz-linear-gradient(top,  #FF0000 0%, #CC0000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF0000), color-stop(100%,#CC0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FF0000 0%,#CC0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #FF0000 0%,#CC0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #FF0000 0%,#CC0000 100%); /* IE10+ */
	background: #FF0000; /* W3C */
    font-weight: 700;
}

.blue_bigbutton{
	color: #013080;
    font-size:18px;
    padding: 5px 20px;
	background: #95d8fb; /* Old browsers */
	background: -moz-linear-gradient(top,  #95d8fb 0%, #2c92c7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#95d8fb), color-stop(100%,#2c92c7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #95d8fb 0%,#2c92c7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #95d8fb 0%,#2c92c7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #95d8fb 0%,#2c92c7 100%); /* IE10+ */
	background: #95d8fb; /* W3C */
    top: 0px;
    left: 0px;
    font-weight: 700;
}

.button span{
	color:#CC0000;
	font: 12px Arial;
}