.feedback-head{
	background:url(../img/tops1.gif);
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 25px;
	width: auto;
	height: 90px;
	line-height: 35px;
}

.feedback-head .page{
	float: right;
}

.feedback-content-wrap{
	background: #f9f9f9;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 20px;
	width: auto;
	height: auto;
	display:none;
}

.feedback-content-wrap .feedback-content{
	width: auto;
	height: auto;
}

.feedback-content .feedback-title{
	margin-top: 15px;
	width: auto;
	height: 35px;
	line-height: 35px;
}

.feedback-content .feedback-title .page{
	float: right;
}

.feedback-content .feedback-list{
	background:#f9f9f9;
	position: relative;
	box-sizing:border-box;
	padding: 10px;
	padding-left: 60px;
	width: auto;
	min-height: 60px;
}

.feedback-content .feedback-list .photos{
	position:absolute; 
	left:10px;
	top: 10px;
}


.feedback-content .feedback-list p {
	font-size: 13px;
	color:#999;
	line-height: 1.5em;
	margin: .5em 0;
	word-wrap: break-word;
}



.feedback-content .feedback-list p.feedback-user,
.feedback-content .feedback-list p.feedback-label {
	margin:0;
	font-size: 13px;
	color: #333;
	word-wrap: break-word;
}

.feedback-content .feedback-list .reply_info{
	position: relative;
	margin: 5px 0;
	padding: 10px 0;
	border-top: 1px dashed #e5e5e5;
	padding-left: 50px;
	/*height: 50px;*/
	color:#eee;
}

.feedback-content .feedback-list .reply_info img{
	position: absolute;
	left: 0;
	width: 30px;
	height: 30px;
}

.feedback-content .feedback-list p.reply_default{
	border: 1px solid #ddd;
	padding: 5px;
	width: 400px;
	display: none;
}

.feedback-content .feedback-list .reply {
	cursor: pointer;
}

.feedback-content .feedback-list .reply_wrap {
	display: none;
}

.reply_wrap .form{
	position: relative;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 402px;
	min-height: 80px;
}

.reply_wrap .form textarea{
	display: block;
	border: 0px;
	border-bottom: 1px solid #ddd;
	box-sizing:border-box;
	padding: 5px;
	outline: none;
	width: 400px;
	height: auto;
	min-height: 50px;
}

.reply_wrap .form button{
	background: none;
	border: 0px;
	border-right: 1px solid #ddd;
	width: 60px;
	height: 30px;
}

.reply_wrap .form button[class=cancel]{
	background: none;
	border: 0px;
	width: 60px;
	height: 30px;
	color: #ccc;
}

.reply_wrap .form .countmsg{
	position: absolute;
	right: 5px;
	line-height: 30px;
	color: #ccc;
	font-weight: normal;
}

.feedback-list .photosbox{
	position: absolute;
	top:10px;
	left: 10px;
	box-shadow: 0 1px 3px hsla(0, 0%, 0%, 0.22);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 30px;
	height: 30px;
}


.feedback-content-wrap .feedback-form{
	padding: 0 0;
	width: auto;
	/*min-height: 130px;*/
}

.feedback-form .form{
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: auto;
	min-height: 130px;
	display:none;
}

.feedback-form .form textarea{
	background:#f9f9f9;
	display: block;
	margin-bottom:0;
	border: 0px;
	border-bottom: 1px solid #ddd;
	box-sizing:border-box;
	padding: 5px;
	outline: none;
	width: 100%;
	height: auto;
	min-height: 100px;
	color:#333;
}

.feedback-form .form button{
	background: #5BC0DE;
	border: 0px;
	border-left: 1px solid #ddd;
	width: 100px;
	height: 30px;
	color:#fff;
	float: right;
}

.feedback-content .feedback-footer{
	background:#EEE;
	margin-bottom: 15px;
	box-sizing: border-box;
	padding: 0 25px;
	width: auto;
	height: 35px;
	line-height: 35px;
}

.feedback-content .feedback-footer .page{
	float: right;
}

.feedback-content-wrap .feedback-write{
	padding: 20px;
	width: auto;
	min-height: 130px;
}
.feedback-write ul{ border:0px solid #ddd;}
.feedback-write li{ position: relative; padding:5px 5px 5px 100px; min-height: 30px; line-height: 30px;}
.feedback-write li label{ position: absolute; left: 0px !important; top: 50%; margin-top: -15px; font-size: 14px; color: #666; font-weight:normal;} 


.commoncon{
	padding: 0 !important;
}