﻿table.guestbook_insert
{
	border-top: 2px solid #444;
}

table.board_list tbody tr td
{
	color: #777777;
	text-align: center;
	padding: 12px 0;
}

table.guestbook_insert td
{
	padding: 10px;
	border: 1px solid #d7d4bf;
	color: #333333;
	font-weight: bold;
	background: #faf9f3;
}

table.guestbook_insert td.item
{
	font-size: 13px;
}

table.guestbook_insert td span
{
	color: #6fa132;
	padding: 0 10px 0 10px;
}

table.guestbook_insert td input.input
{
	background-color: #FFFFFF;
	border: 1px solid #dfdcca;
	padding: 5px 5px;
	border-radius: 3px;
}

table.guestbook_insert td textarea.textarea
{
	width: 98.4%;
	height: 80px;
	background-color: #FFFFFF;
	border: 1px solid #dfdcca;
	padding: 5px 5px;
	border-radius: 3px;
}

table.guestbook_insert td input.submit
{
	width: 100%;
	padding: 36px 0;
	border: 1px solid #222;
	background: #444;
	color: #fff;
	font-size: 14px;
	border-radius: 3px;
	cursor: pointer;
}


table.guestbook_list
{
	margin-top: 20px;
	border-top: 2px solid #444;
}

table.guestbook_list th
{
	padding: 15px 0;
	border-top: none;
	border: 1px solid #eb9c23;
	color: #333;
	font-size: 13px;
	background: #fdab29;
}

table.guestbook_list td
{
	padding: 15px;
	border-bottom: 1px solid #ccc;
	color: #777;
	background: #fff;
}

table.guestbook_list td.align_center
{
	text-align: center;
}

table.guestbook_list td a.btn-delete
{
	border-radius: 250px;
	border: 1px solid #222;
	color: #fff;
	display: inline-block;
	padding: 2px 10px 3px;
	background: #444;
}

table.guestbook_list td span
{
	color: #6fa132;
	padding: 0 10px 0 10px;
}

table.guestbook_list td input.input
{
	background-color: #FFFFFF;
	border-left: 1px solid #B2B2B2;
	border-top: 1px solid #B2B2B2;
	padding: 5px 5px;
}

table.guestbook_list td input.button
{
	border: 1px solid #B2B2B2;
	padding: 5px 5px;
	background-color: #FFFFFF;
}

dl.board_paging
{
	text-align: center;
}

div.guestbook
{
	position: relative;
}

div#thisShowHide
{
	position: absolute;
	left: 500px;
	top: 50px;
	padding: 20px;
	border: 1px solid #B2B2B2;
	background-color: #EFEFEF;
}

div#thisShowHide span
{
	color: #6fa132;
	padding: 0 10px 0 10px;
}

div#thisShowHide input.input
{
	background-color: #FFFFFF;
	border-left: 1px solid #B2B2B2;
	border-top: 1px solid #B2B2B2;
	padding: 5px 5px;
}

div#thisShowHide input.button
{
	border: 1px solid #B2B2B2;
	padding: 5px 5px;
	background-color: #FFFFFF;
}