input, select, label, textarea
{
	font-size: 10pt;
	color: #000000;	
}
textarea
{
	font-family: Arial,helvetica,sans-serif;
}
INPUT.TextBox, SELECT.DropDownList, TEXTAREA.TextBox
{
	background-color: #99CCE7;
}

INPUT.Button
{
	color: #ffffff;
	background-color: #003048;
}

INPUT.CheckBox
{
	font-size: 10pt;	
}

/* DualList */
TABLE.Panel td span
{
	font-size: 10pt;
}

INPUT.PanelButton
{
	font-size: 10px;
	height: 100%;
	color: white;
	background-color: #003048;
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
}

SELECT.PanelDDL
{
	font-size: 10px;
	background-color: #003048;
	color: White;
}