div.section-bottom 
{
	border-bottom: 1px solid #999;
}

div.section-top
{
	font-size: 12px;
	border-top: 1px solid #999;
}

div.section-top table
{
	font-size: 12px;
}

div.splitter-e {
	background: #e1e7f2 url('../images/splitpane_handle-ew.gif') no-repeat scroll 75% 50% !important;
	border-right: #999 1px solid;
}
div.splitter-n 
{
	background: #e1e7f2 url('../images/splitpane_handle-sn.gif') no-repeat scroll 50% 20% !important;
	border-bottom: #999 1px solid;
}

span.progress {
	display: block;
	background-color: blue;
	height: 18px;
}

span.validator {
	font-size: 10px;
	color: red;
}