@charset "utf-8";
/* CSS Document */


#livechat{
	width:302px;
	height:154px;
	position:fixed;
	border:3px solid #ffc454;
	float:left;
	background:#f3f3f3;	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	bottom:5px;
	right:5px;
	display:none;
	z-index:1000000;
}
#img-admin{
	position:absolute;
	top:-67px;
	left:-180px;
	width:475px;
	height:145px;
	background:url(../images/girl.png) no-repeat;
	z-index:0;
}
#control{
	width:300px;
	position:absolute;
	height:18px;
	background:url(../images/bg_control.jpg) repeat-x;
	top:0;
	left:0;
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	border:1px solid #ffdb97;
	border-bottom:1px solid #fff;
	cursor:move;
	z-index:100;
}	

#control .title{
	color:#ffc454;
	line-height:18px;
	padding-left:10px;
}

#control #minimize{
	position:absolute;
	top:1px;
	right:22px;
	width:16px;
	height:16px;
	background:url(../images/minimize.jpg) no-repeat;
	cursor:pointer;
}

#control #close{
	position:absolute;
	top:1px;
	right:4px;
	width:16px;
	height:16px;
	background:url(../images/close.jpg) no-repeat;
	cursor:pointer;
}


#chat-iframe{
	width:298px;
	height:133px;
	position:absolute;
	top:20px;
	left:2px;
	background:transparent;
}



#livechat_min{
	width:216px;
	height:45px;
	position:fixed;
	bottom:5px;
	right:5px;
	background:url(../images/mini_chat.png) no-repeat;
	display:none;
}

#restore{
	width:200px;
	height:45px;
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
	z-index:100;
}

#hiden{
	width:16px;
	height:16px;
	background:url(../images/close.jpg) no-repeat;
	position:absolute;
	top:18px;
	right:14px;
	cursor:pointer;
	z-index:1000;
}
















