body {
	font-size: 12px;
	font-family: Verdana, Times New Roman;
	background-color: #BBBBBB;
}

.main	{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #003300;
	background-color: #FFFFFF;
	}

.head	{
	height: 100px;
	color: #00AA00;
	background-color: #007700;
	}

.body	{
	min-height: 300px;
	margin: 5px;
	}

.footer	{
	height: 50px;
	background-image: url("../images/footer.jpg");
	}
	
ul.answer_list {
	list-style: none;
}

ul	{
	vertical-align: top;
}

li	{
	vertical-align: top;
}

input.button	{
	border: 1px solid #000000;
	background-color: #000000;
	color: #FFFFFF;
}

input.email	{
	width: 80px;
}

input.name	{
	width: 250px;
}

.left	{
	text-align: left;
}

.right	{
	text-align: right;
}

div.button	{
	text-align: right;
	position: relative;
		left: -5px;
		top: 15px;
}

div.errorbox	{
	border: 1px solid #009900;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}

.question	{
	font-weight: bold;
}

p.finish	{
	text-align: center;
	font-weight: bold;
}

