#background-gradient {
	position: absolute;
	width: 100%;
	height: 269px;
	background-image: url('http://images.harmonyremote.com/EasyZapper/NewUserInterface/Skins/CorporateSkin/images/general/background_stretch.png');
	bottom: 0px;
	left: 0px;
	z-index: -1;
	}

#question-one {
	width: 100%;
	font-weight: bold;
	padding: 5px 10px 10px 10px;
	color: #3FA79C;
	min-height: 5px;
	}

#question {
	width: 100%;
	font-weight: bold;
	padding: 5px 10px 10px 10px;
	color: #000000;
	min-height: 5px;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 16.3333px;
	}

.warning {
	width: 100%;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 80%;
	color: red;
	}

.no-option-selected {
	width: 100%;
	font-family: Tahoma;
	font-weight: bold;
	color: red;
	}


#navigation {
	float: right;
	height: 40px;
	margin-right: 23px;
	}


