fieldset.admin_form 
{
	margin: auto;
	width: 289px;
	height: 126px;
	background-image: URL('tst/loginform_bg.gif');
	margin-top: 100px;
	background-repeat: no-repeat;
	text-align: center;
}
input.af_input
{
	/*background-image: URl('tst/inpt_bg.jpg');*/
	border: 1px solid #ebdbc1;
	/*background-repeat: no-repeat;*/
	background-color: white;
	width: 99px;
	height: 16px;
	padding-left: 0px;
	padding-right: 0px;
	font-family: arial;
	font-size: 11px;
	float: right;
	clear: right;
}

input.af_submit
{
	background-image: URl('tst/lgn_submit_bg.jpg');
	background-repeat: no-repeat;
	width: 101px;
	height: 19px;
	border: 0px;
	padding-left: 4px;
	font-family: arial;
	font-size: 11px;
	color: white;
	float: right;
}
input.aft_input
{
	background-image: URl('tst/inpt_bg.jpg');
	background-repeat: no-repeat;
	width: 118px;
	height: 15px;
	border: 0px;
	padding-left: 6px;
	padding-right: 6px;
	font-family: arial;
	font-size: 10px;
	clear: right;
}
input.aft_submit
{
	background-image: URl('tst/lgn_submit_bg2.jpg');
	background-repeat: no-repeat;
	width: 125px;
	height: 14px;
	border: 0px;
	padding-left: 4px;
	font-family: arial;
	font-size: 11px;
	color: white;
}
fieldset.af_lgn p
{
	line-height: 18px;
	margin-top: 5px;
}
fieldset.af_lgn
{
	margin-right: 0px;
	margin-left: 0px;


}
div.admin_logout
{
	margin: auto;
	width: 289px;
	height: 126px;
	background-image: URL('tst/loginform_bg.gif');
	margin-top: 100px;
	background-repeat: no-repeat;
	text-align: center;
}
div.admin_message
{
	float: left;
	margin-left: 120px;
	
}
div.admin_message div.body
{
	margin-top: 10px;
}
a.AdministationAccount
{
	font-weight: bold;
	background-image: URL('img/ico_logout.gif');
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: top left;
}