@CHARSET "UTF-8";

div.currentUser {

	position: absolute;
	left: 45px;
	top: 20px;
	border: 0px dashed #cccccc;
	
	padding: 4px 0px 4px 4px;
}

div.currentUser span.name {

	color: green;
	font-weight: bold;
	padding-right: 4px;
}