/* screen.cms_module_guestbook [list] */
.guestbook_list_name {
margin: 0px 0px 5px 0px;
font-size: 1.2em;
}

.guestbook_list_name a, .guestbook_list_name a:link, .guestbook_list_name a:visited, .guestbook_list_name a:active {
text-decoration: none;
color: #261a83;
}

.guestbook_list_name a:hover {
text-decoration: underline;
color: #fde03d;
}

.guestbook_list_notice {
margin: 0px;
text-align: justify;
font-size: 1em;
}

.guestbook_list_notice p {
margin-bottom: 5px;
}

.guestbook_list_notice img {
float: left;
margin: 5px 5px 0px 0px;
}

.guestbook_list_footer {
margin: 0px 0px 50px 0px;
}

.guestbook_list_link {
float: left;
font-size: 1em;
}

.guestbook_list_created_date {
float: right;
color: #463aa3;
}

.guestbook_list_navigation {
margin-bottom: 0px;
padding-top: 6px;
border-top: 1px solid #463aa3;
text-align: center;
}
/* /screen.cms_module_guestbook [list] */

/* screen.cms_module_guestbook [detail] */
h1.guestbook_name {
margin: 0px 0px 5px 0px;
font-size: 1.3em;
color: #261a83;
}

table.guestbook_communication {
margin-bottom: 20px;
}

table.guestbook_communication th {
font-weight: normal;
}

.guestbook_footer {
clear: both;
margin: 10px 0px 35px 0px;
}

.guestbook_link {
float: left;
font-size: 1em;
}
/* /screen.cms_module_guestbook [detail] */

/* screen.cms_module_guestbook */
table.guestbook {
margin: 0px;
border: 1px solid #463aa3;
width: 100%;
}

table.guestbook th {
border: 1px solid #463aa3;
padding: 5px;
width: 27%;
text-align: left;
vertical-align: middle;
font-weight: normal;
color: #261a83;
}

table.guestbook td {
border: 1px solid #463aa3;
padding: 5px;
text-align: left;
}

table.guestbook thead th {
padding: 5px;
vertical-align: middle;
font-weight: bold;
}

table.guestbook thead td {
font-size: 0.9em;
color: #463aa3;
}

table.guestbook tbody td input, table.guestbook tbody td select, table.guestbook tbody td textarea {
padding: 0px 0px 0px 3px;
font-size: 1em;
}

.guestbook_error {
font-weight: bold;
color: #930d19;
}

table.guestbook tbody th.guestbook_required {
font-weight: bold;
}

table.guestbook tfoot td {
}

.guestbook_button {
margin: 0px 0px 0px 135px;
border: 1px solid #fffff0;
height: 1.7em;
color: #fffff0;
background-color: #261a83;
}
/* /screen.cms_module_guestbook */

