.guestBookDetail textarea{
    width: 640px;
    height: 120px;
	vertical-align: middle;
	font-size: 12px;
	background:#eee ;
	resize: none;
	padding:5px 5px 5px 0px;
	text-indent: 15px;
	text-align: justify;
	border-radius:5px;
	color: black;
}
.guestBookList{
	display: inline-block;
	vertical-align: top;
	width: 326px;
	margin-right: 80px;
}
.guestBookDetail{
	display: inline-block;
	width:650px;
}

.guestBook-content{
	width: 1100px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom:20px;
}
.viewPort-left-p {
    display: inline-block;
    width: 100%;
	padding: 6px 10px;
	text-align: left;
	background: url(/r/public/vote/img/sh_h3.jpg) left center no-repeat;
	font-weight: bold;
	border-bottom: 3px double #000;
}
.viewPort-left-list a{
	width: 300px;
	border-bottom: 1px solid #c7c7c7;
	display: inline-block;
	padding-left: 5px;
	line-height: 30px;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 15px;
}
.viewPort-left-list a:hover{
	font-size: 12px;
}
.vote-title-span{
	font-weight: 600;
	font-size: 14px;
	margin-bottom:5px;
	margin-left: 5px;
}
.vote-title-div{
	margin-top:20px;
}

#add{
    float: right;
    width: 75px;
    height: 32px;
    color: #fff;
    font-size: 14px;
    background: #fe6e28;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    font-size: 14px;
    padding-top: 6px;
    margin-top: -3px;
}
.vote-text-css{
	width: 500px;
	background: #eee;
	display: inline-block;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	text-indent: 15px;
	color: black;

}
