.window-top-left {
/*  background: url(popup/top-left.gif) top left no-repeat;*/
}
.window-top-center {
/*  background: url(popup/top-center.gif) top repeat-x;*/
	border-top : 1px solid #999999;
	background: #F4F0ED;
}

.window-top-center2 {
	border-top : 1px solid #999999;
	background: #E2E1D8;
}

.window-top-right {
 /* background: url(popup/top-right.gif) top right no-repeat;*/
}
.window-middle-left {
	background: white;
	border-left : 1px solid #999999;
}
.window-middle-left2 {
	background: url(popup2/middle-left.gif) repeat-x;
	border-left : 1px solid #999999;
}

.window-middle-center {
	background: white;
/*	padding: 0px 10px 10px 0px;*/
}
.window-middle-right {
	background: white;
	border-right : 1px solid #999999;
}

.window-middle-right2 {
	background:  url(popup2/middle-right.gif) repeat-x;
	border-right : 1px solid #999999;
}

.window-bottom-left {
  background: url(popup/bottom-left.gif) bottom left no-repeat;
  position: relative;  
}

.window-bottom-center {
    background: #F4F0ED url(popup/bottom-center.gif) bottom repeat-x;
	border-bottom : 1px solid #999999;
	/*background: #F4F0ED;*/
}

.window-bottom-center2 {
	background: #E3E2D9 url(popup2/bottom-center.gif) repeat-x bottom;
	border-bottom : 1px solid #999999;
}

.window-bottom-right {
  background: url(popup/bottom-right.gif) bottom right no-repeat;
  position: relative;
}

a.closelink {
	color: #666666;
	text-decoration:none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.layer-title { 
	color: #666666;
	font-weight:bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
 }
 
div.myflash { 
   background: url(popup/flashbg.jpg) top left repeat-x;
   margin: 0;
   padding: 0;
}
