.messagebox{
	position:absolute;
	width:100px;
	border:1px solid #474546;
	background:#474;
	padding:3px;
}
.messageboxok{
	position:absolute;
	width:auto;
	border:1px solid #349534;
	background:#C9FFCA;
	padding:3px;
	color:#008000;
	font-size: 8px;
	
}
.messageboxerror{
	position:absolute;
	width:auto;
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding:3px;
	color:#CC0000;
	font-size: 8px;
}

#status {
	background-color:red;
	float:right;
	font-size: 8px;
}

#frmLogin{
	border : 1px solid #525252;
	background : #d9d7d2;
	width : 320px;
	height : 130px;
	display : none;
	left : 500px;
	top : 60px;
	position:absolute;

}

#frmLoginDIRC{
	border : 1px solid #525252;
	background : #d9d7d2;
	width : 320px;
	height : 130px;
	display : none;
	left : 250px;
	top : 450px;
	position:absolute;

}

