*{
	padding:0;
	margin:0;
	font-family:Calibri, Verdana, Geneva, sans-serif
}

h1{
	font-size:16px;
	color:#063;
	margin-left:10px;
	margin-top:10px;
}

p{
	font-size:12px;
	color:#666;
	line-height:14px;
}

.campos{
	font-size:12px;
	border:#CCCCCC 1px solid;
}

.bloqueada{
	font-size:12px;
	color:#666;
	background:#fecece;
	line-height:14px;
}

.ok{
	font-size:14px;
	color:#fff;
	background:#66CC99;
	cursor:hand;
	margin-left:4px;
	margin-right:6px;
	padding:2px;
}

body{
	background:#033
}

#Mae{
	position:absolute;
	width:800px;
	height:569px;
	background:#FFF;
	left:50%;
	margin-left:-400px;
	top:50%;
	margin-top:-284.5px;
}

#Cabeca{
	position:relative;
	width:800px;
	height:60px;
	background:url(imagens/cabeca_chat.gif)
}

#Video{
	position:relative;
	width:393px;
	height:285px;
	background:url(imagens/fundo_video.gif);
	margin-left:8px;
	margin-top:8px;
	float:left;
}

#PlayerVideo{
	margin-left:12px;
	margin-top:8px;
}

#Mensagens{
	position:relative;
	width:380px;
	height:280px;
	float:left;
	margin-left:8px;
	margin-top:8px;
}

#RollMensagens{
	position:relative;
	width:370px;
	height:230px;
	overflow:auto;
	margin-left:12px;
	margin-top:8px;
}

#RollMensagens p{
	font-size:12px;
	color:#666;
	padding-bottom:10px;
	padding-top:10px;
	line-height:15px;
	border-bottom:1px #CCC dotted;
}

#RollMensagens .nome{
	font-size:15px;
	padding-top:10px;
	color:#666;
	line-height:15px;
	font-weight:bold;
	color:#036;
}


#InputMensagem{
	position:relative;
	width:480px;
	height:200px;
	margin-left:8px;
	margin-top:8px;
	float:left;
	background:#ffffcc;
}

#txtMensagem{
	margin-top:10px;
	margin-left:20px;
	width:430px;
	border:#F90 1px solid;
}

#Status{
	font-size:10px;
	color:#900;
}

#btEnviar{
	background:#09C;
	border:#06F;
	width:60px;
	margin-top:10px;
	margin-left:20px;
}

#btApagar{
	background:#F03;
	border:#900;
	width:60px;
	margin-top:10px;
	margin-left:260px;
	color:#FFF;
	width:120px;
}

#Participantes{
	position:relative;
	width:295px;
	height:200px;
	margin-left:8px;
	margin-top:8px;
	float:left;
	background:#e0edfb;
}

#RollParticipantes{
	position:relative;
	width:278px;
	height:150px;
	overflow:auto;
	margin-left:12px;
	margin-top:8px;
}


#RollParticipantes p{
	font-size:12px;
	color:#666;
	padding-bottom:5px;
	padding-top:5px;
	line-height:15px;
	border-bottom:1px #CCC dotted;
}


