.wufeedback {overflow: hidden; font-family: "微软雅黑";}
.wufeedback dl,
.wufeedback dd{margin: 0; padding: 0;}

.wufeedback dl{ padding-top: 10px;}
.wufeedback dt{
    height: 40px; font-size: 16px;
    line-height: 44px; color: #333; padding-bottom: 0;}
.wufeedback .input,
.wufeedback .textarea{
    height: 35px;
	border-radius: 5px;
    background: #fff;
    border: #ddd 1px solid;
    padding: 5px;
    line-height: 24px;
    width: 450px;
 }

.wufeedback .submit{ 
border-radius: 5px;
    border: none;
    cursor: pointer;
    width: 461px;
    margin-top: 10px;
    height: 40px;
    line-height: 34px;
    color: #fff;
    font-size: 16px;
    background-color: #edb666;
	}
	
.wufeedback .submit:hover{ 
	background-color: #f09e24;
}