body {
	background-color: white;
	text-align: center;
}

#logo {
	width: 100px;
	height: auto;
	float: left;	
}

#companyInfo {
	float: right;
	text-align: right;
}

#title {
	margin-left: auto;
	margin-right: auto;
}

#surveyContainer {
	background: #FFFFFF url(notebook.png) repeat-y;
	width: 70%;
	margin-left: auto; 
	margin-right: auto;
	border-top: 2px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	padding: 2px 20px 49px 93px;
	font-family: "Comic Sans MS", cursive;
	font-size: 15px;
	line-height: 24px;
}

.textblock {
	width: 250px;
	height: 94px;
}

.otherblock {
	display: none;
	width: 250px;
	height: 22.5px;
	margin-left: 4px;
	margin-top: 0px;
}

#submit {
	margin-top: -2px;
}

.question {
	float: left;
	margin-left: 0;
	width: 50%;
	text-align: left;
}

.response {
	float: left;
	margin-left: 20px;
	text-align: left;
}

.dashedseparator {
/*	width: 150px;
	height: 12px;
	margin-bottom: 12px;
	border-bottom: 1px dashed gray;
*/
}

.input {
	color: #333333;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	padding: 1px 4px 2px 5px;
	border: solid 1px #85b1de;
	background-color: #EDF2F7;
}

.textline, .infoinput {
	width: 250px;
}
