BODY
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	background: #336600 url(images/layout/logo_pop.gif) no-repeat;
	color: #003366;
}
.Admin-Dialog-300_150
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 320px;
	height: 150px;
	background: #C0C0C0;
	border: 3px solid grey;
	margin-left: -160px; /* half of the width */
	margin-top: -75px; /* half of the height */
	z-index: 1000;
}
.Admin-DialogHeadline
{
	margin-top: 0px;
	margin-bottom: 25px;
	padding: 4px;
	text-align: center;
	font-weight: bold; 
	font-size: 12pt;
	color: white;
	background: #000066;
}
.Admin-InputCell
{
	margin-top: 5px;
	margin-left: 10px;
}
LABEL
{
	position: absolute;
	width: 100px;
}
.Admin-Textbox
{
	margin-left: 120px;
	width: 180px;
}
.Admin-ButtonCell-Center
{
	margin-top: 20px;
	text-align: center;
}
.Admin-Button-Normal
{
	width: 100px;
}
.Admin-Message
{
	margin-top: -20px;
	padding-left: 5px;
	padding-top: 2px;
	line-height: 20px;
	background: white;
	color: darkred;
	font-weight: bold;
	vertical-align: middle;
}

