body {
    font-family: "Segoe UI", "Arial", "Helvetica", "sans-serif";
	font-size: 18px;
} 
#area {
    position:relative;
    left:37%;
    top:29%;
    width:320px;
    height:270px;
}
fieldset {
    width:320px;
    padding: 0;
    margin: 0;
}
.messageLog  {
	width: 98%;
	height: 220px;
	margin-left: 0.1em;
	overflow: auto;
}
#area legend {font-size: 2em;}
#LiveRegion1 {
	list-style-type:none;
	margin: 0;
	padding: 0.3em;
}
.chat li{list-style-type: none;}
#texto{
	position: relative;
	left: 37%;
	top: 29%;
	width: 318px;
	height: 50px;
	resize: none;
	overflow: auto;
}
#enviar{
    position: relative;
	left: 37%;
}
#configuracoes{
	position: relative;
	left: 37%;
	top: 29%;
	width: 320px;
}