

.waitMessage{position:fixed;top:0;right:0;background-color:red;color:white;font-family:Arial,Helvetica,sans-serif;padding:4px;}
.waitMessageWrapper{position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;display:none;}



/*  START: rounded corners */
.module {
  	background:#fff url('/images/bg_module_wide.png') no-repeat bottom right;
  	position:relative;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	padding:0 3px 3px 0;
	margin:0 0 10px 0;
}

 .module .corners div{
	position:absolute;
	background:url('/images/rd3/bg_module_corners.png') no-repeat;
	height:7px;
	width:7px;
	font-size:0;
}

 .module .corners .tl{
	top:-1px;
	left:-1px;
	background-position:top left;
}
 .module .corners .tr{
	top:-1px;
	right:0;
	background-position:top right;
}
 .module .corners .bl{
	bottom:0;
	left:-1px;
	background-position:bottom left;
}
 .module .corners .br{
	bottom:0;
	right:0;
	background-position:bottom right;
	z-index:2;
}

.msie .module .col1{margin-bottom:0;margin-right:0;}
* html .msie #wrapper .super .col1 .module{margin-right:10px;}
.msie .module .headlines li{zoom:1;}
.msie .module .footer{padding-top:0;}
* html .msie .module .corners div{background:url('/images/rd3/bg_module_corners.gif') no-repeat;}
* html .msie .module .corners .tl{top:-1px;left:-1px;background-position:top left;}
* html .msie .module .corners .tr{top:-1px;right:0;background-position:top right;}
* html .msie .col1 .module .corners .tr,* html .msie .col2 .module .corners .tr,* html .msie .col3 .module .corners .tr{right:-1px;}
* html .msie .module .corners .bl{bottom:0;left:-1px;background-position:bottom left;}
* html .msie .module .corners .br{bottom:0;right:0;background-position:bottom right;z-index:5;}
* html .msie .col1 .module .corners .br,* html .msie .col2 .module .corners .br,* html .msie .col3 .module .corners .br{right:-1px;}


/* END:  Rounded Corners */

