html {
	overflow-y: hidden;
}

embed {
	display: none;
}

#wrap {
	width: 100%;
	height: 100%;	
}

#content {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.wrapper_right #innercontent {
	height: 100%;
	overflow-y: scroll;
}

.wrapper_right .sidebar {
	height: 100%;
	background-color: #E9E9E9;
}

#main {
	width: 100%;
	height: 100%;
}

#head {
	width: 100%;
	height: 30px;
}

#entrystatus {
	float: right;
	line-height: 30px;
}

#buttons {
	display: block;
}

#buttons span {
	font-size: 14px;
}

#buttons .val1 {
	color: #F09300;
	padding-right: 10px;
}

#buttons .val2 {
	color: #13C900;
	padding-right: 10px;
}

#buttons .val3 {
	color: #565656;
}

#spanAppraise {
	padding-top: 5px;
	margin-top: 5px;
}

#commentarea {
	overflow: hidden;
}

#comments {
	overflow-y: scroll;
}

#comments::-webkit-scrollbar {
	/* 1 */
	width: 5px;
}

#comments::-webkit-scrollbar-button {
	/* 2 */
	display: none;
}

#comments::-webkit-scrollbar-track {
	/* 3 */
	background:#d6d6d6;
}

 #comments::-webkit-scrollbar-thumb {
	background:#999;
}

#comments ul {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 100%;
}

#comments li {
	padding: 4px;
}

#comments li img {
	float: left;
}

#comments li .avatar {
	width: 32px;
	height: 32px;
	border: 1px solid #ccc;
}

#comments li .cntframe {
	margin-left: 38px;
}

#comments li .date {
	color: #999;
}

#comments li .comment {
	color: #666;
}

#comment_push {
	padding: 5px;
}

#comment_push .num {
	text-align:right;
}

#comment_push .input {
	width:100%;
	_width:300px;
	padding-bottom: 5px;
}

#comment_push .input .textarea_fix {
	margin-right:12px;
}

#comment_push .input textarea {
	width:100%;
	line-height:20px;
	padding:5px;
	font-family:Tahoma,宋体;
	font-size:14px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
}

#comment_push .btn_area {
	text-align:right;
}

#viewtitle {
	background-color: #7B7B7B;
	color: #FFF;
	padding: 3px;
	text-align: left;
	font-weight: bold;
	clear: both;
	margin-bottom: 5px;
}

#viewbutton {
	padding: 5px;
}

#viewbutton button {
	font-size: 14px;
	margin-right: 10px;
}

.button-val1 {
	background-color: #FFFABE;
	color: #F09300;
}

.button-val2 {
	background-color: #E2FFAB;
	color: #13C900;
}

.button-val3 {
	background-color: #D4D4D4;
	color: #565656;
}
