html,body {
	height: 100%;
}

#ffront-header {
	height: 50px;
	position: relative;
}

#results a {
	text-decoration: none;
	color: #292324;
}

#results {
	position: absolute;
	left: 370px;
	text-align: left;
	font-size: 38px;
	letter-spacing: -1px;
	line-height: 50px; 
}

#resultcount {
	font-size: 38px;
	font-weight: normal;
	color: #F25F7C;
}


#ffront-container {
	text-align: left;
	background: #40b121 url('../images/ffront-bk-top.gif') 0px 0px no-repeat; 
	margin: 0;
	overflow: hidden;
	font-size: 20px;
	z-index: 5;
	padding: 0;
}


#ffront-container-bottom {
	line-height: 5px;
	padding: 0; margin: 0;
	height: 5px;
	background: url('../images/ffront-bk-btm.gif') 0px 0px no-repeat;
	position: relative;
	display: block;
}

#ffront-inner {
	padding: 10px;
	padding-right: 0;
	color: white;
	margin: 0;
	overflow: visible;
}

#ffront-inner a {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}

#ffront-inner .ffrontQuestion {
	overflow: hidden;
	padding: 7px;
	line-height: 40px;
	vertical-align: middle;
	height: 41px;
}

#ffront-inner .ffrontQuestion .questionNumber {
	width: 38px;
	height: 38px;
	background: url('../images/question-number-circle.gif');
	float: left;
	margin-right: 4px;
	text-align: center;
	line-height: 37px;
}
#ffront-inner .ffrontQuestion .questionNumberBlank {
	width: 38px;
	float: left;
	margin-right: 4px;
}
	
#ffront-inner .ffrontQuestion .questionText {
	float: left;
	margin-left: 10px;
	font-size: 24px;
	width: 300px;
}
#ffront-inner .ffrontQuestion .questionInput {
	float: left;
	width: 275px;
}
#ffront-inner .ffrontQuestion .questionInput a {
	font-size: 22px;
	color: white;
}
#ffront-inner .ffrontQuestion .questionExp {
	float: left;
	margin-left: 17px;
	font-style: italic;
	font-size: 17px;
	overflow-x: hidden;
	width: 280px;
}

#ffront-inner .ffrontQuestion input {
	border: 1px solid #346A23;
	padding: 4px;
	font-size: 22px;
	width: 267px;
}

#ffront-inner .ffrontQuestion input.bmargin {
	margin-bottom: 14px;
}

#ffront-inner .ffrontQuestion select {
	background: #346A23;
	border: 1px solid #346A23;
	padding: 4px;
	font-size: 22px;
	color: white;
	width: 275px;
}

#viewresults-button-container {
	margin-top: 8px;
}

#viewresults-button {
	position: relative;
	left: 358px;
}

#ffront-bottom {
	position: relative;
	background: url('../images/wizard-bottom.jpg') no-repeat;
	width: 950px;
	height: 193px;
	z-index: 4;
}

#ffront-bottom-ext {
	position: absolute;
	background: url('../images/ffront-bottom-ext.gif') no-repeat;
	width: 235px;
	height: 82px;
	right: 0px;
	top: 0;
	margin-top: -82px;
	z-index: 6;
}

.conditionDelbtn {
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 100;
}

/* SUGGEST */
.suggest_placeholder {
	color: #777;
}

.suggest_found {
	/*background: #e1e9f6;*/
}

.suggest_pretext {
	color: #aaaaaa;
}

.suggest_list {
	background: transparent;
	border: 1px solid #346A23;
	border-top: none;
	font-size: 24px;
	overflow: hidden;
	position: absolute;
	text-align: left;
	z-index: 102;
	
	margin-top: -1px;
}

.suggest_list .suggest_suggestion {
	background: white;
	border-top: 1px solid #ddd;
	color: #000000;
	cursor: pointer;
	padding: 3px;
	width: 100%;
}

.suggest_list .suggest_suggestion em {
	background: #d8dfea;
	color: black;
	font-style: normal;
	font-weight: bold;
}

.suggest_list .suggest_suggestion small {
	color: #808080;
	padding-left: 5px;
}

.suggest_list .suggest_selected {
	background: #3b5998;
	color: #fff;
}

.suggest_list .suggest_selected em {
	background: #5670a6;
	color: #fff;
}
