#header {
	height: 600px;
	position: relative;
	background-image: url(img/bg-header-livredor.jpg);
	background-position: 0px 70px;
	background-repeat: no-repeat;
}


.guestbooksep {
	height:1px;
	border-top: solid 1px #999;
	background-color: #999;
	border-bottom: 1px solid #CCC;
	overflow:hidden;
	margin: 0 10px;
}

.guestbookinput {
	height: 20px;
	padding-bottom: 20px;
	font-size: 25px;
	width: 300px;
	border-width:  1px;
	border-style: solid;
	border-color: #CCC;
}

.guestbookmessage {
	height: 200px;
	padding-bottom: 20px;
	font-size: 16px;
	width: 550px;
	border-width:  1px;
	border-style: solid;
	border-color: #CCC;
}

.guestbooksubmit {
	width: 200px;
	height: 50px;
	margin-left: 500px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 25px;
}

.guestbookentry .from {
	font-family: "Times New Roman";
	font-size: 20px;
	font-weight: bold;
	padding: 0 30px;
}

.guestbookentry .message {
		font-family: "Times New Roman";
	font-size: 16px;
	padding: 0 40px;
}