	/* Separator line */
hr {
	margin-top: 12px;
	margin-bottom: 28px;
	text-align: center;
	height: 4;
}

	/* Comment-box */
p {
	font-family: Verdana;
	font-size: 8pt;
	text-indent: 3px;
	font-weight: bolder;
	margin-left: 50px;
	margin-top: 22px;
	margin-bottom: 45px;
	padding: 3px;
	padding-bottom: 4px;
	background-color: #DDEE99;
	color: #004477;
	width: 450px;
	border-width: 3px;
	border-color: #DDEE99;
	border-style: outset;
}


	/* 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;
}