/* main container */
form#survey {
	width: 165px;
	height: 250px;
	overflow: hidden;
	font: 13px Verdana, serif;
	border: 1px solid #99F;
	padding: 5px;
	margin: 0;
	background: #FEFEFF;
	text-align: left;
}

/* all p containers */
form#survey p {
	padding: 0;
	margin: 0 0 1em 0;
}

/* all Inputs */
form#survey input, form#survey textarea {
	font-size: 13px;		
}

/* textarea Inputs -- must set width and height */
form#survey textarea {
	width: 137px;
	height: 6em;
}

/* checkboxes and radios */
form#survey input.checkbox, form#survey input.radio {

}

/* text fields */
form#survey input.textField {
	width: 142px;
}

/* start Survey, next question buttons */
form#survey input#startSurveyButton, form#survey input#nextQuestionButton {
	font-size: 14px;
	font-weight: bold;
	width: 142px;
}

/* question 1 / 7 */
form#survey p.questionCount {
	background-color: #EEF;
	font-size: 11px;
	text-align: center;
	width: 142px;
}

/* How do you like this site? */
form#survey p.questionText {
	
}

/* the inputs are inside this */
form#survey p.answersContainer {
	
}

/* the intro text is inside this */
form#survey div#surveyIntro {

}
