.feedback_item{
	margin:0px 0px 5px 0px;
	padding:10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
	line-height:180%;
}
.feedback_ask{
	margin-bottom:5px;
	color:#666666;
	padding:5px;
}
.feedback_reply{
	color:#666666;
	background-color:#eeeeee;
	padding:5px;
}
.feedback_create{
	padding:10px 10px 10px 100px;
	border:1px solid #cccccc;
	margin:10px;
	background-color:#ffffcc;
	line-height:150%;
	white-space: normal;
}
.feedback_create span{
	line-height:30px;
}
#feedback_input{
	margin:10px auto 10px auto;
	padding-left:100px;
}
#asksubmit{
	width:100px;
}