
#CLIENT{
	z-index:1013;
	position:fixed;
    top:0px;
    left:0px;
	font-size:12px;
	border:1px solid ;
    background-color:#ffffff;
    width:300px;
    height:200px;

}
#CLIENT table td{
	padding:5px ;
}

#CLIENT .cli_title{
    height:20px;
	background-color:#444444;
    color:#fff;
	font-weight:bold
}
#CLIENT #cli_close{
	background-image:url('https://sbo.ezugi.com/office/office_1.0/images/Close.png') ;
    background-repeat:no-repeat;
    background-position:center;
    cursor:pointer;
	width:20px;
	height:100%;
}
#CLIENT #cli_close:hover{
	background-color:#999
}
#CLIENT #cli_msg_div{
	height:100px;
}
#cli_msg_div{
	overflow:auto;
}
#CLIENT #cli_msg_div strong{
	color:#03F;
}
#CLIENT .cli_msg{

	overflow:auto ;

}
#CLIENT .cli_close{
	width:60px;
	text-align: center;
    height:50px;

}
#CLIENT .cli_close input{
	width:100px

}


#CLIENT_BG{
    opacity:0.5;
    filter:alpha(opacity=50);
    background-color:#000;
	background-image:url('https://sbo.ezugi.com/office/office_1.0');
	position:fixed;
    top:0px;
    left:0px;
    z-index: 1011;
    width:100%;
    height:100%;
}