.zgb_structure_div {
	width: 500px;
}

.zgb_message_table {
	width: 100%;
	border: 0px;
	padding: 0px;
	border-collapse: separate; 
	border-spacing: 0px;
        background-color:#CCCCCC;
}

.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: 80%;
	margin-top: 6px;
	padding-right: 3px;
	padding-bottom: 0px;
}

.zgb_message_header_bar {
        font-size:14px;
	height: 27px; 
	padding-left: 8px;
	padding-right: 8px;
	text-align: left;
	background-image: url('../pics/top.png');
        background-color:#0B3861;
	background-repeat: no-repeat;
	color: #FFFF33;
}

.zgb_message_bar {
        font-size:14px;
	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: #000000;
}

.zgb_replies_field {
        font-size:14px;
	text-align: left;
	background-image: url('../pics/content.png');
	background-repeat: repeat-y;
	color: #000000;
}

.zgb_reply_header_bar {
	color: #000000;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	border-top: 1px dotted #CCCCFF
	margin: 0px;
}

.zgb_reply_bar {
	text-align: justify;
	padding-top: 0px;
	padding-bottom: 6px;
	padding-left: 20px;
	padding-right: 8px;
	margin: 0px;
}

