#mchat_main {
	margin: auto;
	/*border: 1px solid #cccccc;*/
	width: 556px;
	min-height:150px;
	/*background: #F1F3F5;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size : 12px;
	border-collapse:collapse;
	text-align: left;
}

#mchat_sender {
	clear:both;   
	border: 1px solid #cccccc;
	width: 484px;
	background: #f1f1e7;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size : 12px;
	padding: 2px;
	margin-bottom:10px;
	margin-top:10px;
	margin-left: 60px;
}

#mchat_result {
	margin-top: 20px;
	border: 1px solid #cccccc;
	width: 484px;
	height: 480px;
	background: #f1f1e7;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size : 12px;
	padding:2px;
	overflow: auto;
}

.mchat_error {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size : 10px;
	color:#dd1111;
	padding:5px;
}

.mchat_text {
	border: 1px solid #cccccc;
}

.mchat_input {
	width: 342px;
	border: 1px solid #cccccc;
}

#mchat_caption{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:10px;
	font-size : 14px;
	color:#C64934;
}

#mchat_icon{
	width:60px;
	height:100px;
	padding:0px;
	margin:0px;
	border:0px;
	float:left;
	background-image:url(../images/icon.gif);
	background-repeat: no-repeat;
	background-position:center center;
}

p.mchat{
	margin:0px;
	padding:0px;
}

.mchat_name{
	font-weight:bold;
	font-style: italic;
	color:#999;
}

.mchat_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#333;
}

#mchat_mchat{
	border:0px;
	width:100%;
}
