#centrePanel
	{
	width: 440px;
	margin: 40px 170px 40px 170px;
	}

/* --------------- login box ----------------- */

#loginBox
	{
	float: left;
	width: 175px;
	margin-right: 20px;
	padding: 8px 0px 0px 0px;
	background-color: #AF1171;
	background-image: url(/images/login/loginTop.gif);
	background-position: top;
	background-repeat: no-repeat;
	}

#loginBox FORM
	{
	margin: 0px 8px 0px 8px;
	padding: 0px;
	}
	
#loginBox LABEL
	{
	color: #FFFFFF;
	margin: 5px 0px 5px 0px;
	}

.login
	{
	margin: 0px 0px 8px 0px;
	padding: 0px;
	height: 20px;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	background-image: url(/images/login/loginHeaderBG.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}

.loginBox
	{
	height: 15px;
	width: 155px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #AF1171;
	}
	
.loginBtn
	{
	float: right;
	margin: 7px 0px 7px 0px;
	}

#forgotPW
	{
	clear: both;
	padding: 8px;
	height: 15px;
	background-color: #E7CBDA;
	background-image: url(/images/login/loginBtm.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	}

#forgotPW P
	{
	margin: 0px;
	padding: 0px;
	}

#forgotPW a:link, #forgotPW a:visited
	{
	color: #AF1171;
	text-decoration: none;
	}
	
#forgotPW a:hover
	{
	color: #AF1171;
	text-decoration: underline;
	}
	
/* --------------- ----------------- */

#loginTxt
	{
	float: left;
	width: 245px;
	}
	
#btmBorder
	{
	clear: both;
	height: 30px;
	background-image: url(/images/template/H1BG.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}
	
