#friend_container {
    background: url('/media/images/backgrounds/friend_bg.jpg') top left no-repeat;
    height: 487px;
}
#send_to_friend {
    padding:115px 0 10px 31px;
}
#send_to_friend form {
    padding: 0;
    margin: 0;
}
.form_field {
    min-height: 32px;
}
.form_field label {
    float:left;
    padding-right:15px;
    text-align:right;
    width:88px;
    line-height: 25px;
    vertical-align: middle;
}
.form_field input {
    width: 270px;
    height: 19px;
    /*border: 1px solid #6a6a6a;*/
    border: none;
    background: url('/media/images/contest/input_bg.jpg') center left no-repeat;
    font-size: 12px;
    line-height: 19px;
    color: #eff9ff;
    padding: 3px 10px;
}
.form_field input.error {
    background: url('/media/images/contest/input_error_bg.jpg') center left no-repeat;
}
.form_field textarea {
    font-size: 12px;
    color: #eff9ff;
    border: none;
    background:#000 url(/media/images/common/textarea_bg.gif) repeat-x scroll left top;
    font-family: Arial, sans-serif;
    height:63px;
    padding:0 0 0 10px;
    width:278px;
    border: 1px solid #6a6a6a;
}
#field_newsletter {
    margin-left:103px;
    width:290px;
    font-size: 11px;
}
#field_newsletter input {
    float: left;
}
#field_newsletter .checkbox_label {
    float: none;
    display: block;
    width: auto;
    margin-left: 25px;
    text-align: left;
}
.submit {
    padding: 4px 0 0 103px;
}
#send_to_friend_thanks {
    padding:80px 0 10px 50px;
    width:400px;
}
#friend_container.thanks {
    background: url('/media/images/backgrounds/generic_bg.jpg') top left no-repeat;
}
