.passwordRequest
{
	position:absolute;
	border:1px solid #316AC5;
	left:50%;
	width:300px;
	margin-left:-150px;
	top:25%;
	cursor:default;
	background:white;
	z-index:5;
	text-align:center;
}

.passwordRequest_background 
{ 
	position:absolute;
	top:0px;
	left:0px;
	width:expression(document.body.scrollWidth+15);
	height:expression(document.body.scrollHeight);
	background-color: #EFEFEF; 
	z-index:3;
	filter:alpha(opacity=70);	
	opacity:0.7
}

.passwordRequest_title
{
    text-align:center;
    font-weight:bold;
    color:#FFFFFF;
    height:30px;
	background:none url(../images/background_header.png) repeat;
}

.passwordRequest_button
{
	width:100px;
	height:30px;
	border:#004990;
	background:none url(../images/background_header.png) repeat;
	text-align:center;
	cursor:default;
	color:#004990;
	padding-top:5px;
	cursor:pointer
}

.passwordRequest_button:hover
{
	background:none url(../images/background_header_hover.png) repeat;
	color:#004990
}


