html, body {
    background-color: #ebebeb;
    margin:10px 0 0 0;
    font-family: Verdana;
    font-size: 12px;
}

#survey {
    max-width: 850px!important;
    padding: 20px;
    margin: 0 auto;
    line-height: 1.5em;
    background-color: white;
}

#survey .question-body li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 1.9em;
}

#survey .question {
	padding: 3px 5px 5px 5px;
	background-color: #f9f9f6;
}

#survey h1 {

}

/*div.survey-progress-outer{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid #999;
	width: 150px;	
	height: 15px !important;
	background-color: #fff;
	font-size: 75%;
	margin-top: 6px;
	margin-right: 25px;
	overflow: hidden;
}

div.survey-progress-inner {
	border-right: 1px solid #ccc;
	background-color: #b6c6cc;
	height:100%;
	position: relative;
}

.survey-progress-number{
	position:absolute;
	top: 0px;
	left: 65px;
}*/

#footer {
    width: 850px;
    margin: 0 auto;
    text-align: right;
}


html body.template, html.template {
background-color: #fff;
padding: 0px;
}

html.template body.fs-admin-bar{
    padding-top: 35px;
}

body.template #survey{
    width: auto;
    background-color: transparent;
    margin-top:0px;
}

body.template div.question{
    padding:10px;
}

.fs-chrome>.content .survey h2 {
    color: #C81632;
    font-size: 12px;
}
.fs-chrome>.content .survey h1 {
    font-size: 18px;
    color: #004B84;
}


#survey .survey-buttons{
	position: relative;
	float: left
}

#survey .survey-buttons input.button.back{
	float: left
}

#queenscontent #queensright #queensbody div.fs-chrome.online-mode{
	position:relative;
}

#queensbody div.background{
	display:none;
}

@media only screen and (min-width:74.231em) {
	#queenscontent {
		width:74.231em;
	}
}