span.SPLerror {
	font-weight: bold;
	color: #FF0000;
}
span.SPLloggedin {
	font-weight: bold;
	color: #090;
	font-size: 11px;
}
span.SPLloggedin a {
	color: #090;
	text-decoration: none;
}
span.SPLloggedin a:hover {
	text-decoration: underline;
}
span.SPLmyPages {
	float: left;
	font-size: 14px;
	font-weight: bold;
}
ul#SPLuserMenu {
	margin: 0px;
	padding: 0px;
}
ul#SPLuserMenu li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}
ul#SPLuserMenu li a {
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: 20px;
	display: block;
	width: 210px;
	height: 42px;
	padding-top: 20px;
	background-image: url(../../images/btn-back.png);
	float: left;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
}
ul#SPLuserMenu li a:hover {
	text-decoration: underline;
}
div#SPLclearer {
	clear: both;
}
div.SPLclearer {
	clear: both;
}

