#titleDiv{
	text-align: center;
	background-color: #006666;
	color:#FFFFFF;
}
#errorDiv {
	background-color:#FF9933;
}
#formDiv{
	padding: 5px;
}
#formDiv input {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}
#outputDiv{
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}
.submitDiv{
	margin-top: 4px;
	text-align: center;
}
#login {
   position: absolute;
   top: 0; left: 0px;
	z-index: 100;         /* place it where you want     */
	width: 100%;
	height: 100%;
	display: none;
}

#closeDiv {
	float: right;
	padding: 0 2px;
	cursor: default;
	color: White;
}

#login_bg {
   background-color: #ffffff;       /* the background              */
   filter:alpha(opacity=0);
   opacity: 0;
	 width: 100%;
	 height: 100%;
}

#login_main {
   filter:alpha(opacity=0);
   opacity: 0;
   width: 200px;     /* to match DIVs size          */
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: black;
	background: #ededed url(../images/mrizka-menu.gif);
	position: absolute;
	left: -75px;       /* the background              */
	top: -150px;
}
#login_main a {
	color: grey;
}

#login_wrapper {
   position: absolute;              /* absolute positioning        */
   z-index: 200;
	top: 50%;
	left: 50%;                      /* place it over the other DIV */
}
form {
	margin: 0;
}