.ctrlLogin_lblWelcome
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #316AC5;
	font-weight:normal;
}

.ctrlLogin_inputCaption
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 9px;
	color: #444444;
	font-weight:normal;
	padding-bottom: 2px;
}

.ctrlLogin_inputText
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #000000;
	background:#FFFFFF;
	border:solid 1px #A0A0A0;
	font-weight:normal;
	height: 16px;
}

.ctrlLogin_lblErrorMessage
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #FFFFFF;
	font-weight:normal;
	display:block;
	background: #E67575;
	border: solid 1px #8B0031;
	padding:3px;
	margin-top:3px;
	margin-bottom:5px;
}

.ctrlLogin_lnkLogout
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #000066;
	font-weight:normal;
}

.ctrlLogin_lnkLogout: hover
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #000088;
	font-weight:normal;
}

.ctrlLogin_blockLinks
{
	border-top:solid 1px #BDC1C8;
	background: #F7F5EE;
}

.ctrlLogin_blockLinks A
{
	font-size:9px;
}

.ctrlLogin_lnkRegister
{
	color:#C45D12;
}