


div.loading {
	background:#cc0000;
}


.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}


textarea.error,
input.error,
select.error {
	border:1px solid #cc0000;
}

.message {
	background:#FDA7A7 none repeat scroll 0%;
	border-color:#CC0000;
	border-style:solid;
	border-width:3px 3px 3px 6px;
	color:#B04545;
	font-weight:bold;
	margin:10px 0pt;
	padding:10px;
}


.loggedIn {
	position:absolute;
	top:0;
	right:0;
	background:#ccc;
	filter: progid:dximagetransform.microsoft.alpha(opacity=60); width: 200px; -moz-opacity: 0.60;
	margin:30px;
	padding:10px 20px 10px 20px;
	border:solid 1px #000;
}
.loggedIn a {
	color:#444;
	text-decoration:underline;
}



