*
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	zoom: 1;
}

div.clear
{
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

/* ----------------------------------------------------------------------------- */
div#ImpersonateUser
{
	background-color: #C00;
	color: white;
	font-weight: bold;
	font-size: 0.9em;
	padding: 5px 10px;
	overflow: auto;
	border-bottom: solid 1px white;
}
div#ImpersonateUser input#btnStopImpersonate
{
	float: right;
	font-size: 0.8em;
	padding: 1px 5px;
}