* {
	margin:0;
	padding:0;
	outline:none;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#333;
	background-color:#e4e4e4;
}

#container {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-300px;
	margin-top:-250px;
	width:600px;
	border:1px solid #333;
	background-color:#FFFFFF;
}

#titulo {
	width:100%;
	color: #FFFFFF;
	height:30px;
	font-family:'Arial Narrow', Arial, Helvetica, sans-serif;
	line-height:30px;
	background: #0c698e; /* para browsers sem suporte a CSS 3 */
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e77a3', endColorstr='#0a5977'); /* IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#0e77a3), to(#0a5977)); /* webkit browsers */
	background: -moz-linear-gradient(top,  #0e77a3,  #0a5977); /* Firefox 3.6+ */
	border-style: solid;
	border-bottom-width:1px;
	border-top-width:1px;
	border-right-width:0px;
	border-left-width:0px;
	border-color:#0a5977;
}

#barra p {
	padding:0 10px;
	font-family:'Arial Narrow', Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight: bold;
	font-size:13px;
}

#area_login {
	width:100%;
	height:340px;
	background:#ffffff;
}

#area_login label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#000;
	font-weight:bold;
}

#area_login .input {
	width:80%;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	color:#333;
	border: 0px #646464 solid;
	background-color:#ffffff;
	margin-left:7px;
	margin-top:2px;
}

#area_login #bordaInput {
	width:100%;
	height:25px;
	border-style: solid;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-color:#0a5977;
	
}

#area_login #enviar{
	width:80px;
	height:20px;
	margin-top:0px;
	font-family:'Arial Narrow', Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	font-size:13px;
	text-align:center;
	background: #0c698e; /* para browsers sem suporte a CSS 3 */
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e77a3', endColorstr='#0a5977'); /* IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#0e77a3), to(#0a5977)); /* webkit browsers */
	background: -moz-linear-gradient(top,  #0e77a3,  #0a5977); /* Firefox 3.6+ */
	border-style: solid;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-bottom-width:2px;
	border-top-width:2px;
	border-right-width2px;
	border-left-width:2px;
	border-color:#0a5977;
	cursor:pointer;
}

#area_chat {
	width:100%;
	height:402px;
	background:#ffffff;
}

#area_chat #divMensagem{
	width:600px;
	height:340px;
	position:absolute;
	opacity:.5;
	filter:alpha(opacity=60);
	background-color: #FFFFFF;
}

#area_chat #divMensagem #mensagemPosicao{
	margin-left:13px;
}

#area_chat #bordaHistorico {
	width:98%;
	height:240px;
	valign:center;
	margin-left:5px;
	margin-top:5px;
	visibility:visible;
	background-color:#85b5c9;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}

#area_chat #bordaHistorico #Historico {
	width:96%;
	height:240px;
	margin-left:10px;
	margin-bottom:-50px;
	overflow:auto;
}

#area_chat #anexo {
	display:none;
}

#area_chat #entrada {
	width:98%;
	height:100px;
	margin-left:5px;
}

#area_chat #entrada textarea{
	margin:0;
	padding:0;
	width: 98%;
	height:6em;
}

#area_chat #entrada #enviar{
	width:80px;
	height:20px;
	margin-top:0px;
	font-family:'Arial Narrow', Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	font-size:13px;
	text-align:center;
	background: #0c698e; /* para browsers sem suporte a CSS 3 */
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e77a3', endColorstr='#0a5977'); /* IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#0e77a3), to(#0a5977)); /* webkit browsers */
	background: -moz-linear-gradient(top,  #0e77a3,  #0a5977); /* Firefox 3.6+ */
	border-style: solid;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-style: solid;
	border-bottom-width:2px;
	border-top-width:2px;
	border-right-width2px;
	border-left-width:2px;
	border-color:#0a5977;
	cursor:pointer;
}

#area_chat #entrada #sair{
	width:80px;
	height:20px;
	margin-top:15px;
	font-family:'Arial Narrow', Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	font-size:13px;
	text-align:center;
	background: #0c698e; /* para browsers sem suporte a CSS 3 */
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e77a3', endColorstr='#0a5977'); /* IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#0e77a3), to(#0a5977)); /* webkit browsers */
	background: -moz-linear-gradient(top,  #0e77a3,  #0a5977); /* Firefox 3.6+ */
	border-style: solid;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-style: solid;
	border-bottom-width:2px;
	border-top-width:2px;
	border-right-width2px;
	border-left-width:2px;
	border-color:#0a5977;
	cursor:pointer;
}

#area_foraHorario {
	width:100%;
	height:340px;
	background:#ffffff;
}

#area_foraHorario #message {
	widht:98%;
	height:100%;
	margin-top:-3px;
	margin-left:8px;
}

#rodape {
	width:100%;
	height:25px;
	background: #0c698e; /* para browsers sem suporte a CSS 3 */
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e77a3', endColorstr='#0a5977'); /* IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#0e77a3), to(#0a5977)); /* webkit browsers */
	background: -moz-linear-gradient(top,  #0e77a3,  #0a5977); /* Firefox 3.6+ */
	border-style: solid;
	border-bottom-width:1px;
	border-top-width:1px;
	border-right-width:0px;
	border-left-width:0px;
	border-color:#0a5977;
	valign:middle;
}

#rodape #texto{
	position:relative;
	font-family:'Arial Narrow', Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	float:left;
}

.labelPessoa{
	font-family:'Arial Narrow', Arial, Helvetica, sans-serif;
	color:#111;
	font-size:13px;
	text-align:center;
}

.labelHora{
	font-family:'Arial Narrow', Arial, Helvetica, sans-serif;
	color:#111;
	font-size:13px;
	text-align:center;
}

.labelTexto{
	font-family:'Arial Narrow', Arial, Helvetica, sans-serif;
	color:#111;
	font-size:13px;
	font-weight: bold;
}