@charset "utf-8";
/* CSS Document */
input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    background:url(check_radio_sheet.png) left top no-repeat;
}

.inputTypes{
	font-family:Arial, Helvetica, sans-serif;
	font-size:35px;
	size:100px;
	width:100%;
}
h3{
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-weight:normal;
	font-size:24px;
	padding:0 0 15px 0;
	margin:0;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-weight:normal;
	font-size:50px;
	padding:0 0 15px 0;
	margin:0;
}
h1{
	font-family:Verdana, Geneva, sans-serif;
	color:#af00d5;
	font-size:60px;
}

body{
	margin:0px;
}
.bottomLine{
	width:100%;
	height:75px;
	background:#F4F4F4;
	bottom:0px;
	position:fixed;
	padding:5px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.bottomButtonsCont{
	width:100%;
	height:75px;
	bottom:75px;
	position:fixed;
	padding:5px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	display:table;
}
.bottomButtons{
    display: table-cell;
	width:50%;
}
ul li{
	font-family:Arial, Helvetica, sans-serif;
	color:#06F;
	font-weight:normal;
	font-size:18px;
	padding:0 0 5px 0;
	margin:0;
}
.tableStyle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#666;
}
::-webkit-scrollbar {
    width: 1em;
}
::-webkit-scrollbar-track-piece {
    background: #CCC;
}
::-webkit-scrollbar-thumb {
    background: #09F;
}​

.blueButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	padding:9px 69px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}


.blueButton1 {
	-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(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',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:Verdana;
	font-size:20px;
	font-weight:bold;
	padding:17px 120px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
}
.blueButton1:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
}
.blueButton1:active {
	position:relative;
	top:1px;
}