@charset "utf-8";
/* CSS Document */
/* pop box style */

.lightface .lightfaceContent .lightfaceTitle {
	font-size: 14px;
	color: #fff;
	background-color: #6d84b4;
	border: 1px solid #3b5998;
	font-weight: bold;
	margin: -1px;
	margin-bottom: 0;
	padding: 5px 10px;
}
#pop_box .topLeft,#pop_box .topRight,#pop_box .bottomLeft,#pop_box .bottomRight {
	width: 10px;
	height: 10px;
	background-repeat: no-repeat; 
}

#pop_box .topLeft {
	background-image: url(img/pop_box/tl.png);
	background-position: top left;; width:10px; height:10px
}
#pop_box .topRight {
	background-image: url(img/pop_box/tr.png);
	background-position: top right;; width:10px; height:10px
}
#pop_box .bottomLeft {
	background-image: url(img/pop_box/bl.png);
	background-position: top left; width:10px; height:10px
}
#pop_box .bottomRight {
	background-image: url(img/pop_box/br.png);
	background-position: top right; width:10px; height:10px
}
#pop_box  .centerLeft,#pop_box  .centerRight {
	width: 10px;
	height: auto;
	background-image: url(img/pop_box/b.png);
	background-repeat: repeat-y;
}
#pop_box .topCenter, #pop_box  .bottomCenter {
	width: auto;
	height: 10px;
	background-image: url(img/pop_box/b.png);
	background-repeat: repeat-x;
}

#pop_box .centerCenter{ background-color:#FFF}
#pop_box .topTitle {
	font-size: 12px;
	color: #000;
	background-color:#cacac2;
	border: 1px solid #666666;
	font-weight: bold;
	margin: -1px;
	margin-bottom: 0;
	padding: 5px 10px;
}

.lightfaceFooter {
	background-color: #f2f2f2;
	border-top: 1px solid #ccc;
	padding: 6px 10px;
	text-align: right;
}
.lightfaceFooter input{ background-color:#6D84B4; border:1px solid #333; color:#FFF}
.pop_main_data{ padding:10px; background-color: transparent; height:120px; overflow-y:auto; line-height:1.3}
.pop_box_op{
		
}
/* end pop box style*/

