#keepPageHeight {
	height: 300px;
}

#updatePanelWrapper {
	background-color: #E6E7E9;
	padding: 8px;
	float: left;
	width: 646px;
}

.question {
	color: #1b3067;
	padding: 8px;
	font-size: 12px;
	font-weight: bold;
	clear: both;
	display: block;
	width: 470px;
	float: left;
}

.resultHeader {
	color: #1b3067;
	padding: 8px;
	font-size: 12px;
	font-weight: bold;
	clear: both;
}

.Answer {
	background-color: #edeeef;
	width: 285px;
	_width: 285px;
	display: block;
	padding: 10px;
	text-decoration: none;
	color : #000;
	font-size: 12px;
	border: 1px solid #fff;
	margin: 5px;
	float: left;
	position: relative;
	background-image: url("/static/NextQ/images/TroubleShootingGuide/arrow_right.gif");
	background-repeat: no-repeat;
	background-position: 10px 12px;
	padding-left: 25px;
	padding-right: 0px;
	height:16px;
}

.Answer p {
	margin: 0;
}

.linkInner {
	padding-right: 10px;
	cursor: hand;
	cursor: pointer;
}

.linkInner p {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.result {
	background-color: #fff;
	display: block;
	padding: 10px;
	color : #000;
	font-size: 12px;
	border: 1px solid #000034;
	margin: 5px;
	float: none;
}

.result p, .result ul li, .result ol li{
	font-size: 12px;
}


a:hover.answer
{
	background-color: #fff;
}
.maxRemaining {
	display: block;
	padding: 8px;
	
}

.Back {
	background-color: #edeeef;
	width: 80px;
	display: block;
	text-decoration: none;
	color : #fff;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #fff;
	margin: 5px;
	float: left;
	position: relative;
	clear: left;
	margin-top: 20px;
	height: 26px;
	line-height: 26px;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url("/static/NextQ/images/TroubleShootingGuide/button.png");
	border: 1px solid #000034;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
}

.restart {
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color : #fff;
	border: 1px solid #fff;
	margin: 5px;
	float: right;
	position: relative;
	margin-top: 20px;
	text-align: center;
	height: 26px;
	line-height: 26px;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url("/static/NextQ/images/TroubleShootingGuide/button.png");
	border: 1px solid #000034;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

a:hover.back
{
	background-image: url("/static/NextQ/images/TroubleShootingGuide/button_hover.png");
}

a:hover.restart
{
	background-image: url("/static/NextQ/images/TroubleShootingGuide/button_hover.png");
}

.contact {
	background-color: #edeeef;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color : #fff;
	border: 1px solid #fff;
	margin: 5px;
	float: right;
	position: relative;
	margin-top: 20px;
	text-align: center;
	height: 26px;
	line-height: 26px;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url("/static/NextQ/images/TroubleShootingGuide/button.png");
	border: 1px solid #000034;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

a:hover.contact
{
	background-image: url("/static/NextQ/images/TroubleShootingGuide/button_hover.png");
}

div.progress-container {
  border: 1px solid #ccc; 
  width: 100px;
  padding: 1px; 
  background: white;
  margin-right: 6px;
  float: right;
  margin-top: 10px;
}

div.progress-container div {
  background-image: url("/static/NextQ/images/TroubleShootingGuide/progress.png");
  height: 12px
}

.progress-label {
	display: block;
	width: 50px;
	float: right;
	margin-top: 10px;
}

.survey {
	margin-top: 10px;
}

.survey a {
	background-color: #1b3067;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	color: #fff;
	text-decoration: none;
	margin-left: 5px;
}