@charset "UTF-8";
/* CSS Document */

label {
	float: left;
	width: 180px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
	clear: left;
}

textarea {
	width: 300px;
	background-color: #cbd7ee;
	color: #003399;
	font-family: "Times New Roman", Times, serif;
}

input#guest_name {
	background-color: #cbd7ee;
	color: #003399;
	font-size: 1.1em;
	font-family: "Times New Roman", Times, serif;
}

input#guest_name:focus, textarea:focus {
	background-color: white;
}

.captcha {
	display: block;
	margin-left: 190px;
}

input#sign {
	margin-top: 10px;
	margin-left: 190px;
	background-color: #cbd7ee;
}

#sign_gb .gb_nav,
#view_gb .gb_nav {
	font-size: 1.4em;
	font-weight: bold;
	color: #cbd7ee;
}

#sign_gb .gb_nav:visited,
#view_gb .gb_nav:visted {
	color: #cbd7ee;
}

#sign_gb .gb_nav:hover,
#view_gb .gb_nav:hover {
	color: red;
}

#view_gb .gb_entry {
	width: 100%;
	border: 1px solid #003399;
	margin-bottom: 20px;
}

#view_gb h3 {
	text-align: center;
	font-size: 1.8em;
	margin-bottom: 10px;
}

#view_gb p {
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}
