.loginBanner {

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6D6D6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;*/
	/*padding-right: 5px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	/*background-color: #EDF8DA;*/
	/*background-color: #FFFFCC;*/
}

.loginBannerSpacer {
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6D6D6;*/
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;*/
	/*background-color: #FFFFCC;*/
}

.loginBanner a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f25985;
	text-decoration: none;
}
	
.loginBanner a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f25985;
	text-decoration: none;
}

.loginBanner a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f25985;
	text-decoration: underline;
}

.loginBanner a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f25985;
	/*text-decoration: none;*/
}