@CHARSET "UTF-8";

.blueButton {
	-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, #010389));
	background:-moz-linear-gradient(top, #3d94f6 5%, #010389 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #010389 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #010389 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #010389 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #010389 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#010389',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
}
.blueButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #010389), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #010389 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #010389 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #010389 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #010389 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #010389 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#010389', endColorstr='#3d94f6',GradientType=0);
	background-color:#010389;
}
.blueButton:active {
	position:relative;
	top:1px;
}

.greenButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
	background:-moz-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-o-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-ms-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
	background-color:#89c403;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #74b807;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528009;
}
.greenButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
	background:-moz-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-o-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-ms-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403',GradientType=0);
	background-color:#77a809;
}
.greenButton:active {
	position:relative;
	top:1px;
}

/*----*/

.myButton {
	-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, #010389));
	background:-moz-linear-gradient(top, #3d94f6 5%, #010389 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #010389 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #010389 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #010389 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #010389 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#010389',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #010389), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #010389 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #010389 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #010389 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #010389 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #010389 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#010389', endColorstr='#3d94f6',GradientType=0);
	background-color:#010389;
}
.myButton:active {
	position:relative;
	top:1px;
}