#guestForm {
}
#guestForm label {
	display: block;
}
#guestEntries {
}
#center h3 {
	color: #000;
	background: #fae2bb;
	height: 25px;
	width: 100%;
	padding: 6px 0 0 10px;
	font-weight: bold;
	text-align: center;
}
#center h3 a {
	font-size: 0.83em;
	position: absolute;
	margin-left: 140px;
	text-decoration: none;
	color: #c3044c;
	background: url(/img/plus.gif) no-repeat 0 4px;
	padding-left: 13px;
}
#center form table {
	width: 100%;
}
#center form td {
	padding: 3px;
}
#center input, #center textarea {
	width: 100%;
}
#center .submit {
	float: right;
}
#center dt {
	background-color: #d0d0d0;
	padding: 8px 20px;
}
#center dd {
	margin: 3px 0 15px 0;
	background-color: #ececec;
	padding: 8px 20px;
}
