.main_form ul
{
	list-style-type:disc;
}

form ul li
{
	padding-bottom:20px;
}

.choicelabel
{
	display:block;
}

label.choice
{
	color:#444;
}

textarea
{
	width:45em;
}

textarea.small
{
	height:5.5em;
}

textarea.medium
{
	height:10em;
}

textarea.large
{
	height:20em;
}

textarea.extra
{
	height:30em;
	width:100%;
	
}

input.small
{
	width:10em;
}

input.medium
{
	width:20em;
}

input.large
{
	width:40em;
}

#error_message_desc,.error
{
color:#DD0000;
}

.entry_header
{
background-color:#DDDDFF;
}
.entry_body
{
background-color:#EEEEFF;
}