#main {
    margin: 3px auto;
	width: 250px;
    min-height:150px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
    border-collapse:collapse;
}

/* Message Box */
#sender {
    clear:both;   
	width: 200px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
    padding:2px;
    margin-bottom:10px;
    margin-top:10px;
}

	#msg
	{
		border: 2px solid #4952af;
	}

td {
   padding:5px;
}

/* Chat Window */
#result {
	border: 1px solid #4952af;
	height: 60px;
	width: 200px;
    text-align:left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
    padding:2px;
    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: 1px solid #cccccc;
	margin: 0 0 5px 0;
}


#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:bold;
    font-size:12px;
    /* color:#333; */
	color: #192d94;
}

.txt_guest {
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:12px;
    /* color:#333; */
	color: #000000;
}

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