.cloud {
	position: absolute;
	-moz-opacity:0.6;
	filter:alpha(opacity=60);
	opacity:0.6;
	text-align:center;
	z-index: 5;
	background-color: #222;
	left:0px;
	top:0px;
	display: none;
	height: 100%;
	width: 100%;
}

div.overlay {
	position: absolute;
	width: 700px;
	height: auto;
	overflow: none;
	margin: 3px;
	z-index: 10;
	margin-left: -355px;
	display: none;
	top: 250px;
	left: 50%;
	right: auto;
	bottom: auto;
	padding: 10px;
	background-color:     #E1EBF2;
	border: 1px solid #0076E8;
}
.ajaxpopup {
	background-color:     #E1EBF2;
	font-size:		11px;
	color:			#0076E8;
	vertical-align:	top;
	font-weight:	normal;
}
.wnddesc{
	text-align:center;
}
textarea.overlay{
	width:100%;
	height:300px;
	margin: 5px 0px 5px -1px;
}
a.button{
	text-decoration: none;
	border: 1px solid #0076E8;
	color: #0076E8;
	margin: 3px;
	padding: 1px 7px 2px 7px;
	font-weight:bold;
}
