.iChat {padding:1px;}
.imessage {height:300px; overflow:auto;}

.iChat .message {background-color:#fcfcf9; margin-left: 5px; margin-right: 5px; margin-bottom: 7px; margin-top: 0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 5px 5px 3px; box-shadow:0 2px 3px rgba(0,0,0,0.05); -moz-box-shadow:0 2px 3px rgba(0,0,0,0.05); -webkit-box-shadow:1px 0 3px rgba(0,0,0,0.05);}

.mhead {border-bottom:1px dotted #eaeadd; }
.iChat .message .mhead .left img {width:35px; height:35px; border:1px solid #ebebea; border-radius:3px;}
.iChat .message .mhead span {font-size:12px; color:#979797; display:block;}
	.iChat .message .mhead span b {font-weight:400;}
.iChat .message .mhead .date {background:#64b327; padding:2px 7px; text-align:center; color:#fff; text-shadow:0 1px 0 #4c881e; font-style:italic;}

.iChat .message .medit {background:url(../img/btnbg.png) no-repeat; width:50px; height:16px; padding:3px 0 0 0; text-align:center;}
.iChat .message .edit {width:10px; height:10px; background:url(../img/edit.png) no-repeat;}
	.iChat .message .edit:hover {background-position:100% 0; cursor:pointer;}
.iChat .message .delete {width:10px; height:10px; background:url(../img/delete.png) no-repeat;}
	.iChat .message .delete:hover {background-position:100% 0; cursor:pointer;}
.iChat .message .mquote {width:10px; height:10px; background:url(../img/quote.png) no-repeat;}
	.iChat .message .mquote:hover {background-position:100% 0; cursor:pointer;}	

.iChat .button {background:url(../img/fbutton.png) repeat-x bottom; border:1px solid #eaeaea; padding:3px 5px; text-transform:uppercase; color:#64b327; font-size:12px; box-shadow:0 0 2px #eaeaea; -moz-box-shadow:0 0 2px #eaeaea; -webkit-box-shadow:0 0 2px #eaeaea; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; margin-left:5px;}
.iChat .button:hover {color:#2b8dc7; cursor:pointer;}

.iChat .sbutton {background:url(../img/sbutton.png) repeat-x 0 0; border:1px solid #2377a9; padding:3px 5px 2px; text-transform:uppercase; color:#fff; font-size:12px; font-style:italic; text-shadow:0 1px 0 #2a7eb2; box-shadow:0 1px 3px #96c1dc; -moz-box-shadow:0 1px 3px #96c1dc; -webkit-box-shadow:0 1px 3px #96c1dc; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; margin-right:5px; float:right;}
.iChat .sbutton:hover {background-position:0 100%; border:1px solid #489a1b; cursor:pointer; box-shadow:0 1px 3px #a5cc8c; -moz-box-shadow:0 1px 3px #a5cc8c; -webkit-box-shadow:0 1px 3px #a5cc8c;}

.iChat .message .text {line-height:13px; font-size: 12px; color:#838383; font-style:italic;}

.iChat_input { width: 99px; padding: 1px; }

.iChat_bbeditor { border: 1px solid #d3dee7; border-bottom:none; background: #fff url("../img/bbcode/bg.png") repeat-x; width:215px; }
.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 {background-color: #f9fafa; border: 1px solid #d3dee7; width:215px !important; margin-left:5px;}
.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: 205px; height: 60px; display:block; margin:5px 0 0 5px; color:#969696; font-size:12px; font-style:italic; padding:5px; border:1px solid #ececec; box-shadow:inset 0 1px 4px #ebebeb; -moz-box-shadow:inset 0 1px 4px #ebebeb; -webkit-box-shadow:inset 0 1px 4px #ebebeb; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}