/*
 * Script: wsmessage.js
 * 
 * Author: Saso Vrbinc
 * Version: 1.0.0
 * 
 */
 
 
 div.ws_message_window{
   display: block;
   position: absolute;
   padding: 10px;
   z-index: 1000;
   border: 1px solid #6b6a00;
   background-color: #ffffcc;
   background-image: url('portal/corner.png?date=20120928');
   background-repeat: no-repeat;
 }
 
 div.ws_message_window1{
   display: block;
   position: absolute;
   padding: 10px;
   z-index: 1001;
   border: 1px solid #6b6a00;
   background-color: #ffff00;
   color:#ff0000;
   font-size:12pt;
   font-family: verdana;
   background-image: url('portal/corner.png?date=20120928');
   background-repeat: no-repeat;
   width:700px;
 }
 
div.backgroundNew{
	background-color: #000000;
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	top:0;
	z-index:3000;
	opacity:0.7;
	filter:alpha(opacity=70);
}

div.containerIframe{
	left:50%;
	top:50%;
	position: absolute;
	z-index:3001;
}

iframe.foregroundIframe{
	position: absolute;
	background-color:red;
	z-index:3002;
	width:800px;
	height:600px;
	border:1px solid #ffffff;
}

div.closeButton{
	position:relative;
	color: #ffffff;
	font:verdana;
	font-size: 16pt;
	font-weight:bold;
	text-decoration:underline;
	top: 310;
	cursor:pointer;
	z-index:3005;
}