#boxes #mask, .boxes #popbox {
	background-color: black;
	opacity: 0.8;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 332;
	width: 100%;
}
  
#boxes .modal-window, .boxes .modal-window {
  position:fixed;
  left:0;
  top:0;
  display:none;
  z-index:9999;
  padding:10px;
  border:1px solid #CCCCCC;
  background:#fff url(../img/header-bg.png) 50% -50px repeat-x;

}

.boxes .modal-window div.form {
	padding-top:20px;	
}

#boxes .modal-window span.title, .boxes .modal-window span.title {
	font-weight:bold;
	color:#FF9900;
}
#boxes .modal-window span.close, .boxes .modal-window span.close {
	background:url(../img/close.gif) bottom scroll no-repeat;
	width:11px;
	height:11px;
	float:right;
	cursor:pointer;
	padding:3px 5px 0px 0px;	
}

#boxes .modal-window a, #boxes .modal-window label {
	font-size:11px;
}

#boxes .modal-window div.form {
	float:left;
	width:100%;
	padding-top:20px;
}

#boxes .modal-window div.form input[type='text'], #boxes .modal-window div.form input[type='password'] {
	color:#000;
	width:130px;
	padding:2px 3px;
}

#msg_form div.form {
	background:url(img/close.png) left center no-repeat scroll;
	margin:30px 0px 0px 20px;
	float:left;
	height:50px;
	width:270px !important;
}

#msg_form div.form p {
	margin:0px;
	padding:0px;
}

.msg_window {
	font-size:18px;
	color:#FF3300;
}

#msg_form {
	width:300px;
	text-align:center;
	height:auto;
	padding:10px 0px;
	font-weight:bold;
	color:#0099FF;
	font-size:12px;
}