div#logincontainer {
	/*background-color: #ffefc0;*/
	text-align:center;
	margin: 20px 0px;

	}

div.logincontainer {
	/*background-color: #ffefc0;*/
	width:185px;
	text-align:center;
	margin: 20px 0;
}

span.logged {
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 5px;
	display:block;
}

div.loginDialog {
	position:absolute;
	/*z-index:500;*/
	background-color:white;
	border:1px solid #a7a7a7;
	padding:10px;
}


div.fog {
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color: #f0f0f0;
	filter:alpha(opacity=40);
	opacity: 0.6;
	-moz-opacity:0.4;
}

span.regName {
	/*font-weight: bold;*/
	width: 80px;
	display: block;
	/*border: 1px solid red;*/
	float: left;
}

span.regNameD {
	/*font-weight: bold;*/
	width: 80px;
	display: block;
	/*border: 1px solid red;*/
	float: left;
	color: #a0a0a0;
}

span.regTitle {
	font-size: 10pt;
	font-weight: bold;
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

span.regSubmit{
	text-align: center;
	display: block;
	margin-top: 3em;
}

input.regButton {
	border-color: #696969;
	background-color:white;
}

div#login span input {
	cursor: text;
}

div.wholes {
	background: red;color:snow;font-weight:bold;font-size: 14pt;top:10px;left:195px;position:absolute;padding: 0.5ex;
}
