#main {
    margin: auto;
    border: 1px solid #cccccc;
    width: 750px;
    min-height:150px;
	background: #F1F3F5;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
    border-collapse:collapse;
}

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

td {
   padding:5px;
}

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

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

}


.text {
	border: 1px solid #cccccc;
}
span.a, span.j, span.s {
    color: #842;
}
span.b, span.k, span.t {
    color: #258;
}
span.c, span.l, span.u {
    color: #582;
}
span.d, span.v {
    color: #922;
}
span.e, span.w {
    color: #292;
}
span.f, span.x {
    color: #229;
}
span.g, span.p {
    color: #288;
}
span.h, span.q, span.z {
    color: #828;
}
span.i, span.q {
    color: #882;
}

span.m {
    color: #44c;
}
span.n {
    color: #2c4;
}
span.o {
    color: #c22;
}
span.y {
    color: #440;
}
input {
    border: 0px solid #cccccc;
}


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

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

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

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

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

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