.loginBox{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 280px;
	top: 95px;
	padding: 5px 5px 5px 5px;
	border: 1px solid black;
	background-color: silver;
}
.errorBox{
 	position:relative; 
	margin-left: auto; 
	margin-right: auto; 
	width: 200px; 
	height: 100px; 
	top: 5px; 
	border: 2px solid red; 
	z-index: 200; 
	background-color: yellow;
	text-align: center;
	padding: 2px 2px 2px 2px;
}
.emptyBox{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	height: 100px;
	top: 5px;
	border: none;
	background-color: transparent;
	text-align: center;
	padding: 2px 2px 2px 2px;
}
.okBox{
 	position:relative; 
	margin-left: auto; 
	margin-right: auto; 
	width: 200px; 
	height: 100px; 
	top: 5px; 
	border: 2px solid green; 
	z-index: 200; 
	background-color: silver;
	text-align: center;
	padding: 2px 2px 2px 2px;
}
.logout{
	font-family: MS Sans Serif, Arial, sans-serif;
	font-size: 8pt;
	position: absolute; 
	right: 20px; 
	top: 4px;
}