.blockOverlay
{
	position: fixed;
	background: url("../images/bgnds/black_op_90.png") !important;
	cursor: wait;
}
.blockMsg
{
	top: 20%;
	left: 35%;
	padding: 10px;
	margin: auto;
	border: 2px solid white;
	background: url("../images/bgnds/blue_op_75.png");
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: #fff 1px 1px 25px;
	-webkit-box-shadow: #fff 1px 1px 25px;
}
.popup input[type="text"], .popup input[type="password"], .popup textarea
{
	margin-bottom: 5px;
}
.popup
{
	text-align: left;
	background-color: transparent;
	background-image: none;
}
.blockMsg .popup form
{
	padding: 10px;
}
.popup p, .popup h1, popup h2, .popup h3, popup span
{
	color: #FFF;
}
.blockMsg h1, popup h1
{
	margin-bottom: 20px;
}
.blockMsg form
{
	margin-bottom: 40px;
}
.blockMsg label, .popup label
{
	width: 180px;
	text-align: right;
	padding-right: 10px;
}
.blockMsg p a, .popup p a
{
	color: white;
	text-decoration: underline;
	font-size: 100%;
}
.blockMsg p a:hover, .popup p a:hover
{
	color: gray;
	text-decoration: none;
	font-size: 100%;
}

