﻿
.SurveyBody 
{
	background-color: white;
}

.SurveyContents
{
	width: 800px;
	margin: 0 auto ;
}

.SurveyQuestions
{
	width: 400px;
	margin: 0 auto;
}

.SurveySubmitButton 
{
	display:block;
	width: 150px;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	border: 1px solid: gray;
	background-color: silver;
	color: black;
	margin: 0 auto;
}

#submitdiv /* spacing above/below submit button */
{
	margin-top:10px;
	margin-bottom:10px;
}
