#gouest_book .header{
	background-color: #828081;
	color: #fff;
	padding: 4px 10px;
}
#gouest_book .header a{
	color: #fff !important;
	text-decoration: underline;
}
#gouest_book .header a:hover{
	text-decoration: none;
}

#gouest_book .body{
	padding: 15px 10px; 
}
#gouest_book .header .delete_button{
	display: block;
	background: url("img/delete.jpg");
	float: right;
	width: 20px;
	height: 20px;
	margin: -4px -10px 0 0;
}



.forum_form{
	border-collapse: collapse;
	border-spacing: 0px;
	font-size: 10px;
}
.forum_form tr{
}

.forum_form tr ._empty{
	width: 80px;
	background: none;
}

.forum_form tr th,.forum_form tr td {
	background-color: #F2F2F2;
	padding: 0px 10px 0px 5px;
}
.forum_form tr th{
	text-align: left;
	padding: 0px 0px 0px 10px;
}

.forum_form tr td input{
	border: none;
	background: none;
	width: 100px;
	
}
.forum_form tr td textarea{
	border: none;
	background: none;
	margin: 5px 0;
	width: 100%;
	height: 140px;
}
.forum_form .forum_form_spliter td{
	background: none;
	line-height: 5px
}
.forum_form .forum_form_spliter2 td{
	background: none;
	line-height: 10px
}

.forum_form .forum_form_submit td{
	background: none;
}
.forum_form .forum_form_submit a{
	display:block;
	position:relative;
	float:right;
	background: #DC2320;
	height: 10px;
	padding: 5px 10px 5px 10px;
	color: #fff !important;
}
.forum_form tr .notice{
	background: none !important;
}
.forum_form .notice {
	white-space: nowrap;
	vertical-align: top;
	}

.forum_form .notice .errors{
	color: red;
}
.forum_form .notice .success{
	color: green;
}
