@CHARSET "UTF-8";
#feedback {
	width:690px;
	float:left;
	margin:0 0 10px 0;
	border:1px solid #ccc;
}
#feedback h2 {

}
#feedback h4 {
	font-size:18px;
	color:#333;
	width:96%;
	margin:10px auto;
	padding:10px 0;
	border-bottom:1px solid #ccc;
}
#feedback h2 a {
	color:#360;
	text-decoration:none;
}
#feedback h2 a:hover {
	color:#f60;
}
#feedback h3 {
	text-align:center;
	font-size:22px;
	color:#333;
	border-bottom:1px solid #ccc;
	margin:0 auto;
	width:96%;
	padding:20px 0;
}
#feedback p.info {
	font-size:16px;
	text-indent:25px;
	line-height:150%;
	border-bottom:1px solid #ccc;
	margin:0 auto;
	width:96%;
	padding:20px 0;
	margin-bottom:10px;
}
#feedback dl {
	width:670px;
	margin:10px 0;
	float:left;
	border-bottom:1px dashed #ccc;
	margin-left:8px;
}
#feedback dl dt {
	float:left;
}
#feedback dl dd {
	float:right;
	width:585px;
	padding:0 0 10px 10px;
}
#feedback dl dd span {
	color:#06f;
}
#feedback dl dd.info {
	font-size:16px;
	line-height:150%;
}
#feedback dl dd.bottom {
	text-align:right;
}
#feedback dl dd em {
	float:right;
	font-style:normal;
}
#sidebar {
	width:260px;
	float:right;
	margin:0 0 10px 0;
	border:1px solid #ccc;
}
#sidebar ul {
	padding:2px 10px 0 10px;
}
#sidebar ul li {
	line-height:160%;
	background:url(../images/pointer.png) no-repeat left center;
	padding:5px 0 0 10px;
	border-bottom:1px dashed #ccc;
}
#sidebar ul li em {
	float:right;
	font-style:normal;
	font-family:Tahoma;
}
#sidebar ul li a {
	color:#666;
	text-decoration:none;
}
#sidebar ul li a:hover {
	text-decoration:underline;
}
div.d5 {
	width:674px;
	margin:10px 0;
	padding:8px;
	border:1px solid #ccc;
	clear:both;
}
div.d5 p {
	margin:10px 0;
}
div.d5 p textarea {
	width:650px;
	height:150px;
	background:#eee;
	border:1px dashed #999;
}
div.d5 p.red {
	color:red;
}
div.d5 p input.text {
	width:80px;
	height:20px;
	border:1px dashed #999;
	background:#eee;
}
div.d5 p input.submit {
	width:80px;
	height:25px;
	cursor:pointer;
}
div.d5 p img.code {
	width:78px;
	height:30px;
	position:relative;
	top:10px;
	cursor:pointer;
}


