	
	
 form {
	position: relative;
   float: left;
	}
	
	 
#tbl_message table {

	
	border-spacing: 0px;
	border-collapse: collapse;

	}
 
#tbl_message td {
	width: 120px; 
	border : 1px solid Orange;
	padding-left: 5px;
	text-align: left;
	font-size:11px; 
	padding-right: 5px;
}

#tbl_message ul {
	list-style-type: disc;
	margin-left:20px;
}

#tbl_message li {
 
	font-size:11px;
	padding:2px;
	
}

#tbl_message th {
	color: Maroon;
	text-align: center;
	border: 1px solid Orange;
	color: #8E6100;
	background: #FFC448;
	width: 220px;
} 

#tbl_message .messagetxt {
	text-align : left;
	background-color: #F2F2F2;
}

#tbl_message .sepmessage {
	border-bottom: 3px solid orange;
	width:650px;
}

#tbl_message .msgoptions {
	width: 200px;
}

#tbl_message a { 
	font-size:11px;
}

#tbl_message b { 
	font-size:10px;
}

#tbl_message form {
	position: relative;
	float: left;
}

#tbl_message textarea  {
	border: 1px solid orange;
	width: 460px;
	height:100px;
	background-color: #FAFAFA;
	padding: 5px;
}

