/* lists */
#divlistcontainer
{
width: 370px;
border: none;
float: left;
margin: 5px 5px 5px 5px;
}

#spanlistcontainer
{
display: block;
float: none;
}

#listtablecontainer
{
	background-color: #FAFAFA;
}

#listtdcontaner
{
	max-height: 500px;
}

