/**
 Extending Rules
 :BEGIN
**/
.box_inner {
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
}

.guestbook_column_left {
	margin-right: 480px;
}

.guestbook_column_right {
	float: right;
	width: 450px;
}

.guestbook_column_right .box_inner {
	padding-bottom: 1em;
}

.guestbook_modify {
	margin: 0 auto;
	width: 60%;
}
/**
 :END
 Extending Rules
**/

.error_box {
	margin-top: 1em !important;
}

.guestbook_textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize: none;
	width: 100%;
}

.guestbook_inputtext {
	width: 75%;
}

.guestbook_formcontrols {
	margin: 1em 0 0 .2em;
}

.guestbook_entry_info {
	background-image: url('darken_20.png');
	margin: 0 5px;
	padding: 0 5px .2em;
}

.guestbook_entry_second {
	padding-left: .2em;
	
	color: #a6a6a6;
	font-size: 80%;
	letter-spacing: 0;
	line-height: 105%;
}

.guestbook_entry_second a {
	color: #a6a6a6;
}

.guestbook_entry_green, .guestbook_entry_orange {
	height: 2px;
	margin-top: 4px;
}

.guestbook_entry_green {
	background-color: #9ec105;
}

.guestbook_entry_orange {
	background-color: #f08b17;
}

.guestbook_entry_title {
	background-image: url('darken_20.png');
	cursor: default;
	margin: 0 5px;
	padding: .2em 5px;
	position: relative;
	
	letter-spacing: .5px;
}

.guestbook_entry_number {
	cursor: default;
	position: absolute;
	right: 4px;
	top: 5px;
	
	color: #333333;
	font-family: Tahoma;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
}

.guestbook_entry_separator {
	border: 0;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 14px 0;
	overflow: hidden;
	padding: 0;
}

.guestbook_entry_text {
	margin: .5em 1em;
}

.guestbook_waitnotice {
	display: block;
	margin-top: .8em;
	
	color: #a6a6a6;
	font-size: .8em;
	line-height: 1em;
}