.gb_entry, .gb_form, .gb_nav {
	margin: 15px;
	padding: 7px;
	background: #fafbdb;
	border-top: 1px dashed #a3a3a3;
	line-height: 20px;
}

.gb_nav {
	text-align: center;
}

.gb_nav .current {
	color: #8d8d8d;
}

.gb_entry .gb_by {
	border-top: 1px dotted #989898;
	padding-top: 7px;
	margin-top: 7px;
	color: #8d8d8d;
}

.gb_entry .gb_by a {
	color: #8d8d8d;
	border-bottom: 1px dotted #989898;
}

.gb_entry .gb_by a:hover {
	text-decoration: none;
	border-bottom: 1px solid #989898;
}

h2.gb {
	font-size: 12px;
	color: #8d8d8d;
}

.gb_form textarea {
	width: 400px;
}

.gb_form td input {
	width: 250px;
}

.gb_form td {
	vertical-align: top;
}