﻿@charset "utf-8";
.logbg_bg {
	background-color: #111111;
}
.login1{
	float: left;
	font-size: 14px;
	font:bold;
	padding-left: 30px;
}
.login2{
	float: right;
	font-size: 14px;
}
.login3{
	margin-top: 10px;
 }
.top_mt1{
	height:25px;
	padding-top:20px;
	padding-left:20px;
 }
 .top_mt2{
	/*width:107px;*/
	height: 30px;
 }
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 24px;
	background-color: #e9e9e9;
	color: #3c3c3c;
	font-family: Arial, Helvetica, sans-serif, "SimSun";	
}
html,body  {
	height: 100%;
	min-height: 100%;
}
* img  {
    border: 0 ;
	cursor: pointer;
}

a:link {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: black;
	text-decoration: none;
}
a:active,a:hover{
	/* color: ; */
	text-decoration: none;
	opacity: 0.7;
}
a.red:link{
    text-decoration:none;
	color:#ff8400;
	}
a.red:visited{
    text-decoration:none;
	color:#ff8400;
	}
a.red:active,a.red:hover{
    text-decoration:underline;
	color:#ff8400;
	}
a.blue:link{
    text-decoration:none;
	color:#c9c9c9;
	}
a.blue:visited{
    text-decoration:none;
	color:#c9c9c9;
	}
a.blue:active,a.blue:hover{
    text-decoration:underline;
	color:#c9c9c9;
	}
.blue a 	        {color:#c9c9c9;}
.blue a:visited 	{color:#c9c9c9;}
.blue a:hover 		{color:#c9c9c9;}
h1 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
.f12 {
	font-size: 12px;
}
.f14 {
	font-size: 14px;
}
.f16 {
	font-size: 16px;
}
.fbl {
	color:#7b7b7b;
}
.fred {
	color:#FF4D00;
}
.fwt {
	color:#ffffff;
}
.bold {
	font-weight: bold;
}


/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


ul{
	padding: 0px;
	margin: 0px;
}
.mt5  {
	margin-top: 5px;
}
.mt10  {
	margin-top: 10px;
}
.mt15  {
	margin-top: 15px;
}
.mt40  {
	margin-top: 40px;
}
.mt58 {
	padding-top: 58px;
	height:70px;
}
.mt68 {
	padding-top: 80px;
}
.pt5  {
	padding-top: 5px;
}
.pt6  {
	padding-top: 6px;
}
.pt8  {
	padding-top: 8px;
}
.pt2  {
	padding-top: 0px;
}
form,input {
    margin: 0;
    padding: 0;
}
.pt10  {
	padding-top: 10px;
}
.pt15  {
	padding-top: 15px;
}
.pb10  {
	padding-bottom: 10px;
}
.pb20  {
	padding-bottom: 20px;
}
.pb30  {
	padding-bottom: 30px;
}
.pb5  {
	padding-bottom: 5px;
}
.pb4  {
	padding-bottom: 4px;
}
.pl5  {
	padding-left: 5px;
}
.pl10  {
	padding-left: 10px;
}
.pl20  {
	padding-left: 20px;
}
.pl30  {
	padding-left: 15px;
}
.pl50  {
	padding-left: 75px;
}
.pl40  {
	padding-left: 40px;
}
.pr10  {
	padding-right: 10px;
}
.pr15  {
	padding-right: 15px;
}
.pr20  {
	padding-right: 20px;
}
.pr5  {
	padding-right: 5px;
}
.p5  {
	padding: 5px;
}
.p10  {
	padding: 10px;
}
.p15  {
	padding: 15px;
}
.fl {
	float: left;
}
.fr {
	float: right;
 }
.pr {
	float: right;
	padding-top: 10px;
}
.flx {
	float: left;
	width: 56px;
}
.w100 {
	float: left;
	height:auto;
	width: 100%;
}
.w780{
	width: 780px; 
}
.w800{
	width: 800px; 
}
.top {
	height: 70px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	/*background-image: url(/static/images/top_bg.gif);*/
	/*background-repeat: repeat-x;*/
	overflow: hidden;
	background-position: left top;
	background-color: #fefefe;
	/*clear: both;*/

	position: relative;
	left: 0px;
	top: 0px;
	z-index: 99;
	padding-bottom: 6px;
}
.textc{
	/* background-color: #adadad; */
	border: 1px solid #929292;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	/* background-image: url(/static/images/text_bg.gif); */
	background-repeat: repeat-x;
	background-position: left top;
}

.textv{
	background-color: #FFFFFF;
	border: 1px solid #373737;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 16px;
	background-image: url(/static/images/text_bg1.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.btn1 {
	/* background-image: url(/static/images/btnbg.gif); */
	height: 26px;
	color: #000;
	border: 1px solid #464646;
	font-size: 12px;
	background-position: left top;
	/* background-color: #797979; */
	text-align: center;
}

.btn1:hover {
	border: 1px solid #010102; 
	/* background-position: 0 -24px; */
	background-color: #7ac043;
}

.btn1_disable {
	background-image: url(/static/images/btn1_disable.gif);
	background-repeat: repeat-x;
	height: 26px;
	color: #d9d9d9;
	border: 1px solid #000000;
	font-size: 12px;
	background-position: left top;
	background-color: #797979;
	text-align: center;
}

.btn2 {
	background-image: url(/static/images/btn2.gif);
	height: 26px;
	color: #d9d9d9;
	border: 1px solid #000000;
	font-size: 12px;
	background-position: left top;
	background-color: #797979;
	text-align: center;
}
.btn3 {
	background-image: url(/static/images/btn3.gif);
	height: 26px;
	color: #d9d9d9;
	border: 1px solid #000000;
	font-size: 12px;
	background-position: left top;
	background-color: #797979;
	text-align: center;
}
.btn4 {
	background-image: url(/static/images/btn4.gif);
	height: 26px;
	color: #d9d9d9;
	border: 1px solid #000000;
	font-size: 12px;
	background-position: left top;
	background-color: #797979;
	text-align: center;
}
.btn5 {
	background-image: url(/static/images/btn3.gif);
	height: 26px;
	color: #d9d9d9;
	border: 1px solid #000000;
	font-size: 12px;
	background-position: -13px top;
	background-color: #797979;
	text-align: center;
}
.btn6 {
	background-image: url(/static/images/btn4.gif);
	height: 26px;
	color: #d9d9d9;
	border: 1px solid #000000;
	font-size: 12px;
	background-position: -13px top;
	background-color: #797979;
	text-align: center;
}
.nav {
	height: 31px;
	clear: both;
	overflow: hidden;



!important;
	z-index: 99;
	left: 0px;
	top: 70px;
	padding-top: 39px;
	padding-left: 85px;
	float: left;
}
.nav2 {
	background-image: url(/static/images/nav_bg.gif);
	background-repeat: repeat-x;
	height: 45px;
	width: 100%;
	background-position: left top;
	clear: both;
	overflow: hidden;
	position: absolute;
!important;
	z-index: 99;
	left: 0px;
	top: 70px;
	background-color: #363636;
}
.nav_c {
	background-image: url(/static/images/nav_1.gif);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	height: 37px;
	width: 50px;
	color: #3a3a3a;
}

.nav_1 {
	float: left;
	height: 29px;
	width: 130px;
	/* background-image: url(/static/images/nav_1.gif); */
	/* background-repeat: no-repeat; */
	/* background-position: left; */
	line-height: 31px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	/*padding-right: 12px;*/
	cursor:pointer;
	border: 1px solid #b1b1b1;
	border-radius: 8px;
}
.nav_1 a { color:#3c3c3c;
}
.nav_1 a:visited { color:#a2a4a7;
}
.nav_1 a:hover { color:#a2a4a7;
}
.nav_2 {
	float: left;
	height: 29px;
	width: 130px;
	/* background-image: url(/static/images/nav_2.gif); */
	/* background-repeat: no-repeat; */
	/* background-position: left; */
	line-height: 31px;
	text-align: center;
	font-size: 17px;
	/*padding-right: 12px;*/
	font-weight: bold;
	cursor:pointer;
	background-color: #7ac043;
	border: 1px solid #b1b1b1;
	border-radius: 8px;
}
.nav_3 {
	float: left;
	height: 31px;
	width: 130px;
	background-image: url(/static/images/nav_3.gif);
	background-repeat: no-repeat;
	background-position: left;
	line-height: 31px;
	text-align: center;
	font-size: 20px;
	padding-right: 12px;
	font-weight: bold;
		cursor:pointer;
}
.main {
	width: 100%;
	height:auto;
	/*padding-top: 76px;
	position: absolute;
	overflow: auto;*/
}
.main .capture_record{
	border-bottom: 1px solid #7AC043;
}
.main .comparison_record{
	border-bottom: 1px solid #7AC043;
	margin-bottom: 0px;
}
.main .faceview-right{
    background-color: #E9E9E9;
    border-left: 1px solid #7AC043;
    box-sizing:border-box;
}
.main .face-list .item-show {
        border: 1px solid #7AC043;
        border-radius:5px;
        overflow:hidden;
        height: 125px;
        width: 375px;
        float: left;
        margin-top:20px;
        background-color: #7AC043;
    }
.main1 {
	width: 100%;
	height:100%;
	padding: 0px;
	clear: both;
	position: absolute;!important;
	top: 0px;
	margin: 0px;
}
.main_left {
	float: left;
	height: auto;
	width: 148px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5d5d5d;
	line-height: 18px;
	Max-Height:610px;


    _height:expression(this.scrollHeight > 610 ? "610px" : ("auto"));
	overflow:auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	scrollbar-base-color:#454545;
	scrollbar-face-color:#454545;
	scrollbar-track-color:#454545;
	scrollbar-arrow-color:#9e9e9e;
	scrollbar-3dlight-color:#9e9e9e;
	scrollbar-highlight-color:#454545;
	scrollbar-shadow-color:#9e9e9e;
	scrollbar-darkshadow-color:#454545;
}
.m_l_bg {
	/* background-image: url(/static/images/main_left_bg.gif);
	background-repeat: repeat-y; */
}
.main_mid {
	background-color: #e9e9e9;
}
.main_mid2 {
	padding-right: 10px;
	padding-left: 10px;
}
.main_mid_1 {
	background-color: #272727;
	border: 1px solid #666666;
	background-image: url(/static/images/xx5.gif);
	background-repeat: repeat-x;
	background-position: left 0px;
}
.main_mid_2 {
	background-color: #e9e9e9;
	/*border: 1px solid #666666;
	position: relative;*/
	width: 100%;
	height:100%;
	border: 1px solid #b1b1b1;
	box-sizing: border-box;

/*
!important;
	overflow: visible;
	min-height: 99%;
	_height: 99%;*/
}
.m_r_bg  {
    /* background-image: url(/static/images/main_right_bg.gif); */
	/* background-repeat: repeat-y; */
	width:217px;
	background-color: #e9e9e9;
	}
.main_right {
	float: left;
	height: auto;
	width: 217px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5d5d5d;
	padding-top: 3px;
}
.main_right1 {
	float: left;
	height: auto;
	width: 217px;
}
.main_right2 {
	height: auto;
	width: 217px;
	margin-left:-217px;  
	/* background-image: url(/static/images/main_right_bg.gif); */
	/* background-repeat: repeat-y; */
	/*position: absolute;
	background-position: 10px top;
	padding-left: 10px
	/*overflow:auto;*/
	background-color: #e9e9e9;
}
.main_right2_foreign{
	width: 240px;
	margin-left:-240px; 
}
.main_right3 {
	float: left;
	height: auto;
	width: 197px;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #686868;
	/*padding: 10px;*/
 
}
.main_right4 {
	float: left;
	height: auto;
	width: 217px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #686868;
	padding-top: 3px;
}
.r_bg {
	/* background-image: url(/static/images/main_right_bg.gif); */
	/* background-repeat: repeat-y; */
	/* background-position: left top; */
}
.men1 {
	float: left;
	height: auto;
	width: 130px;
	padding-left: 6px;
}
.men2 {
	height: auto;
	float: left;
	clear: both;
	width: 90%;
}
.men3 {
	height: 18px;
	padding-left: 10px;
	float: left;
	clear: both;
	width: 79%;
}
.main_right_top {
	background-image: url(/static/images/men_bg.gif);
	background-repeat: no-repeat;
	float: left;
	height: 25px;
	width: 202px;
	padding-top: 1px;
	padding-left: 15px;
	overflow: hidden;
	display:inline;
	font-weight: bold;
	cursor:pointer;
}
.main_right_mid {
	float: left;
	height: auto;
	width: 201px;
	padding-top: 12px;
	display:inline;
	padding-bottom: 12px;
	padding-right: 8px;
	padding-left: 8px;
}
.main_right_mid1 {
	float: left;
	height: auto;
	width: 201px;
	padding-top: 3px;
	padding-right: 8px;
	padding-left: 8px;
	display:inline;
	padding-bottom: 7px;	
}
.main_right_mid2 {
	float: left;
	height: auto;
	width: 193px;
	padding-top: 7px;
	padding-right: 12px;
	padding-left: 20px;
	display:inline;
	padding-bottom: 7px;
	background-color: #e9e9e9;
}
.main_right_mid2_foreign{
	padding-left: 5px;
	width: 220px;
}
.main_right_mid2 div a{
	color: black;
	font-weight: bold;
}
.main_right_mid_left {
	float: left;
	height: 101px;
	width: 106px;
	background-image: url(/static/images/kz_bg.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
}

.main_right_mid_center{
	height: 101px;
	width: 106px;
	background-image: url(/static/images/kz_bg.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
}

.main_right_mid_left_1 {
	float: left;
	height: auto;
	width: 106px;
	background-image: url(/static/images/kz_bg.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
}
.main_right_mid_right {
	float: right;
	height: auto;
	width: 88px;
}
.r_1 {
	background-image: url(/static/images/minus_bg.gif);
	background-repeat: repeat-x;
	float: left;
	height: 25px;
	width: 36px;
	padding-top: 2px;
	text-align: center;
	color:white;
	font-weight: bold;
}
.r_2 {
	/* background-image: url(/static/images/minus_bg.gif); */
	/* background-repeat: repeat-x; */
	float: left;
	height: 19px;
	width: 80px;
	padding-top: 8px;
	text-align: center;
	padding-left: 4px;
	padding-right: 4px;
	background-position: left top;
}
.sk1 {
	background-image: url(/static/images/sk_bg1.gif);
	background-repeat: no-repeat;
	float: left;
	height: 12px;
	width: 8px;
	overflow: hidden;
}
.sk2 {
	background-image: url(/static/images/sk_bg2.gif);
	background-repeat: no-repeat;
	float: left;
	height: 12px;
	width: 8px;
	overflow: hidden;
}
.flc {
	float: left;
	height: auto;
	width: 55px;
}
.cz {
	background-image: url(/static/images/cz_bg.gif);
	background-repeat: no-repeat;
	float: left;
	height: 27px;
	width: 31px;
	padding-left: 4px;
	background-position: 5px top;
	padding-right: 4px;
}
.cz_1 {
	float: left;
	height: auto;
	width: auto;
}
.cz_2 {
	float: left;
	height: auto;
	width: auto;
	padding-left: 21px;
}

.cz_3 {
	float: left;
	height: auto;
	width: auto;
	padding-left: 21px;
}
.kz1_1 {
	float: left;
	height: 18px;
	width: auto;
	padding-left: 43px;
	overflow: hidden;
}
.kz1_2 {
	float: left;
	height: 18px;
	width: auto;
	padding-left: 18px;
	overflow: hidden;
}
.kz1_3 {
	float: left;
	height: 18px;
	width: auto;
	padding-left: 35px;
	overflow: hidden;
}
.kz1_4 {
	float: left;
	height: 18px;
	width: auto;
	padding-left: 9px;
	overflow: hidden;
}
.kz1_5 {
	float: left;
	height: 18px;
	width: auto;
	padding-left: 10px;
	overflow: hidden;
}
.xx1 {
	/* background-image: url(/static/images/xx1.gif);
	background-repeat: no-repeat;
	background-position: center top; */
	/* border: 1px solid #b1b1b1; */
}
.xx2 {
	background-image: url(/static/images/xx2.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.xx3 {
	background-image: url(/static/images/xx1.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.text_center {
	text-align: center;
}
.model_font{
	font-size: 15px;
}
.text_right {
	text-align: right;
}
.date {
	height: auto;
	width: 198px;
}
.play {
	/* background-image: url(/static/images/play_bg1.gif);
	background-repeat: repeat-x; */
	border: 1px solid #b1b1b1;
	width: auto;
	height: 39px;
}
.play_1 {
	background-image: url(/static/images/play_bg2.gif);
	background-repeat: no-repeat;
	float: left;
	height: 32px;
	width: 32px;
	background-position: 6px top;
	padding-left: 6px;
}
.log_top {
	background-image: url(/static/images/log_topbg.gif);
	background-repeat: repeat-x;
	height: 17px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #727272;
	border-right-color: #727272;
	border-left-color: #727272;
	overflow: hidden;
}
.log_1 {
	float: left;
	height: auto;
	width: 74px;
}
.log_2 {
	float: left;
	height: auto;
	width: 118px;
}


._table{
	border-bottom:1px solid #666;
	border-left:1px solid #666;
}
._th,._td{
	border-right:1px solid #666;
	border-top: 1px solid #666;
}





.tab1 td {
	background-color: #FFFFFF;
	padding-left: 10px;
	background-image: url(/static/images/xx4.gif);
	background-repeat: repeat-y;
	background-position: right;
	color: #4C4C4C;
	border-style: none;
}
.tab1 .td-title {
	background-color: #727272;
	color: #f0f0f0;
	background-image: url(/static/images/xx3.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.tab1 .td-1 {
	background-image: url(/static/images/xx4.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #e8e8e8;
}
.log_tab tr td{
	text-align: center;
}
.main_right_1 {
	/* background-image: url(/static/images/29.gif);
	background-repeat: no-repeat;
	background-position: 10px center; */
	clear: both;
	float: left;
	height: auto;
	width: 190px;
	padding-left: 35px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7e7e7e;
}

.main_right_1_current {
	background-color: #7ac043;
	color: #b1b1b1;
}

.main_right_2 {
	background-image: url(/static/images/29.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	clear: both;
	float: left;
	height: auto;
	width: 160px;
	padding-left: 28px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7e7e7e;
	background-color: #2e2e2e;
}
.main_con {
	width: 443px;
	margin-right: auto;
	/*margin-bottom: 25px;*/
	margin-left: auto;
	text-align: left;
	background-color:#e9e9e9;
	border: 1px solid #B1B1B1;
	border-radius: 5px;
}
.main_con2 {
	width: 443px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color:#e9e9e9;
	border: 1px solid #B1B1B1;
	border-radius: 5px;
}
.main_con_top {
	/* background-image: url(/static/images/contop_bg.gif); */
	/* background-repeat: no-repeat; */
	/* background-position: left top; */
	float: left;
	height: 28px;
	width: 100%;
	padding-top: 4px;
	border-bottom: 1px solid #B1B1B1;
}
.main_con_top2 {
	float: left;
	height: 28px;
	width: 100%;
	padding-top: 4px;
	border-bottom: 1px solid #B1B1B1;
}
.main_con_mid {
	padding: 10px;
	float: left;
	height: auto;
	width: 423px;
	/* background-image: url(/static/images/contop_bg2.gif); */
	/* background-repeat: repeat-y; */
}
.main_con_mid2 {
	padding: 10px;
	float: left;
	height: auto;
	width: 423px;
}
.main_con_mid3 {
	padding: 10px;
	float: left;
	height: auto;
	width: 423px;
}
.main_r {
	float: left;
	height: auto;
	width: 100%;
}
.main_r_1 {
	width: 217px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.main_con_bot {
	/* background-image: url(/static/images/contop_bg3.gif); */
	/* background-repeat: no-repeat; */
	/* background-position: top; */
	float: left;
	height: 4px;
	width: 443px;
	overflow: hidden;
}
.main_con_bot2 {
}
.clear { clear:both;}

.main_con_k {
	width: 720px;
	margin-right: auto;
	/*margin-bottom: 25px;*/
	margin-left: auto;
    margin-top: 90px;
	text-align: left;
	border:1px solid #B1B1B1;
	border-radius: 5px;
	overflow: hidden;
}
.main_con_k2 {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
    margin-top: 90px;
	text-align: left;
	border:1px solid #B1B1B1;
	border-radius: 5px;
	overflow: hidden;
}
.main_con_k_audio{
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    text-align: left;
    border:1px solid #b1b1b1;
    border-radius:5px;
    overflow: hidden;
}
.main_con_k_time{
    width: 600px;
    margin-right: auto;
    margin-left: auto;    
    margin-top: 10px;
    text-align: left;
}
.main_con_top_k_audio{
    float: left;
    height: 28px;
    width: 100%;
    padding-top: 4px;
    border-bottom: 1px solid #b1b1b1;
}
.main_con_top_k_time{
    float: left;
    margin-left:15px;
    height: 25px;
    width: 95%;
    padding-top: 4px;
    border: 1px solid #b1b1b1;
    background:#B1B1B1;
}
.main_con_mid_k_audio{
    padding: 10px;
    float: left;
    height: auto;
    width: 580px;
}
.main_con_bot_k_audio{
    float: left;
    height: 4px;
    width: 600px;
    overflow: hidden;
}
.main_con_k_light{
    width: 500px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    text-align: left;
    border:1px solid #B1B1B1;
    border-radius:5px;
    overflow: hidden;
}
.main_con_top_k_light{
    float: left;
    height: 28px;
    width: 100%;
    padding-top: 4px;
    border-bottom: 1px solid #b1b1b1;
}
.main_con_mid_k_light{
    padding: 20px;
    float: left;
    height: auto;
    width: 480px;
}
.main_con_bot_k_light{
    float: left;
    height: 4px;
    width: 500px;
    overflow: hidden;
}
.main_con_top_k {
	/* background-image: url(/static/images/contop_bg_k.gif);
	background-repeat: no-repeat;
	background-position: left top; */
	float: left;
	height: 28px;
	width: 100%;
	padding-top: 4px;
	border-bottom: 1px solid #b1b1b1;
}
.main_con_top_k2 {
	float: left;
	height: 28px;
	width: 100%;
	padding-top: 4px;
	border-bottom: 1px solid #b1b1b1;
}
.main_con_mid_k {
	padding: 10px;
	float: left;
	height: auto;
	width: 700px;
	/* background-image: url(/static/images/contop_bg2_k.gif);
	background-repeat: repeat-y; */
}
.main_con_mid_k2 {
	padding: 10px;
	float: left;
	height: auto;
	width: 680px;
}
.main_con_bot_k {
	/* background-image: url(/static/images/contop_bg3_k.gif);
	background-repeat: no-repeat;
	background-position: top; */
	float: left;
	height: 4px;
	width: 700px;
	overflow: hidden;
}
.main_con_bot_k2 {
}
.bgcolor1 {
	background-color: #464646;
	text-align: right;
}
.bgcolor1 {
	background-color: #464646;
	text-align:left;
}
.main_con__ss {
	margin-right: auto;
	/*margin-bottom: 25px;*/
	margin-left: auto;
}
.main_con_top_ss {
	/* background-image: url(/static/images/contop_bg_ss.gif); */
	/* background-repeat: no-repeat; */
	/* background-position: left top; */
	height: 28px;
	padding-top: 4px;
	border-bottom:1px solid #b1b1b1;
}
.main_con_top_ss2 {
	height: 28px;
	padding-top: 4px;
	border-bottom:1px solid #b1b1b1;
}
.main_con_mid_ss {
	padding: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #575757;
	border-left-color: #575757;
	overflow:hidden;
}
.main_con_mid_ss2{
	padding: 10px;
	overflow:hidden;
}
.main_con_bot_ss {
	/* background-image: url(/static/images/contop_bg3_ss.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 4px;
	width: 850px; */
	overflow: hidden;
	border:1px solid #b1b1b1;
}
.main_con_bot_ss2 {
}
.main_ss_list {
	width: 100%;
	overflow: auto;
}
.main_ss_list table  {
    height: 1%;
	}
.ss_zy1  {
	height: 25px;
	background-image: url(/static/images/zy1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: auto;
	margin-right: 5px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	font-weight: bold;
	padding-top: 1px;
	}
.ss_zy2  {
	height: 24px;
	float: left;
	width: auto;
	margin-right: 5px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4f4f4f;
	border-right-color: #4f4f4f;
	border-bottom-color: #4f4f4f;
	border-left-color: #4f4f4f;
	font-weight: bold;
	padding-top: 1px;
	}
	
	
#divAlert{
	position: fixed;
	top: expression{eval('$_id("button").style.top'));};
	left: expression{eval('$_id("button").style.right + 20'));};
	height: expression{eval('$_id("button").style.height'));};
	width: auto;
	color: #ff0000;
	vertical-align:middle;
}

.waiting {
	border: 1px solid #797979;
	background-color: #181818;
	left:50%;
	margin-left:-40px;
	top:100px;
	z-index:999;
	text-align: center;
	vertical-align: middle;
	width:300px;
	height:45px;
	padding-top:25px;
	position: absolute;
}
.percent {
	color: #FF0000;
	font-weight: bold;
	font-size:18px;
}
.logc {
	background-image: url(/static/images/logc.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 20px;
	padding-left: 25px;
	font-size: 14px;
	padding-top: 5px;
	cursor: pointer;
}
.top_03{
	width: 100%;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}
.top_01 {
	float: left;
	height: 70px;
	width: 188px;
	padding-left: 8px;
	/*background-image: url(/static/images/top_bg2.gif);*/
	/*background-repeat: repeat-x;*/
	background-color: white;
	padding-right:10px;
}
.top_02 {
	/*background-image: url(/static/images/top_bg3.gif);*/
	/*background-repeat: no-repeat;*/
	/*background-position: left top;*/
	float: left;
	height: 70px;
}
.main_top {
	/* background-image: url(/static/images/m_bg.gif); */
	/* background-repeat: repeat-x; */
	height: 33px;
	background-color: #e9e9e9;
}
.main_top_01 {
	float: left;
	margin-left: 10px;
}
.main_top_02 {
	float: left;
	margin-left: 10px;
}
.main_top_03 {
	float: right;
	margin-left: 10px;
    padding-right:20px;
}
 .main_top_04 {
	float: right;
	margin-left: 10px;
	margin-top:4px;
    padding-right:5px;
}
 .select_bg {
	width:172px;
	height:28px;
	overflow:hidden;
	/* background-image: url(/static/images/arrow_bg.gif); */
	/* background-repeat: no-repeat; */
	
}
.select_style {
	width:170px;
	height:26px;
	overflow:hidden;
	border:1px solid #1d1d1d;
	-moz-border-radius: 5px;
	-webkit-border-radius: 0px;
	border-radius:5px;
	background-image: url(/static/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 155px;
	
}
.select_style select {
	width:198px;
	font-size: 14px;
	border:none;
	height:22px;
	-webkit-appearance: none;
	color: black;
	background-color: transparent;
	font-weight: bold;
	padding-left: 5px;
}

.select2_bg {
	width:135px;
	height:36px;
	overflow:hidden;
	background-image: url(/static/images/login2.gif);
	background-repeat: no-repeat;
	background-position: left;
	position: absolute;
}
.select2_style {
	width:134px;
	height:34px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 0px;
	border-radius:5px;
	
}
.select2_style select {
	width:163px;
	font-size: 16px;
	border:none;
	height:26px;
	-webkit-appearance: none;
	color: #B3B3B3;
	background-color: transparent;
	font-weight: bold;
	padding-left: 5px;
}
.sel2_text {
	background-image: url(/static/images/login2.gif);
	width:130px;
	font-size: 16px;
	border:none;
	height:20px;
	-webkit-appearance: none;
	color: #B3B3B3;
	background-color: transparent;
	font-weight: bold;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 7px;
	cursor:pointer;
}
.sel2_opti {
	width:135px;
	font-size: 16px;
	padding-top: 5px;
	background-color: #838383;
	border: 1px solid #606060;
	z-index: 999;
	position: relative;
	left: 0px;
	top: 32px;
	padding-bottom: 5px;
}
.sel2_opti a {
	display: block;
}
.log_bg {
	/* background-image: url(/static/images/log_bg.gif); */
	/* background-repeat: repeat-x; */
	/* background-position: left top; */
	background-color: #e9e9e9;
}
.login_bg {
	width: 100%;
	height:100%;
	padding: 0px;
	clear: both;
	position: absolute;
!important;
	margin: 0px;
	float: left;
	background-image: url(/static/images/login_bg1.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.login_1 {
	height: 282px;
	width: 432px;
	margin-top: 90px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	margin-bottom: 0px;
	background-image: url(/static/images/login_bg2.jpg);
	background-repeat: no-repeat;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 21px;
}

.login_usage_1 {
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 24px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	color: #7882b3;
}

.login_2 {
	background-image: url(/static/images/login_bg3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 163px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	color: #7882b3;
}.blue{
	color:#c9c9c9;
	}
	
.blue a 	        {color:#c9c9c9;}
.blue a:visited 	{color:#c9c9c9;}
.blue a:hover 	{color:#c9c9c9;}

.k {padding: 5px;border:1px solid #393939;}
.log_b {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #818181;
	border-bottom-color: #818181;
}
.log_btn {
	font-size: 16px;
	font-weight: bold;
	background-image: url(/static/images/login_btn.gif);
	background-repeat: repeat-x;
	height: 34px;
	width: 96px;
	line-height: 30px;
	border: 2px solid #ffffff;
	background-color: #FFFFFF;
	color: #d9d9d9;
	background-position: left center;
}
.sel2_zy1 {
	padding-left: 10px;
	cursor:pointer;
}
.sel2_zy2 {
	padding-left: 10px;
	background-color: #5a5a5a;
	cursor:pointer;
}
.loading {
	width: 100%;
	height:auto;
	position: absolute;
!important;
	z-index:999;
}

.ztree * {padding:0; margin:0; font-size:12px; font-family: Verdana, Arial, Helvetica, AppleGothic, sans-serif}
.ztree {margin:0; padding:5px; color:#343434}
.ztree li{padding:0; margin:0; list-style:none; line-height:14px; text-align:left; white-space:nowrap; outline:0}
.ztree li ul{ margin:0; padding:0 0 0 18px}
.ztree li ul.line{ background:url(/static/images/line_conn.gif) 0 0 repeat-y;}

.ztree li a {padding:1px 3px 0 0; margin:0; cursor:pointer; height:17px; color:black; background-color: transparent;
	text-decoration:none; vertical-align:top; display: inline-block}
.ztree li a:hover {text-decoration:underline}
.ztree li a.curSelectedNode {padding-top:0px; background-color:#272727; color:#d9d9d9; height:16px; border:1px #FFB951 solid; opacity:0.8;}
.ztree li a.curSelectedNode_Edit {padding-top:0px; background-color:#272727; color:#d9d9d9; height:16px; border:1px #FFB951 solid; opacity:0.8;}
.ztree li a.tmpTargetNode_inner {padding-top:0px; background-color:#272727; color:#d9d9d9; height:16px; border:1px #316AC5 solid;
	opacity:0.8; filter:alpha(opacity=80)}
.ztree li a.tmpTargetNode_prev {}
.ztree li a.tmpTargetNode_next {}
.ztree li a input.rename {height:14px; width:80px; padding:0; margin:0;
	font-size:12px; border:1px #7EC4CC solid; *border:0px}
.ztree li span {line-height:16px; margin-right:2px}
.ztree li span.button {line-height:0; margin:0; width:16px; height:16px; display: inline-block; vertical-align:middle;
	border:0 none; cursor: pointer;outline:none;
	background-color:transparent; background-repeat:no-repeat; background-attachment: scroll;
	background-image:url("/static/images/zTreeStandard.png"); *background-image:url("/static/images/zTreeStandard.gif")}

.ztree li span.button.chk {width:13px; height:13px; margin:0 3px 0 0; cursor: auto}
.ztree li span.button.chk.checkbox_false_full {background-position:0 0}
.ztree li span.button.chk.checkbox_false_full_focus {background-position:0 -14px}
.ztree li span.button.chk.checkbox_false_part {background-position:0 -28px}
.ztree li span.button.chk.checkbox_false_part_focus {background-position:0 -42px}
.ztree li span.button.chk.checkbox_false_disable {background-position:0 -56px}
.ztree li span.button.chk.checkbox_true_full {background-position:-14px 0}
.ztree li span.button.chk.checkbox_true_full_focus {background-position:-14px -14px}
.ztree li span.button.chk.checkbox_true_part {background-position:-14px -28px}
.ztree li span.button.chk.checkbox_true_part_focus {background-position:-14px -42px}
.ztree li span.button.chk.checkbox_true_disable {background-position:-14px -56px}
.ztree li span.button.chk.radio_false_full {background-position:-28px 0}
.ztree li span.button.chk.radio_false_full_focus {background-position:-28px -14px}
.ztree li span.button.chk.radio_false_part {background-position:-28px -28px}
.ztree li span.button.chk.radio_false_part_focus {background-position:-28px -42px}
.ztree li span.button.chk.radio_false_disable {background-position:-28px -56px}
.ztree li span.button.chk.radio_true_full {background-position:-42px 0}
.ztree li span.button.chk.radio_true_full_focus {background-position:-42px -14px}
.ztree li span.button.chk.radio_true_part {background-position:-42px -28px}
.ztree li span.button.chk.radio_true_part_focus {background-position:-42px -42px}
.ztree li span.button.chk.radio_true_disable {background-position:-42px -56px}

.ztree li span.button.switch {width:18px; height:18px}
.ztree li span.button.root_open{background-position:-92px -54px}
.ztree li span.button.root_close{background-position:-74px -54px}
.ztree li span.button.roots_open{background-position:-92px 0}
.ztree li span.button.roots_close{background-position:-74px 0}
.ztree li span.button.center_open{background-position:-92px -18px}
.ztree li span.button.center_close{background-position:-74px -18px}
.ztree li span.button.bottom_open{background-position:-92px -36px}
.ztree li span.button.bottom_close{background-position:-74px -36px}
.ztree li span.button.noline_open{background-position:-92px -72px}
.ztree li span.button.noline_close{background-position:-74px -72px}
.ztree li span.button.root_docu{ background:none;}
.ztree li span.button.roots_docu{background-position:-56px 0}
.ztree li span.button.center_docu{background-position:-56px -18px}
.ztree li span.button.bottom_docu{background-position:-56px -36px}
.ztree li span.button.noline_docu{ background:none;}

.ztree li span.button.ico_open{margin-right:2px; background-position:-110px -16px; vertical-align:top; *vertical-align:middle}
.ztree li span.button.ico_close{margin-right:2px; background-position:-110px 0; vertical-align:top; *vertical-align:middle}
.ztree li span.button.ico_docu{margin-right:2px; background-position:-110px -32px; vertical-align:top; *vertical-align:middle}
.ztree li span.button.edit {margin-right:2px; background-position:-110px -48px; vertical-align:top; *vertical-align:middle}
.ztree li span.button.remove {margin-right:2px; background-position:-110px -64px; vertical-align:top; *vertical-align:middle}

.ztree li span.button.ico_loading{margin-right:2px; background:url(/static/images/loading.gif) no-repeat scroll 0 0 transparent; vertical-align:top; *vertical-align:middle}

ul.tmpTargetzTree {background-color:#FFE6B0; opacity:0.8; filter:alpha(opacity=80)}

span.tmpzTreeMove_arrow {width:16px; height:16px; display: inline-block; padding:0; margin:2px 0 0 1px; border:0 none; position:absolute;
	background-color:transparent; background-repeat:no-repeat; background-attachment: scroll;
	background-position:-110px -80px; background-image:url("/static/images/zTreeStandard.png"); *background-image:url("/static/images/zTreeStandard.gif")}

ul.ztree.zTreeDragUL {margin:0; padding:0; position:absolute; width:auto; height:auto;overflow:hidden; background-color:#cfcfcf; border:1px #00B83F dotted; opacity:0.8; filter:alpha(opacity=80)}
.zTreeMask {z-index:10000; background-color:#cfcfcf; opacity:0.0; filter:alpha(opacity=0); position:absolute}

div.ztree {width:190px;overflow-y:auto;overflow-x:auto;}


.td_bg {
	background-color: #b1b1b1;
}

.input_check_error{border:1px solid red;}


 .mask {       
            position: absolute; 
            top: 0px;
          /*  filter: alpha(opacity=60);*/
            background-color: rgba(191,191,191,.7);     
            z-index: 1002;
            left: 0px;     
          /*  opacity:0.5;
            -moz-opacity:0.5;*/    
            width:100%;
            height:100%; 
        }   



.w25 {
	width: 25%;
}
.table_like {
	display: table;
}

.td_like {
		display:table-cell;
		border-collapse:separate;
  		border-spacing: 5px;
}

.w99 {
	width:99%;
}
.h22 {
	height:22px;
}

/* 所有class为menu的div中的ul样式 */
.menu 
{
    list-style:none; /* 去掉ul前面的符号 */
    margin: 10px auto 10px auto; /* 与外界元素的距离为0 */
    padding: 0px; /* 与内部元素的距离为0 */
    width: auto; /* 宽度根据元素内容调整 */

    overflow: hidden;
}
/* 所有class为menu的div中的ul中的li样式 */
.menu  li
{
    padding-right:10px;
    width:207px;
    height: 26px;
   
}

input,label { vertical-align:middle;} 

.topmenu_iframe_bkg{
	height: 0px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 98;
	/*border: 1px solid red;*/
}

.main_xx {
    /*padding-top: 76px;*/
    padding-left:217px;  
}
.pb_container {
  padding: 0  222px 0 158px;
}
.pb_middle{
  float:left;
  width: 100%;
 /* background-color: deeppink;*/
}
.pb_left{    
  float:left;
  margin-left:-100%;
  position: relative; 
  left: -158px;
  width: 158px;
  height: auto;
 /* background-color: blue;*/
}
.pb_right{
  float:left;
  margin-left:-222px;
  position: relative; 
  right: -222px;
  width: 222px;
  height:auto;
  /*border: 1px solid red;
  /*background-color: darkorchid;*/
    /* background-image: url("/static/images/main_right_bg.gif");
    background-repeat: repeat; */
}
.file_container {
  padding-left: 210px;
}
.clearfix:after {
  clear: both;
  content: " ";
  display: table;
}
.file_middle{
  float:left;
  width: 100%;
 /* background-color: deeppink;*/
}
.file_left{    
  float:left;
  margin-left:-210px;
  width: 200px;
  height: auto;
 /* background-color: blue;*/
}
.ztree li span.button.ico_device_sub{
  margin-right:2px;
  background: url(/static/images/device_all_sub.png) no-repeat scroll 0 0 transparent;
  vertical-align:top;
  *vertical-align:middle;
}
.ztree li span.button.ico_device_main{
  margin-right:2px;
  background: url(/static/images/device_all_main.png) no-repeat scroll 0 0 transparent;
  vertical-align:top;
  *vertical-align:middle;
}
.ztree li span.button.ico_device_voicetalk_open{
  margin-right:2px;
  background: url(/static/images/voice_talk_a.png) no-repeat scroll 0 0 transparent;
  vertical-align:top;
  *vertical-align:middle;
}
.ztree li span.button.ico_device_voicetalk_closed{
  margin-right:2px;
  background: url(/static/images/voice_talk_close_a.png) no-repeat scroll 0 0 transparent;
  vertical-align:top;
  *vertical-align:middle;
}
.ztree li span.button.ico_ch_stream_main_open{
  margin-right:2px;
  background: url(/static/images/main_open.png) no-repeat scroll 0 0 transparent;
  vertical-align:top;
  *vertical-align:middle;
}
.ztree li span.button.ico_ch_stream_main_closed{
  margin-right:2px;
  background: url(/static/images/main_closed.png) no-repeat scroll 0 0 transparent;
  vertical-align:top;
  *vertical-align:middle;
}
.ztree li span.button.ico_is_online{
  margin-right:2px;
  background: url(../images/2.png) no-repeat scroll 0 0 transparent;
  vertical-align:top;
  *vertical-align:middle;
}
.ztree li span.button.ico_is_offline{
  margin-right:2px;
  background: url(../images/dev_unlink.png) no-repeat scroll 0 0 transparent;
  vertical-align:top;
  *vertical-align:middle;
}
.ztree li span.button.ico_ch_stream_sub_open{
  margin-right:2px;
  background: url(/static/images/sub_open.png) no-repeat scroll 0 0 transparent;
  vertical-align:top;
  *vertical-align:middle;
}
.ztree li span.button.ico_ch_stream_sub_closed{
  margin-right:2px;
  background: url(/static/images/sub_closed.png) no-repeat scroll 0 0 transparent;
  vertical-align:top;
  *vertical-align:middle;
}
.ztree li span.button.ico_ch_stream_third_open{
  margin-right:2px;
  background: url(/static/images/sub_open.png) no-repeat scroll 0 0 transparent;
  vertical-align:top;
  *vertical-align:middle;
}
.ztree li span.button.ico_ch_stream_third_closed{
  margin-right:2px;
  background: url(/static/images/third_closed.png) no-repeat scroll 0 0 transparent;
  vertical-align:top;
  *vertical-align:middle;
}
.ztree li span.button.ico_ch_record_open{
  margin-right:2px;
  background: url(/static/images/record_open.png) no-repeat scroll 0 0 transparent;
  vertical-align:top;
  *vertical-align:middle;
}
.ztree li span.button.ico_ch_record_closed{
  margin-right:2px;
  background: url(/static/images/record_closed.png) no-repeat scroll 0 0 transparent;
  vertical-align:top;
  *vertical-align:middle;
}
.main_fish,.left,.right { float:left;text-align: center;height: 100%}
.main_fish { width:100%; background:#e9e9e9;}
.mainin{margin:0 217px 0 158px;}
.mainin_nl{margin:0 217px 0 0;}
.left { width:158px;  margin-left:-100%;}
.right { width:217px; margin-left:-217px;}
.bkcolor{
	background-color: #e9e9e9;
}
a:hover,a:active {
	cursor:pointer;
}
.pre_plugin{
	background-color: #5D5D5D;
	position: relative;
}
.con_plugin{
	background-color: #5D5D5D;
	position: relative;
}
.config_div{
	overflow: hidden;
}
.ovh{
	white-space: nowrap;  
    text-overflow:ellipsis; 
 	overflow:hidden;
}
.over_plugin{
	color: white;
	width:100%;
	text-align: center;
	position: absolute;
	top: 45%;
	left: 0;
}
.plugin_tip{
	width: 64%;
	position: absolute;
	left: 35%;
	top:35%;
}
.plugin_tip1{
	/*width: 100%;*/
}
.plugin_tip2{
	/*width: 100%;*/
}
.plugin_tip3{
	/*width: 100%;*/
}
.pre_plugin div a:hover{
	text-decoration:none;
}
.config_a{
	color: white;
	width:100%;
	text-align: center;
	font-size:14px;
}
.hide_div {
	width: 100%;
	position: absolute;
	top: 76px;
	z-index: 100;
}
.div_opacity{
	width: 100%;
	height: 100%;
	position: absolute;
	background: #2a2a2a;
	opacity: 0.7;
	filter: Alpha(opacity=70);
	z-index: 101;
}
.div_info_facedb{
	width: 400px;
	/*height: 100px;*/
	position: absolute;
	z-index: 105;
	margin-top: 200px;
	left: 50%;
	/*background: #2F96B4;*/
	padding: 10px;
	margin-left: -200px;
}
.div_info_import{
	width: 800px;
	/*height: 100px;*/
	position: absolute;
	z-index: 105;
	margin-top: 100px;
	left: 50%;
	/*background: #2F96B4;*/
	padding: 10px;
	margin-left: -400px;
}
.border_right{
	border-right: 1px solid #666;
}
.tab-tit{
	font-size: 0;
	font-weight:bold;
	/*width: 600px;*/
	border-right: 1px solid #7AC043;
	/*background: #262626;*/
}
.tab-tit div{
	display: inline-block;
	height: 50px;
	line-height: 50px;
	width: 100%;
	font-size: 12px;
	text-align: center;
	/*background: #ccc;*/
	/*color: #333;*/
	text-decoration:none;
	cursor: pointer;
	border-bottom: 1px solid #7e7e7e;
}
.tab-tit .cur{
	background: #7AC043;
	/*color: #fff;*/
	border-right: 1px solid #7AC043;
	border-top: 1px solid #7AC043;
	border-bottom: 1px solid #7AC043;
}
.tab-con_div{
	/*border: 1px solid #ccc;*/
	min-height: 400px;
	min-width: 1300px;
	/*margin: 0 auto;*/
	/*padding-top: 20px;*/
}
.main_con_top_face{
	/*background: #575757;*/
	width: 1200px;
	height: 28px;
	padding-top: 4px;
	/*border-radius: 4px 4px 0 0;*/
	border-bottom: 1px solid #b1b1b1;
}
.main_con_mid_face{
	padding: 10px;
	/*border: 1px solid #b1b1b1;*/
	/*border-radius: 0 0 4px 4px;*/
	overflow: hidden;
}