#bssd_chat_div {
	right: 50px;
	top: 100px;
	display: none;
	width: 550px;
	position: fixed;
	overflow: hidden;
	z-index: 4;
	line-height: 100%;
	background: black;
	border-radius: 3px;
}

.bssd_chat_header {
	width: 100%;
	border: 0 none;
	font-family: 'exo_2.0bold';
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
	vertical-align: middle;
	text-align: left;
	text-transform: uppercase;
	display: inline-block;
	background: #55BE93;
	cursor: move;
}
.bssd_chat_header_caption {
	float: left;
	display: inline-block;
	padding: 7px 0 0 7px;
}
.bssd_chat_header_caption span {
	font-family: 'exo_2.0bold';
}
.bssd_chat_header_btns {
	float: right;
	margin: 5px 14px 5px 5px;
}
#bssd_chat_header_min_btn,
#bssd_chat_header_close_btn {
	cursor: pointer;
	margin: 0;
	vertical-align: middle;
}
#bssd_chat_header_min_btn {
	margin-right: 5px;
}

.bssd_chat_input{
	width:100%;
	color:#a2a2a2;
	margin-left: 9px;
}

.bssd_chat_input input,
.bssd_chat_input textarea {
	border: 0 !important;
	border-radius: 2px !important;
	background: #ffffff;
	font-size: 12px;
	font-family: Helvetica;
	resize: none;
	padding-left: 7px !important;
	padding-right: 7px !important;
}

.bssd_chat_input input {
	width: 515px !important;
	height: 32px !important;
	margin: 0 !important;
	box-sizing: inherit !important;
}
.bssd_chat_input textarea {
	float:left;
	width: 390px;
	height: 32px;
	margin-bottom: 9px !important;
}

.bssd_chat_top {
	margin-top: 9px;
}
.bssd_chat_bottom {
	margin-top: 5px;
}

.bssd_chat_msg_list {
	padding: 10px 0;
	margin-top: 5px;
	background: #ffffff;
	width: 530px;/*96.5%;*/
	border-radius: 3px;
}

.bssd_chat_btn {
	float: right;
	font-size: 14px;
	color:#fff;
	text-align: center;
	cursor: pointer;
	border-radius: 4px;
	margin-left: 10px;
	margin-right: 10px;
}
.bssd_chat_btn span {
	display: inline-block;
	margin-top: 0.6em;
}
#bssd_chat_send {
	background-color: #55be93;
	width: 115px;
	height: 32px;
	margin-top: 2px;
}
#bssd_chat_end {
	background-color: #D22414;
	width: 115px;
	height: 28px;
	margin-top: 5px;
	display: none;
}
#bssd_chat_messages {
	height: 120px;
	overflow: auto;
	border: 0 none;
	list-style-type: none;
	margin: 0 5px;
	padding: 0;
	color: black;
}

#bssd_chat_messages li {
	margin: 0;
	font-size: 15px;
	padding: 1px;
	background: transparent;
}
.bssd_chat_out_msg .bssd_chat_username {
	/*color: blue;*/
	font-weight: 600;
	float: right;
	margin-left: 5px;
}
.bssd_chat_out_msg .bssd_chat_message {
	float: right;
    text-align: right;
}
.bssd_chat_in_msg .bssd_chat_username {
	/*color: red;*/
	font-weight: 600;
	float: left;
	margin-right: 5px;
}
.bssd_chat_in_msg .bssd_chat_message {
	float: left;
}
.bssd_chat_system_msg {
	color: gray;
}
.bssd_chat_conn_msg {
	color: #FF0000;
	font-weight: 600;
}
.bssd_chat_no_answer_msg {
	color: #FF1717;
}
.bssd_chat_msg_div {
	display: inline-block;
	width:100%;
	margin: 0 0 7px 0;
}