.wufeedback {overflow: hidden; font-family: "微软雅黑";}
.wufeedback dl,
.wufeedback dd{margin: 0; padding: 0;}

.wufeedback dl{ padding-top: 0px;}
.wufeedback dt{
    height: 20px; font-size: 14px;
    line-height: 30px; color: #fff; /* Changed to white */
    padding-bottom: 3px;}

.wufeedback .input,
.wufeedback .textarea{
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff; /* Changed to white */
    padding: 2px 0;
    width: 280px;
    outline: none;
    color: #fff; /* Changed to white */
}

.wufeedback .textarea{
    border-bottom: 1px solid #fff; /* Changed to white */
    resize: vertical;
    color: #fff; /* Changed to white */
}

.wufeedback .submit{ 
    border: none;
    cursor: pointer;
    width: 280px; 
    margin-top: 10px;
    height: 30px; 
    line-height: 34px; 
    color: #fff; 
    font-size: 16px;
    background-color: #3891d2;
    border-radius: 4px;
}