﻿div.forumRearrangeContainer
{
	background-color: #fef4da; 
	border: solid 1px silver; 
	padding: 10px 10px; width: 80%; 	
	/*height: 300px; 
	overflow:scroll;
	*/
}

li.forumRearrangeLi
{
	cursor: move;
	padding:3px 3px;
	margin: 2px;
	list-style-type: none;
	list-style-position: outside;
	border: dotted 1px silver;
}