@charset "utf-8";
/* CSS Document */

div.entryContainer {
	width: 80%;
	margin: 10px auto;
	border: 1px dashed #000000;
	position: relative;
	
	font-size: 10px;
	font-family: Tahoma, Arial;
}

div.author {
	color: #000000;
	font-weight: bold;
	float: left;
	margin-left: 5px;
	height: 20px;		
	line-height: 20px;
	vertical-align: middle;
}

div.date {
	color: #000000;
	font-weight: bold;
	float: right;
	margin-right: 5px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}

div.message {
	color: #000000;
	border-top: 1px dashed #000000;
	padding: 5px;
	margin-top: 20px;
}

input.reply {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-top: 3px;
	margin-left: 3px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	line-height: 15px;
	vertical-align: middle;
	height: 15px;
	border-top:	1px dashed #000000;
	border-left: 1px dashed #000000;
	border-bottom: none;
	border-right: none;
	width: 9em;
}

div#guestbookReplyContainer {
	border: 1px dashed #000000;
	background-color: #f8f8ff;
	overflow: hidden;
}

div.closeX {
	position: inherit;
	right: 0;
	float: right;
	border-left: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
	width: 15px;
	height: 15px;
	background-image: url(images/closeX.png)
}
