@charset "UTF-8";

.content_detail {
	width: 960px;
	height: auto;
	position: relative;
	left: 50%;
	margin-left: -480px;
	float: left;
	color: #666;
	border: 1px solid #dcdcdc;
	margin-top: 20px;
	color: #000;
}

.content_top {
	padding: 10px 0 10px 20px;
	font-weight: bold;
	background-color: #F9F9F9;
	border-bottom: 1px solid #dcdcdc;
}

.content_feedback {
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom:30px;
}
.feedback div{
	line-height:25px;
}

.feedback textarea {
	width: 800px;
	height: 180px;
	border: 1px solid #CCC;
	padding-left: 10px;
	margin-top:10px;
}
.contact{
	margin-top:20px;
}

.contact div{
	line-height:25px;
}

.contact input{
	width: 300px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #CCC;
    padding-left: 10px;
	margin-top:10px;
}

.submit_feedback{
	margin-top:20px;
}

.submit_feedback a{
	color:#fff;
	padding:5px 10px;
	background-color:#3A8DFF;
	cursor:pointer;
}

.submit_feedback a:hover{
	background:#1E78FF;
}