/* Modal window Css Start*/



.window-container
{
	width: 150px;
	position: absolute;
	left: 350;
	top: 200;
	font-size: 100%;
	font-family: arial; 
	z-index: 1250; /*opacity:.75; 			filter: alpha(opacity=75); 			-moz-opacity: 0.75*/
}


.window-back
{
	position: absolute;
	top: -20px;
	left: -1px;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-bottom: 3px solid #333;
	border-right: 3px solid #333;
	border-left: 3px solid #333;
	padding: 10px 10px 5px 0;
	/*background:  #d1d7e1 url(../grfx/windowTopBg.gif) repeat-x left top;*/
	background: #f0e2c1 url(../grfx/windowTopBg.gif) repeat-x left top;
	vertical-align: top;
	z-index: -1;
	opacity: 1;
}
.window-titleBar
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 21px;
	padding: 2px;
	text-indent: 3px;
	font: bold 11px Arial;
	color: #fff;
	cursor: move;
	overflow: hidden; /*background: url(../images/windowTopBg.gif) repeat-x left top;*/
	border: 0px solid #f00;
	margin: -20px 0 0 0;
}
.window-content
{
	width: 100%;
	height: 100%;
	border: none;
	overflow: auto;
	margin: 5px 0 0 2px;
	
}
.window-content iframe
{
	background-color: transparent;
	border: none;
}
/*.window-content
{
	border: 0px solid #f00;
	border: none;
	border-color:#FFF;
	margin: 0px 0 0 0;
}*/
.window-statusBar
{
	position: absolute;
	bottom: -20px;
	left: 0px;
	width: 100%;
	height: 16px;
	padding: 2px;
	text-indent: 3px;
	font: bold .68em Arial;
	color: #000;
	overflow: hidden;
	border: 0px solid #f0f;
}
.window-minimizeButton
{
	position: absolute;
	right: 40px;
	top: 2px;
	cursor: pointer;
}
.window-maximizeButton
{
	position: absolute;
	right: 20px;
	top: 2px;
	cursor: pointer;
}
.window-closeButton
{
	position: absolute;
	right: 5px;
	top: 2px;
	cursor: pointer;
}
.window-resizeIcon
{
	float: right;
	cursor: nw-resize;
}

#logoCloud{
	background:url(../grfx/signUpCampaignCloudIcon.png) no-repeat top right;
	width:151px;
	height:158px;
	position:absolute;
	left: 847px;
	top: 2px; display:block;
}
#logoCloud a{
	width:151px;
	height:158px;
	display:block;
}

/* Modal Window Css End*/