body{
	background-color:#F6F6F4;
}
.poster{
	width:100%;
	z-index:2;
	position:relative;
}
.poster img{
	width:100%;
}
.posterbutton{
	/* width:60%; */
	position:absolute;
	bottom:3rem;
	/* right:2.5rem; */
	text-align: center;
}

.questionnaire{
	display:none;
	z-index:1;
	position:absolute;
	top:0;
	width:100%;
	height:auto;
	overflow:hidden;
	padding-bottom: 7rem;
	width: 100%;
    height: auto;
    overflow: hidden;
}
.qushead{
	width:100%;
	height:auto;
	text-align:center;
	position:relative;
}
.qustitle{
	width:90%;
	margin:0 auto;
	padding:0.6rem;
	/* padding-top:2rem; */
}
.qustitle img{
	width:100%;
}
.qustitle span {
	font-size: 1.3rem;
	color: red;
}
.qusstitle{
	font-size:2.4em;
}
.ringborder{
	width:100%;
	height:3px;
	background-image:url(../images/ringborder.png);
	background-position:bottom;
	background-repeat:repeat-x;
	position:absolute;
	bottom:0;
}
.question{
	font-size:1rem;
	width:92%;
	padding:2% 4%;
}
.question span{
	color:#003bb2;
}
.question input{
	width:1rem;
	height:1rem;
}
.question label{
	margin-left:1rem;
}
.question dt{
	color:#003BB2;
	line-height:2rem;
	/* margin:0.5rem 0; */
}
.question dd{
	padding-left:1rem;
	line-height:2.3rem;
	background-color: white;
}
.addquestion dl{
	margin-left:3rem;
}
.qussubmit{
	height:3rem;
	width:100%;
	text-align:center;
	line-height:3rem;
	color:#fff;
	background-color:#ee3d3d;
	font-size:1.3rem;
	/* margin-top:8rem; */
	/* position: fixed; */
}

.questionnaire .questionInput {
	width: 100%;
	height: 2.5rem;
	font-size: 1rem;
	border: 1px solid #d5d5d5;
	padding-left: 1rem;
}

