	/* Separator line */
hr {
	margin-top: 12px;
	margin-bottom: 28px;
	text-align: center;
	height: 4;
}

	/* Comment-box */


	/* Colour of heading, Spacings to border and Border style (because of black background) */
.chatsaves {
	color: #EFEFFF;
	background-color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-left: #FFFFFF 1px solid;
	border-right: #FFFFFF 2px solid;
	border-bottom: #FFFFFF 2px solid;
}

	/* Positioning of Picture in top right - no table-cell to put it in. */
div.picture-cs {
	position: relative;
	top: 12px;
	left: -5px;
	float: right;
	clear: none;
	padding-left: 19px;
	padding-top: 1px;
}