/* survey h1 title */

* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	font-family: Helvetica;
	font-size: 13px;
	text-align: center;
	background: #e0e0e0;
	color: #444;

}

td {
	font-family: Helvetica;
	font-size: 13px;	
}	

hr {
	display: none;
}

#wrapper {
	margin: 0 auto;
	background: url(img/bodybkg.gif) repeat-y center top;
	width: 940px;	
}
#container {
	margin: 0 auto;
	padding: 20px 20px 18px 20px;
	background: url(img/container_top.gif) no-repeat center top;		
	width: 900px;
}

#header {
	margin: 0 auto;
	margin-top: 28px;
	background: transparent;
	width: 900px;
	padding: 0px 20px;
	position: relative;
}

h1 {
	text-align: left;
	color: #444;
	letter-spacing: -1px;
	font-weight: normal;
	font-size: 3em;
}

.questionItem {
	text-align: left;
	background: #fff;
	padding: 18px;
}

.questionItemAlt {
	text-align: left;
	background: #efefef;
	padding: 18px;
}

.multipleChoiceText, .multipleChoiceInput, .matrixChoiceEmpty, .matrixChoiceTop, .matrixChoiceSide, .matrixChoiceInput, .matrixDropdownEmpty, .matrixDropdownTop, .matrixDropdownSide, .matrixDropdownInput, .sentenceText, .sentenceInput {
	padding-right: 15px;
	padding-bottom: 10px;
}
.matrixChoiceTop, .matrixDropdownTop {
	text-align: center;
}


/* h2 questions */

h2 {
	margin-bottom: 8px;

}


/* topoptions - options at the top of multi selection matrix */

/* textimg + pictures */
.textHeader {
	font-size: 1.5em;
	font-weight: bold;
}

/* textimg + pictures */
.textHTML {
	font-size: 1.5em;

}

/* for alarming the questions when its unfilled */
.alertForMandatory {
	font-size: 1.2em;
	font-weight: bold;
	color: #888;
	background: url(img/alert.gif) no-repeat left top;
	padding-left: 20px;
	height: 15px;
}

.inputLine, .inputTextarea, .inputSelect, .inputBox {
	background: #fff;
	padding: 3px 3px;
}


/*
.buttonnext {
	height: 32px;
	width: 121px;
	text-indent: -9999px;
	letter-spacing: 100px;
	cursor: pointer;
	border: none;
	background: url(img/buttonnext.gif) no-repeat right top;
}

.buttonsubmit {
	height: 32px;
	width: 142px;
	text-indent: -9999px;
	letter-spacing: 100px;
	cursor: pointer;
	border: none;
	background: url(img/buttonsubmit.gif) no-repeat right top;
}

.buttonprev {
	height: 32px;
	width: 120px;
	text-indent: -9999px;
	letter-spacing: 100px;
	cursor: pointer;
	border: none;
	background: url(img/buttonprev.gif) no-repeat left top;
}
*/

#progressBar .progressBarText { background: #fff; padding: 4px 8px; }

#buttons {
	margin: 18px;
}

#buttons td {
	padding-right: 18px;
}

#footer {
	width: 940px;
	margin: 0 auto;
	background: url(img/container_bottom.gif) no-repeat center top;			
	height: 38px;
	text-align: center;
}