.overlay_CLA {
	/*background-color: #85BBEF;*/
    background-color:#EDF0EC;
    filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.CLA_nw {
  background: transparent url(../img/popin/left-top.gif) no-repeat 0 0;
  width:10px;
  height:25px;
}

.CLA_n {
  background: transparent url(../img/popin/top-middle.gif) repeat-x 0 0;
  height:25px;
}

.CLA_ne {
  background: transparent url(../img/popin/right-top.gif) no-repeat 0 0;
  width:10px;
  height:25px;
}

.CLA_w {
  background: transparent url(../img/popin/frame-left.gif) repeat-y top left;
  width:7px;
}

.CLA_e {
  background: transparent url(../img/popin/frame-right.gif) repeat-y top right;
  width:7px;
}

.CLA_sw {
  background: transparent url(../img/popin/bottom-left-c.gif) no-repeat 0 0;
  width:7px;
  height:7px;
}

.CLA_s  {
  background: transparent url(../img/popin/bottom-middle.gif) repeat-x 0 0;
  height:7px;
}

.CLA_se, .CLA_sizer {
  background: transparent url(../img/popin/bottom-right-c.gif) no-repeat 0 0;
  width:7px;
  height:7px;
}

.CLA_sizer {
	cursor:se-resize;
}

.CLA_close {
	width: 23px;
	height: 23px;
	background: transparent url(../img/popin/button-close-focus.gif) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.CLA_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(../img/popin/button-min-focus.gif) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.CLA_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(../img/popin/button-max-focus.gif) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.CLA_title {
	float:left;
	height:14px;
	/*font-family: Tahoma, Arial, sans-serif;*/
	font-size:12px;
	font-weight:bold;
	text-align:center;
    margin-top:5px;
	width:100%;
	color:#555555;
}

.CLA_content {
	overflow:auto;
	color: #222;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background:#F1FAEB;
}
