#zmptshout_caixa {
	display: block;
	height: 250px;
	overflow: auto;
	background: #ffffff;
	border: #aaaaaa solid 1px;
}

#zmptshout_caixa span { /* última msg */
	display: block;
	padding: 2px;
	margin-bottom: 2px;
	background: #eeeeee;
	border-bottom: #ccccff solid 1px;
}

#zmptshout_caixa .nome { /* nome */
	display: block;
	padding-left: 2px;
	color: #0000aa;
	font-weight: normal;
	text-decoration: none;
}
#zmptshout_caixa .nome:hover {
	color: #0000aa;
	font-weight: normal;
	text-decoration: underline;
}

#zmptshout_caixa .ipmensagem { /* ip de quem criou mensagem */
	display: block;
	color: #444477;
	font-size: 9px;
	text-align: center;
}

#zmptshout_caixa u { /* anónimo */
	display: block;
	padding-left: 2px;
	color: #aa0000;
	text-decoration: none;
	font-weight: normal;
}

#zmptshout_caixa b { /* lista msg cor1 */
	position: relative;
	display: block;
	padding: 2px;
	margin-bottom: 2px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	background: #dddddd;
}

#zmptshout_caixa i { /* lista msg cor2 */
	position: relative;
	display: block;
	padding: 2px;
	margin-bottom: 2px;	
	color: #222222;
	text-decoration: none;
	font-style: normal;
	background: #cccccc;
}

.zmptshout_linkmsg {
	display: inline;
	padding: 0 2px 0 2px;
	color: #007700;
	text-decoration: none;
}
.zmptshout_linkmsg:hover {
	color: #22aa22;
	text-decoration: none;
}

#zmptshout_ultimamensagem b {
	display: block;
	margin: 0;
	padding: 0;
	color: #666666;
	font-size: 9px;
	font-weight: normal;
	background: #ffffff;
}

#zmptshout_ultimamensagem i {
	display: block;
	margin: 0;
	padding: 0;
	color: #444444;
	font-size: 10px;
	font-style: italic;
	text-align: center;
	background: #ffffff;
}

#zmptshout_caixa .Ʊ {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 8px;
	height: 8px;
	font-family: sans-serif;
	font-size: 9px;
	font-weight: bold;
	line-height: 6px;
	text-align: center;
	color: #aaaaaa;
	background: #001020;
	border: #333333 solid 1px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
}
#zmptshout_caixa .Ʊ:hover {
	background: #0d4487;
}

#zmptshout_caixa .Ʊmenu {
	position: relative;
	display: block;
	padding: 2px 0 5px 0;
	background: #001020;
	border: #333333 solid 1px;
	border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5x;
	-webkit-border-bottom-right-radius: 5px;
}

#zmptshout_caixa .Ʊmenuop {
	display: block;
	padding: 2px;
	color: #ffffff;
	font-size: 9px;
	text-align: center;
	text-decoration: none;
	background: #001020;
	cursor: pointer;
}
#zmptshout_caixa .Ʊmenuop:hover {
	color: #ffffff;
	text-decoration: none;
	background: #0d4487;
}


.zmptshout_botao { /* botão que aparece antes de poder escrever uma nova mensagem */
	display: block;
	padding: 5px;
	margin: 3px;
	font-size: 10px;
	font-weight: bold;
	color: #4694c2;
	text-align: center;
	text-decoration: none;
	background: #001020;
	border: #042143 solid 1px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	cursor: pointer;
}
.zmptshout_botao:hover {
	font-weight: bold;
	color: #4694c2;
	text-decoration: none;
	background: #041a31;
}

.zmptshout_botao b { /* mensagem de aviso */
	display: block;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #ffffff;
	text-decoration: blink;
	border-bottom: #042143 solid 1px;
}

#zmptshout_inputs label {
	display: block;
}

#zmptshout_inputs input {
	display: block;
	width: 90%;
	padding: 3px;
	margin: 0 0 5px 5px;
	color: #000000;
	background: #eeeeee;
	border: #777777 solid 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#zmptshout_inputs textarea {
	display: block;
	width: 90%;
	padding: 3px;
	margin: 0 0 5px 5px;
	color: #000000;
	background: #eeeeee;
	border: #777777 solid 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


#zmptshout_janelalog {
	position: absolute;
	left: 0;
	top: 0;
	width : 100%;
	height: 100%;
	background: #001020;
}

#zmptshout_logcontrol {
	position: relative;
	display: block;	
	width: 100%;
	height: 25px;
	margin-top: 5px;
	text-align: right;
}

#zmptshout_logtexto {
	position: relative;
	display: block;
	margin : 10px;
	padding: 5px;
	color: #222222;
	font-size: 12px;
	background: #dddddd;
}

#zmptshout_logdata {
	display: inline-block;
	padding: 4px 6px 4px 6px;
	margin-right: 10px;
	font-size: 10px;
	font-weight: bold;
	width: 150px;
	color: #66B4E2;
	text-align: center;
	background: #203040;
	border: #042143 solid 1px;
	float: right;
}

#zmptshout_logcontrol a {
	display: inline-block;
	padding: 4px 6px 4px 6px;
	margin-right: 10px;
	font-size: 10px;
	font-weight: bold;
	color: #66B4E2;
	text-align: center;
	text-decoration: none;
	background: #203040;
	border: #042143 solid 1px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	cursor: pointer;
	float: right;
}
#zmptshout_logcontrol a:hover {
	font-weight: bold;
	color: #66B4E2;
	text-decoration: none;
	background: #243a41;
}
