body {
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #ffffff;
	margin: 20;
	padding: 0;
	-webkit-font-smoothing: antialiased;
}

.guestbook_box {
	width: 99%;
}

.guestbook_box .entry_box {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 3px solid #C2C2C2;
}

.entry_text {
	font-style: italic;
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	line-height: 22px;
}

.guestbook_box .author_info {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	text-transform: uppercase;
	color: #b2b2b2;
	border-top: 1px dotted #C2C2C2;
	padding-top: 10px;
	margin-top: 10px;
}

.guestbook_box .author_info .name {
	font-weight: bold;
	margin-right: 20px;
	color: #404040;
}

.guestbook_box .text_field_input {
	font-family: Helvetica, Arial, sans-serif;
	border: 1px solid #b3b8bf;
	color: #5A5A5A;
	width: 298px;
	font-size: 14px;
	padding: 5px;
	border-radius:			3px 3px 3px 3px;
	-webkit-border-radius:	3px 3px 3px 3px;
	-moz-border-radius:		3px 3px 3px 3px;
	margin: 0px;
}

.guestbook_box .textarea_input {
	font-family: Helvetica, Arial, sans-serif;
	border: 1px solid #b3b8bf;
	color: #5A5A5A;
	width: 298px;
	height: 100px;
	font-size: 14px;
	border-radius:			3px 3px 3px 3px;
	-webkit-border-radius:	3px 3px 3px 3px;
	-moz-border-radius:		3px 3px 3px 3px;
}

.generic_button:link, .generic_button:visited, .generic_button:active {
	height: 30px;
	padding: 10px;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	background-color: #0039c8;
	white-space: nowrap;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	border: none;
	cursor: pointer;
	border-radius:			3px 3px 3px 3px;
	-webkit-border-radius:	3px 3px 3px 3px;
	-moz-border-radius:		3px 3px 3px 3px;
}

.generic_button:hover {
	background-color: #666666;
}

.guestbook_box .header_box {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 3px solid #C2C2C2;
}

.guestbook_box .header_box h1 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: normal;
}

.guestbook_box .footer_box {
	float: left;
	width: 100%;
	text-align: left;
}

.messageboard_footer {
	width: 100%;
	height: 45px;
	text-align: right;
	border-top: 1px solid #404040;
}

.generic_submit_button {
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	background-color: #0039c8;
	white-space: nowrap;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	border: none;
	cursor: pointer;
	border-radius:			3px 3px 3px 3px;
	-webkit-border-radius:	3px 3px 3px 3px;
	-moz-border-radius:		3px 3px 3px 3px;
}

.generic_submit_button:hover {
	background-color: #666666;
}
.guestbook_box legend {
	font-size: 14px;
	font-style: italic;
}

.guestbook_box fieldset {
	border: 0px;
}

.guestbook_box .guestbook_composer {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.guestbook_composer li {
	width: 80%;
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: 3px solid #C2C2C2;
}

.guestbook_composer li.required_flag {
	border-left: 3px solid #ff0000;
}

.guestbook_composer label {
	float: left;
	display: block;
	width: 200px;
	line-height: 30px;
	font-weight: bold;
}

.guestbook_composer .captcha {
	float: left;
	margin-right: 10px;
}

.guestbook_composer .captcha_field {
	width: 138px;
}

.error {
	color: #ff0000;
}