.error {
	width: 100%;
	background: darkred;
	color: white;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	border-radius: 4px;
	font-family: 'Open Sans', sans-serif;
}
.outer-div {
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
}
.outer-div:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
}
.welcomediv {
	display: inline-block;
	vertical-align: middle;
}
.outer-div2 {
	position: relative;
	width: 100%;
	text-align: center;
}
.outer-div2:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
}
.formdiv {
	padding-bottom: 15px;
	display: inline-block;
	vertical-align: middle;
}
.outer-div3 {
	display: none;
	position: relative;
	top: 0;
	width: 100%;
	text-align: center;
}
.outer-div3:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
}
.submitdiv {
	display: inline-block;
	vertical-align: middle;
}
.bottombar {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	background: #6699cc;
}
.answeredbar {
	width: 150px;
	height: 10px;
	background: #bbdaf7;
	border-radius: 4px;
}
.answeredbar td {
	border-radius: 4px;
}
.okbox {
	position: absolute;
	top: -18px;
	left: 10px;
	text-align: center;
	background: #eee;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #eeeeee) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #eeeeee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
	background-color:#ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	padding: 4px;
	width: 88px;
	z-index: 9999;
}
p {
	width: 100%;
}
.inputtable {
	width: 100%;
	cellspacing: 0;
	cellpadding: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
.inputtable td {
	width: 100%;
	text-align: left;
}
.inputtable input[type=text], .inputtable input[type=password] {
	width: 100%;
	height: 40px;
	border: 1px dashed #bbdaf7;
	padding-left: 10px;
	font-size: 26px;
	line-height: 32px;
	color: #378de5;
}
.inputtable input[type=radio] {
	cursor: pointer;
}
.inputtable label {
	font-size: 26px;
	line-height: 32px;
	color: #378de5;
	padding-right: 10px;
	cursor: pointer;
}
.inputtable textarea {
	width: 100%;
	height: 100px;
	border: 1px dashed #bbdaf7;
	padding-left: 10px;
	font-size: 26px;
	line-height: 32px;
	color: #378de5;
}
.inputtable select {
	width: 100%;
	height: 40px;
	border: 1px dashed #bbdaf7;
	padding-left: 10px;
	font-size: 26px;
	line-height: 32px;
	color: #378de5;
}
.inputtable option[default] {
	display:none;
}
::-webkit-input-placeholder {
	color: #378de5;
}
:-moz-placeholder {
	color: #378de5;
	opacity:  1;
}
::-moz-placeholder {
	color: #378de5;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #378de5;
}
a {
}
a:hover {
	cursor: pointer;
}
h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 32px;
	font-weight: normal;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	font-weight: normal;
}
.number {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #378de5;
}
.enter {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #378de5;
}
.whiteenter {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #ffffff;
}
.start {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
	text-indent:0;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:22px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #528ecc;
	letter-spacing: 1px;
	padding-left: 5px;
	padding-right: 5px;
}
.start:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
	cursor:pointer;
}
.start:active {
	position:relative;
	top:1px;
}

.review {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
	text-indent:0;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:22px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:86px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #528ecc;
	letter-spacing: 1px;
}
.review:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
	cursor:pointer;
}
.review:active {
	position:relative;
	top:1px;
}