﻿/*
** Guestbook specific styles
*/

#guestbook {
	width: 700px;
	margin: 0 auto;
}

.gb-message {
	margin-bottom: 10px;
}

.gb-message-header {
	/* border-bottom: solid 1px #404040; */
	/* color: #EBE8E8; */
	color: #FFFFFF;	
}

	.gb-message-poster {
		float: left;
		font-weight: bold;
	}
	
	.gb-message-date {
		float: right;
	}

.gb-message-post {
	background-image: url(../images/corner-tl.gif);
	background-repeat: no-repeat;
	background-color: #EBE8E8;
	color: #404040;
	padding: 5px 15px 5px 10px;
}

/*
** Guestbook
*/ 
#addposting-form {	
	width: 422px;
	margin: 20 0 0 20;
	color: #495778;
}

#addposting-form label {
	
	width: 121px;	
	display: block;
	float: left;
}

#addposting-form input {
	
	width: 300px;	
}


#submit {
	width: 100px !important;
	margin: 10 0 0 0;
	float: right;
}
