﻿
.infobg {
	background-position:center;
	display:block;

	background: #5a5a5a;
	background: -webkit-gradient(linear, left top, left bottom, from(#5a5a5a), to(#2e2e2e));
	background: -moz-linear-gradient(top,  #5a5a5a,  #2e2e2e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a5a5a', endColorstr='#2e2e2e');
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	line-height: 100%;
	font-weight: bold;
	padding-top: 20px;

	padding-bottom: 20px;

}
.button {
	width:24%;
	padding-left:3px;
	padding-right:3px;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	line-height: 100%;
	font-weight: bold;
	padding-top: 20px;

	padding-bottom: 20px;

}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.blue {
	color: #5ab6ed;
	background: #5a5a5a;
	background: -webkit-gradient(linear, left top, left bottom, from(#5a5a5a), to(#2e2e2e));
	background: -moz-linear-gradient(top,  #5a5a5a,  #2e2e2e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a5a5a', endColorstr='#2e2e2e');
}
.blue:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#2e2e2e), to(#5a5a5a));
	background: -moz-linear-gradient(top,  #2e2e2e,  #5a5a5a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e2e2e', endColorstr='#5a5a5a');
}
.blue:active {
	color: #5ab6ed;
	background: -webkit-gradient(linear, left top, left bottom, from(#2e2e2e), to(#5a5a5a));
	background: -moz-linear-gradient(top,  #2e2e2e,  #5a5a5a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e2e2e', endColorstr='#5a5a5a');
}

.yellow {
	color: #f8d15e;
	background: #5a5a5a;
	background: -webkit-gradient(linear, left top, left bottom, from(#5a5a5a), to(#2e2e2e));
	background: -moz-linear-gradient(top,  #5a5a5a,  #2e2e2e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a5a5a', endColorstr='#2e2e2e');
}
.yellow:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#2e2e2e), to(#5a5a5a));
	background: -moz-linear-gradient(top,  #2e2e2e,  #5a5a5a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e2e2e', endColorstr='#5a5a5a');
}
.yellow:active {
	color: #f8d15e;
	background: -webkit-gradient(linear, left top, left bottom, from(#2e2e2e), to(#5a5a5a));
	background: -moz-linear-gradient(top,  #2e2e2e,  #5a5a5a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e2e2e', endColorstr='#5a5a5a');
}


.green {
	color: #98c255;
	background: #5a5a5a;
	background: -webkit-gradient(linear, left top, left bottom, from(#5a5a5a), to(#2e2e2e));
	background: -moz-linear-gradient(top,  #5a5a5a,  #2e2e2e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a5a5a', endColorstr='#2e2e2e');
}
.green:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#2e2e2e), to(#5a5a5a));
	background: -moz-linear-gradient(top,  #2e2e2e,  #5a5a5a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e2e2e', endColorstr='#5a5a5a');
}
.green:active {
	color: #98c255;
	background: -webkit-gradient(linear, left top, left bottom, from(#2e2e2e), to(#5a5a5a));
	background: -moz-linear-gradient(top,  #2e2e2e,  #5a5a5a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e2e2e', endColorstr='#5a5a5a');
}


.orange {
	color: #df6339;
	background: #5a5a5a;
	background: -webkit-gradient(linear, left top, left bottom, from(#5a5a5a), to(#2e2e2e));
	background: -moz-linear-gradient(top,  #5a5a5a,  #2e2e2e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a5a5a', endColorstr='#2e2e2e');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#2e2e2e), to(#5a5a5a));
	background: -moz-linear-gradient(top,  #2e2e2e,  #5a5a5a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e2e2e', endColorstr='#5a5a5a');
}
.orange:active {
	color: #df6339;
	background: -webkit-gradient(linear, left top, left bottom, from(#2e2e2e), to(#5a5a5a));
	background: -moz-linear-gradient(top,  #2e2e2e,  #5a5a5a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e2e2e', endColorstr='#5a5a5a');
}

.calcbutton {
	padding-left:12px;
	padding-right:12px;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	background-color:#5ab6ed;
	color:#221f20;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight:bold;
	line-height: 100%;
	font-weight: bold;
	padding-top: 5px;
	border:none;
	padding-bottom: 5px;

}
.calcbutton:hover {
	text-decoration: none;
	color:#FFF;
	background-color:#999;
}
.calcbutton:active {
	color:#FFF;
	position: relative;
	top: 1px;
	background-color:#999;
}

.resetbutton {
	padding-left:25px;
	padding-right:25px;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	background-color:#999;
	color:#221f20;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight:bold;
	line-height: 100%;
	font-weight: bold;
	padding-top: 5px;
	border:none;
	padding-bottom: 5px;

}
.resetbutton:hover {
	text-decoration: none;
	color:#FFF;
	background-color:#5ab6ed;
}
.resetbutton:active {
	color:#FFF;
	position: relative;
	top: 1px;
	background-color:#5ab6ed;
}






