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

.chat-wrap {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
position:fixed;
right:5px;
bottom:0;
z-index:9000;
height: 320px !important;
}
.chat-con {
/*width:250px;*/
height:300px;
/*background-color:#FFFFFF;*/
background-color: #F8F8F8;
float:right;
/*margin:0 5px 0 0;*/
height: 320px !important;
width: 287px;
}
.chat-head {

	background: #000 url(../images/chat.png) no-repeat 215px center;
	color: #FFF;
	padding:8px;
	font-size: 16px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding:8px 0 5px 10px;
	min-height:20px;
	font-size: 14px;	
}
.chat-head .indication-off{
	float:left;
	background:url(../images/indicator.png) no-repeat top;
	display:block;
	width:15px; height:15px;
	margin-right:8px
}
.chat-head .indication-on{
	float:left;
	background:url(../images/indicator.png) no-repeat bottom;
	display:block;
	width:15px; height:15px;
	margin-right:8px
}
.chat-close, .chat-minimize {
background-color: #333333;
color: #CCCCCC;
cursor: pointer;
float: right;
height: 20px;
line-height: 16px;
margin: -3px 5px 0 0;
text-align: center;
width: 20px;
display:block;
}
.chat-close {
line-height: 18px;
}
.chat-close:after {
content:"✖";
}
.chat-minimize:after {
content:"-";
}
.chat-con.hide .chat-minimize:after ,.chat-con.hide1 .chat-minimize:after {
content:"❏";
}
.chat-close:hover, .chat-minimize:hover {
/*background-color: #aaaaaa;*/
background-color:#474747
}
.chat-container {

	background-color: #dbdbdb;
	padding: 10px;
	border: 1px solid #adadad;

}
.chat-con.hide {
height:33px;
margin:288px 5px 0 0;
}

.chat-msg {
	background-color: #5f5f5f;
	color: #FFF;
	padding: 5px;
}
.chat-con.hide1 {
    display: block;
    height: 33px !important;
    bottom: 0px;
    right: 0;
    position: absolute;
}
}
.chat-con.hide .chat-container {
display:none;
}
.chat-show-content {
background-color: #FFFFFF;
height:168px;
margin:0 0 5px 0;
overflow-y:auto;
width:264px;
}
.urname {
height:231px;
width:264px;
}
.chat-show-content input.submit-btn{
	background:url(../images/submit.jpg) no-repeat;
	border:none;
	cursor:pointer;
	width:78px;
	height:28px;
	margin-left:12px;
}
.chat-show-content p {
	font-size: 13px;
}
input.req{
	width: 95% !important;
	padding: 5px 5px;
	border: 1px solid #ddd;
}
.chat-create {
}
.chatboxtextarea {
min-width:263px;
min-height:57px;
max-width:263px;
max-height:57px;
}
.chatname {
 font-weight:bold;
}
.text {
	width: 201px;
	padding:5px 4px;
	border:1px solid #CCC;
	border-radius:5px;
}