.message {
	background-color: white;
	border: 2px #fbde1f solid;
	width: 600px;
}

table.message td {
	border: 1px #fbde1f solid;
}

.message .left {
	background-color: white;
	width: 150px;
}

.msg_table {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	border: 2px #fbde1f solid; 
	background: #fdfd8f;
	background-image: url(../images/info.png);
	background-repeat: no-repeat;
	background-position: 10px;
	padding-right: 10px;
	text-align: center;	
}

.msg_table td {
	*text-align: center;
}

table.conversation_table {
}

table.conversation_table {
	background-color: white;
	border: 2px #f48e20 solid;
	width: 600px;
}

table.conversation_table td {
	border: 1px #f48e20 solid;
}

