@charset "utf-8";
/* CSS Document */

/*--------------------------------------------*/

div.paginacao {
	width: 516px;
	float: left;
}

div.guestbook {
	width: 516px;
	float: left;
	margin-top: 10px;
}

	div.guestbook div.top {
		width: 100%;
		height: 13px;
		overflow: hidden;
		background-image: url(../img/site/guestbook_top.jpg);
		background-repeat: no-repeat;
	}
	
	div.guestbook div.center {
		width: 486px;
		background-color: #333;
		min-height: 420px;
		padding: 0px 15px;
	}
	
		div.guestbook div.center div.comment {
			width: 100%;
			padding: 10px 0px;
			border-bottom: 1px solid #222;
			border-top: 1px solid #444;
		}
		
			div.guestbook div.center div.comment h4 {
				font-size: 14px;
				font-weight: bold;
			}
			
			div.guestbook div.center div.comment h5 {
				color: #ffcc00;
				font-size: 11px;
			}
			
			div.guestbook div.center div.comment p {
				padding-top: 5px;
			}
		
		div.guestbook div.center div.first {
			border-top: none;
		}
		
		div.guestbook div.center div.last {
			border-bottom: none;
		}
	
	div.guestbook div.bottom {
		width: 100%;
		height: 13px;
		overflow: hidden;
		background-image: url(../img/site/guestbook_bottom.jpg);
		background-repeat: no-repeat;
	}
	
.margin-top {
	margin-top: 10px;
}

div.formbox {
	float: right;
}

p.captcha {
	text-align: center;
}

	p.captcha img {
		border: 5px solid #222;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		margin-top: 5px;
	}
	
	p.captcha a {
		margin: 5px 0px;
	}
	
div.hidden {
	display: none;
}
