div#list {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: auto;
}

div#list table {
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	text-align: left;
	list-style-type: none;
}


div#list table tr td label{
	width: 150px;
	height: 20px;
	padding: 3px 3px 0px 3px;
	float: left;
	text-decoration: none;
}
div#list table tr td label a {
	text-decoration: none;
}


div#edit {
	width: auto;
	text-align: center;
}

div#edit ul {
	list-style-type: none;
	clear: both;
}
li.label{
	width: 200px;
	padding-right: 10px;
	text-align: right;
	float: left;
}

li.answer {
	width 400px;
	float: left;
} 

div.answer {
	width: 500px;
	float: left;
}