﻿
#ctl00_content_credentialPanel label
{
	width: 85px;
	display: inline-block;
}

#ctl00_content_warningMessage
{
	border: solid 1px #888888;
	padding: 20px;	
	padding-left: 70px;
	background-color: #ffffe1;
	background-image: url(image/warning.png);
	background-repeat: no-repeat;
	background-position: 20px center;	
	margin-bottom: 10px;
}

#ctl00_content_loginError
{
	color: #990000;
	font-weight: bold;
}

#ctl00_content_username, #ctl00_content_password
{
	width: 160px;
}

