/* <Lightview> */
#lw_bg1, #lw_bg2{  
	position: absolute;
	left: 0; top: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: #000;
	opacity:0.4; filter:alpha(opacity=40);
}
#lw_bg2{
	z-index: 200;
}
#lightview1, #lightview2{
	position: absolute;
	z-index: 101;
	padding: 0;
	width: 480px;
	/*background: #efefef;
	background: rgba(239,239,239, 0.9);*/
	background: #34495E;
	-webkit-box-shadow:  0 0 15px rgba(0, 0, 0, 0.2);    
	box-shadow:  0 0 15px rgba(0, 0, 0, 0.2);
	font-size: 15px;
	text-align: left;
}
#lightview2{
	z-index: 201;
}
#lightview1 h3, #lightview2 h3{
	display: block;
	margin: 0;
	padding: 15px;
	/*border-bottom: solid 2px #ddd;*/
	font-weight: bold;
	font-size: 16px;
	/*color: #F08A09;*/
	cursor: move;
}
#lightview1 h3.err, #lightview2 h3.err{
	/*color: #BD0000;*/
	color: #fff;
}
#lightview1 h3.ok, #lightview2 h3.ok{
	color: #fff;
}
#lightview1 .lw_content, #lightview2 .lw_content{
	display: block;
	padding: 15px 10px 10px;
    background: #ECF0F1;
}
#lightview1 .close_lw, #lightview2 .close_lw{
	position: absolute;
	top: 15px; right: 10px;
	display: block;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
}
#lightview1 .close_lw:hover, #lightview2 .close_lw:hover{
	opacity:0.5; filter:alpha(opacity=50);
}
#lightview1 .button_cont, #lightview2 .button_cont{
	display: block;
	padding: 5px;
	text-align: center;
}
/* </Lightview> */