.iChat {
    padding: 3px;
}

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

.iChat .message {
    border: 1px solid #dadada;
    background-color:#FFFFFF;
    margin: 3px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.iChat .message:hover {
    border: 1px solid #cccccc;
}

.iChat .clr { clear: both; }

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

.iChat .message .info {
    display: block;
    padding: 5px;
    color: #969696;
    height: 50px;
    background-color: rgb(241, 241, 241);
    border-radius: 7px 7px 0px 0px;
    border-bottom: 1px #E6E6E6 solid;
}

.iChat .button {
	background: #fff url("../img/button.png") repeat-x 0 100%;
	text-shadow: 0 1px 0 #fff;
	border: 1px solid #b3b3b3;
	color: #383838;
	padding: 2px 9px 5px 9px;
	margin-bottom: 2px !important;
	height: 24px;
	font-weight: bold;
	cursor: pointer;
	-webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;
	-moz-box-shadow: 0 1px 4px -3px black;
	-webkit-box-shadow: 0 1px 4px -3px black;
	box-shadow: 0 1px 4px -3px black;
}
.iChat .button:hover { background-position: 0 10px; }

.iChat .message .text {
    padding: 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 #dbe8ed; height: 1px; }

.iChat .message .avatar img {
    margin: 5px;
    float: left;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    box-shadow: 0px 0px  10px rgba(0, 0, 0, 0.2);
}

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

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

.iChat_input { width: 99px; padding: 1px; }

.iChat_bbeditor { border: 1px solid #d4dfe8; background: #fff url("../img/bbcode/bg.png") repeat; }
.iChat_bbeditor span, .iChat_bbeditor span img, .iChat_bbeditor .bbspacer, .iChat_bbeditor .bbselect { float: left; }
.iChat_bbeditor .bbselect { height: 21px; padding: 4px 3px 0 3px; }
.iChat_bbeditor .bbselect select { font-size: 11px; }
.iChat_bbeditor span { cursor: pointer; background: url("../img/bbcode/buttons.png") no-repeat; }
.iChat_bbeditor span:hover { background-position: -23px 0; }

.iChat_editor { width: 612px; background-color: #f9fafa; border: 1px solid #d4dfe8; }
.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: 607px;
height: 80px;
display:block;
background:#fff;
border:1px solid #c2c2c2;
resize: vertical;
}


