/* SUBMIT SURVEY */
body {
	width: 650px;
	margin: 0px auto 0px auto;
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}

.button {
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
.pTitle{
	font-size: 150%;
	font-weight: bold;
	margin-top: 25px;
}
.pQuestion {
	font-weight: bold;
}
.pThanks {
	font-size: 150%;
	font-weight: bold;
	margin-top: 25px;
}

#divAll {
	display: block;
	width: 500px;
	text-align: center;
	margin: 25px 75px 0px 75px;
}

#divAll > table {
	margin: 0px auto 0px auto;
}

#divPreview {
	display: block;
	width: 630px;
	max-width: 628px;
	margin-top: 10px;
	padding: 10px;
	border: #cfe6ef 1px solid;
	background: #f0f1f1;
	text-align: left;
}

#divTopImage {
	display: block;
	width: 500px;
	text-align: left;
}
#divFirstPage {
	display: block;
	width: 500px;
	padding: 25px 0px 25px 0px;
	text-align: left;
}

#divQuestions {
	display: block;
	width: 500px;
	padding: 25px 0px 25px 0px;
	text-align: left;
}

#divLastPage {
	display: block;
	width: 500px;
	padding: 25px 0px 25px 0px;
	text-align: center;
}

#divFooter {
	display: block;
	width: 500px;
	padding: 25px 0px 15px 0px;
	border-bottom: 1px solid #CCCACA;
	text-align: center;
	font-size: 11px;
	color: #CCCACA;
	margin: 0px 75px 0px 75px;
}

/* Progressionbar */
#divMaster {
	display: block;
	float: left;
	position: relative;
	width: 225px;
	height: 21px;
	background: url(../img_new/survey/progbar_bg.gif) no-repeat left top;
	margin-top: 15px;
}

#divBar {
	display: block;
	position: absolute;
	top: 3px;
	left: 4px;
	height: 15px;
	font-size: 1px;
}
#divBarInner {
	display: block;
	float: left;
	height: 15px;
	background: url(../img_new/survey/progbar_bar.gif) no-repeat left top;
}

#divText {
	display: block;
	position: absolute;
	top: 3px;
	left: 4px;
	height: 15px;
}
#divTextFull, #divTextEmpty {
	display: block;
	float: left;
	height: 15px;
	position: relative;
	overflow: hidden;
}
#divTextFullInner {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 15px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}
#divTextEmptyInner {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 15px;
	color: #4bb8e9;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}

