
.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;
}

.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;
}



