.zgb_structure_div {
	width: 500px;
}

.zgb_message_table {
	width: 100%;
	border: 0px;
	padding: 0px;
	border-collapse: separate; 
	border-spacing: 0px;
}

.zgb_message_fade {
	height: 5px;
	background-image: url('../pics/fade.png');
	background-repeat: no-repeat;
	padding: 0px;
}

.zgb_message_bottom {
	height: 3px;
	background-image: url('../pics/bottom.png');
	background-repeat: no-repeat;
	padding: 0px;
}

.zgb_msg_timestamp {
	text-align: right;
	font-size: 75%;
	margin-top: 6px;
	padding-right: 3px;
	padding-bottom: 0px;
}

.zgb_message_header_bar {
	height: 27px; 
	padding-left: 8px;
	padding-right: 8px;
	text-align: left;
	background-image: url('../pics/top.png');
	background-repeat: no-repeat;
	color: #606060;
}

.zgb_message_header_bar_high {
	height: 27px; 
	padding-left: 8px;
	padding-right: 8px;
	text-align: left;
	background-image: url('../pics/top.png');
	background-repeat: no-repeat;
	color: red;
	font-weight: bold;
}

.zgb_message_bar {
	text-align: justify;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: url('../pics/content.png');
	background-repeat: repeat-y;
	color: #707070;
}

.zgb_replies_field {
	text-align: left;
	background-image: url('../pics/content.png');
	background-repeat: repeat-y;
	color: #707070;
}

.zgb_reply_header_bar {
	color: #606060;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	border-top: 1px dotted #9c9c9c; 
	margin: 0px;
}

.zgb_reply_bar {
	text-align: justify;
	padding-top: 0px;
	padding-bottom: 6px;
	padding-left: 20px;
	padding-right: 8px;
	margin: 0px;
}
