#question_container {
	height: 400px;
	overflow: hidden;
	}
#question_slider {
	margin-top: 0px;
	}
.questionPanel {
	height: 400px;
	overflow: hidden;
	}
.next_question {
	font-weight: bold;
	margin: 0px;
	font-size: 18px;
	display: block;
	width: 150px;
	float: right;
	text-align: center;
	font-family: Museo;
	cursor: pointer;
	color: #00c8f5;
	font-size: 18px;
	text-shadow: 1px 1px 1px #000;
	background: #1d3e4d;
	border-top: 1px solid #496470;
	border-right: 1px solid #122731;
	border-bottom: 1px solid #21808a;
	border-left: 1px solid #122731;
	height: 24px;
	line-height: 24px;
	}
#status_panel {
	text-align: center;
	}
#status_panel span {
	font-weight: bold;
	}
#emailPanel {
	font-size: 24px;
	height: 380px;
	padding-top: 20px;
	line-height: 26px;
	overflow: hidden;
	text-align: center;
	}
#emailPanel span {
	font-weight: bold;
	}
input.submit {	
	height: 54px;
	padding: 0;
	text-align: center;
	border-radius: 0px;
	width: 285px;
	line-height: 54px;
	font-family: Museo;
	cursor: pointer;
	color: #00c8f5;
	font-size: 30px;
	text-shadow: 1px 1px 1px #000;
	background: #1d3e4d;
	border-top: 1px solid #496470;
	border-right: 1px solid #122731;
	border-bottom: 1px solid #21808a;
	border-left: 1px solid #122731;
	}
input#inv_code {
	margin: 0 0 0px 1px;
	padding: 2px 0 0 0px;
	border-radius: 2px;
	width: 275px;
	height: 27px;
	line-height: 27px;
	color: #1d2022;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 27px;
	background: #e2e2d5;
	border: 1px solid #afafa6;
	}