/*
Fix for visual style changes in Wordpress 2.0 that makes the
configuration page look really ugly
-Garett
 */
fieldset 
{
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
	padding: 3px; 
}

/*
CSS code for display order boxes
-Garett
 */
#active, #disabled
{
	min-height: 25px;
	margin-bottom: 1em;
}

#active-list h1, #disabled-list h1
{
	font-size: 10pt;
}

ul.boxy 
{
 	list-style-type: none;
	padding: 4px 4px 0 4px;
	margin: 0px;
	width: 10em;
	font-size: 13px;
	font-family: Arial, sans-serif;
    border: 1px solid #ccc;
}

ul.boxy li 
{
	cursor:move;
	margin-bottom: 4px;
	padding: 2px 2px;
	border: 1px solid #ccc;
	background-color: #eee;
}

#display_options
{
	display: none;
	clear: both;
}
