div#feedback
{
    font-size: 10px;
    color: #aaaaaa;
}

div#feedback input.text,
div#feedback textarea.text
{
    font-family: Tahoma;
    font-size: 11px;
    border: 1px solid #404040;
    background-color: #e0e0e0;
    width: 300px;
    
}

div#feedback input.button
{
    font-family: Tahoma;
    font-size: 10px;
    color: #666666;
    width: 120px;
    height: 21px;
}

div#feedback div#button
{
    width: 300px;
    text-align: center;
}
