#InformationForm input:focus, textarea:focus, input.sffocus, textarea.sffocus
{
	/*background:#d7e9f3;*/
	border-color:#d3d6dd;
}

.WidthDefined div
{
	background:#eee;
	padding:0.5em;
	margin-bottom:0.5em;
}

.WidthDefined label
{
	float:left;
	width:6em;
}

.WidthDefined input, textarea
{
	width:12em;
	border:2px solid;
	border-color:#666 #ddd #ddd #666;
}

.CheckBoxBorder
{
	background:#eee;
	padding:0.5em;
	margin-bottom:0.5em;
}

.CheckBoxBorder p
{
	margin-top:0;
	margin-bottom:0.5em;	
}

.CheckBoxBorder ul
{
	list-style:none;
	padding-left:6em;
}

.CheckBoxBorder ul li
{
	margin-bottom:0;
}

#Button
{
	background:#eee;
	clear:left;
	padding:0.5em;
	margin-bottom:0.5em;
}
