.iChat {

}
.iChat hr {
	margin: 4px 0 5px;
}

.iChat .message {
	font-size: 11px;
	font-family: 'Trebuchet MS',Helvetica,Arial,sans-serif;
	line-height: 1.67;
	word-wrap: break-word;
}

.iChat .message {
    border: 1px solid #1c1d2f;
    background-color: #3a3b5d;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 5px;
    margin-top: 3px;
    padding: 3px;
    border-radius: 3px;
}

.iChat .message:hover {
	border: 1px solid #3ef37c;
    box-shadow: 0px 0px 3px #3ef37c;
}

.iChat .clr { clear: both; }

.iChat .message div {
	margin: 0;
	padding: 0;
}

.iChat .message .info {
    display: block;
    color: #6f6f84;
    background-color: #333452;
}

.iChat .button {
	background: #202020;
	border: 1px solid #272727;
	color: #cccccc;
	padding:4px 6px 6px 6px;
	margin: 0 2px;
	height: 24px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 4px;
}
.iChat .button:hover { background-position: 0 10px; }

.iChat .message .text {
    margin-left: 5px;
    font-size: 12px;
}

.iChat .message a {
    color: #176093;
}

.iChat .message .action {opacity: 0.3;cursor:pointer;}
.iChat .message .action:hover {opacity: 1;}

.iChat .message hr { border: 0 none; border-top: 1px solid #2f2f48; height: 1px; }

.iChat .message .avatar img {
    margin: 2px 3px 0px 2px;
    float: left;
    height: 32px;
    width: 32px;
    object-fit: cover;
    border-radius: 50%;
    padding: 3px;
}

.iChat .copyright {
	font-size: 9px; 
	padding-right: 5px;
	float: right;
	color: #969696;
}

.iChat .copyright a {
	font-size: 10px;
	color: #176093;
}

.iChat_input { 
	width: 102px;
    box-sizing: border-box;
    margin: 4px 4px 1px;
	padding: 2px;
	color:#555;
    background: #fff;
    border: 1px solid #c2c2c2;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.iChat_bbeditor { border: 1px solid #3a3b5d;
    background: #3a3b5d; }
.iChat_bbeditor span, .iChat_bbeditor span img, .iChat_bbeditor .bbspacer, .iChat_bbeditor .bbselect { float: inherit; }
.iChat_bbeditor .bbselect { height: 21px; padding: 4px 3px 0 3px; }
.iChat_bbeditor .bbselect select { font-size: 11px; }
.iChat_bbeditor span { cursor: pointer; background: #3a3b5d; }
.iChat_bbeditor span:hover { background-position: -23px 0; }

.iChat_editor { width: 100% !important;
    background-color: #3a3b5d;
    border: 1px solid #51536f;}
.iChat_editor .iChat_bbeditor { border-width: 0 0 1px 0; }



#message{
	width: 100%;
    height: 66px;
    display: block;
    background: #40425a;
    border: 1px solid #272727;
    padding: 2px;
    color: #fff;
    resize: vertical;
}