p.help {
	width: 400px;
}

div.exhibitorlist {
	width: 250px;
	float: left;
}

div.inner-exhibitorlist	{
	height: 500px;
	overflow: auto;
	padding-bottom: 20px;
}

div.exhibitorlist .row	{
	clear:  both;
	padding:  3px;
}

div.exhibitorlist .col0	{
	width: 244px;
	float: left;
}

div.exhibitorlist .col1	{
    float: left;
}

div.contactform	{
	float: left;
	margin-left:  50px;
	width:  200px;
}

.contactform label	{
	width: 100px;
}

.contactform input, .contactform textarea, .contactform select	{
	margin-left: 10px;
	width: 200px
	;
	margin-bottom: 8px;
	margin-top: 5px;
}

div.error {
	color: Red;
	margin-bottom:  3px;
}

span.required	{
	color:  Red;
}

span.small	{
	font-size:  x-small;
}

ul.tx-extbase-flash-message	{
	padding-left: 5px;
}

ul.tx-extbase-flash-message li	{
	list-style: none;
	text-align: center;
	color: Green;
	font-weight: bold;
}

div#bio-wrapper	{
	margin: 0px;
}

div.selectall, div.unselectall	{
	width: 45%;
	margin: 3px; 
	margin-bottom: 8px;
	text-align: center;
	float: left;
	color:  rgb(25, 98, 159);
	text-decoration: underline;
}
