.iChat {
	padding: 2px;
}
.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 #303030;
    border-top: 1px solid #303030;
    background-color: #202020;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 1px;
    margin-top: 2px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 3px;
}

.iChat .message:hover {
	border: 1px solid #cccccc;
}

.iChat .clr { clear: both; }

.iChat .message div {
	margin: 0;
	padding: 0;
}

.iChat .message .info {
    display: block;
    margin-top: 2px;
    color: #969696;
    background-color: #151515;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	font-weight: normal;
}

.iChat .button {
	background: #423b0d;
	border: 1px solid #272727;
	color: #fff;
	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;
	font-weight: normal;
}

.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 #dbe8ed; height: 1px; }

.iChat .message .avatar img {
margin-right: 5px;
    float: left;
    height: 32px;
    width: 32px;
    border-radius: 5.8px;
    padding: 3.9px;
}

.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 #202020; background: #272727; }
.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: #272727; }
.iChat_bbeditor span:hover { background-position: -23px 0; }

.iChat_editor { width: 99% !important; background-color: #202020; border: 1px solid #272727; }
.iChat_editor .iChat_bbeditor { border-width: 0 0 1px 0; }

.ui-corner-all { 
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; 
}

#message{
	width: 95%;
	margin: 3px;
	height: 60px;
	display:block;
	background:#202020;
	border:1px solid #272727;
	padding: 2px;
	color:#ddd;
	resize:vertical;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}