#feedback_message
{
width: 450px;
margin: 50px auto 40px auto;
text-align: center;
}

#feedback_message h1
{
font-size: 18px;
}

#feedback_message p
{
line-height: 2em;
font-size: 12px;
}

#feedback_form
{
width: 600px;
margin: 0px auto 40px auto;
}

#feedback_form input.long,
#feedback_form textarea.long
{
width: 300px;
}

#feedback_form textarea
{
height: 100px;
}

#feedback_form input.short
{
width: 130px;
}

.error
{
font-weight: bold;
color: red;
}

#feedback_form fieldset
{
border: none;
}

#feedback_form fieldset label
{
display: block;
float: left;
width: 150px;
text-align: right;
margin-right: 6px;
}
