#send_to_friend_form .input_hidden {
background-color: none;
border: none;
display:none;
}

span.required {
color:#cc0000;
}

.send_to_friend input#friend_1, .send_to_friend input#friend_email_1, .send_to_friend input#friend_2, .send_to_friend input#friend_email_2 {
width:180px;
}

.send_to_friend input#name, .send_to_friend input#email {
margin-left:20px;
}

.send_to_friend input#name, .send_to_friend input#email {
width:180px;
}

.send_to_friend label#label_friend_1, .send_to_friend label#label_friend_email_1, .send_to_friend label#label_friend_2, .send_to_friend label#label_friend_email_2 {
width:180px;
}

.send_to_friend label#label_name, .send_to_friend label#label_email {
width:160px;
}

body {
background:#44412E;
}

body a {
outline:none;
}

#form_message, #form_message2{
color: #cc0000;
display:block;
}
