#main {
    margin: auto;
	border: 2px solid #078700;
	width: 160px;
    min-height:330px;
	background: #D8E6A8;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
    border-collapse:collapse;
}

#sender {
   clear:both;   
	border: 1px solid #078700;
	width: 95%;
	background: #D8E6A8;
   font-family: Arial, Helvetica, sans-serif;
   font-weight:bold;
   font-size : 12px;
   padding:2px;
   margin-bottom:10px;
   margin-top:10px;

}

#sender #msg
{
	width:95%;
}

td {
   padding:5px;
}

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

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

}


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

input {
    border: 0px solid #cccccc;
}


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

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

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%;
}