.form {
    padding: 10px 20px;
    border: 2px solid #BEB5B5;
    border-radius:  5px;
    position: relative;
    -moz-border-radius: 5px;
    margin: 20px auto 20px auto;
    background-color: #EEEFF1;
}

.form TD {
 padding: 5px;
}
.form TBODY.frame {
 border: 0px solid #BEB5B5;
}
.form .loader , #send_friend_form .loader{
 visibility: hidden;
 position: absolute;
 left: 50%;
 top: 50%;
 margin-top: -30px;
 margin-left: -27px;
 width: 54px;
 height: 55px;
 border: 0px solid #000;
 background: url('/i/img/ajax-loader8.gif') no-repeat 50% 50%;
}
.form INPUT[type="text"], .form INPUT[type="password"], .form TEXTAREA ,
#send_friend_form INPUT[type="text"], #send_friend_form INPUT[type="password"], #send_friend_form TEXTAREA{
 padding-top: 3px;
 width: 100%;
 height: 22px;
 border: 1px solid #BEB5B5;
 border-radius: 3px;
 -moz-border-radius: 3px;
}
.form TEXTAREA {
 height: 100px;
}
.form INPUT.incorrect, .form TEXTAREA.incorrect {
 border-color: #F00;
}
/*
.form INPUT:focus, .form TEXTAREA:focus {
 padding-top: 2px;
 height: 21px;
 border-width: 2px;
 margin-left: -1px;
}
.form TEXTAERA:focus {
 height: auto;
 margin-bottom: -2px;
}
*/
.form TABLE TD {
 border: 0px solid #000;

}
.form .status {
}
.form .status LI {
 list-style-position: inside;
}
.form .status .error, .form .status .success {
 padding: 10px;
 border: 2px solid #F00;
 border-radius: 3px;
 -moz-border-radius: 3px;
 color: #F00;
}
.form .status .success {
 border-color: #008c00;
 color: #008c00;
}
.form #recaptcha_area {
 margin: 0 auto;
}
.form INPUT.button, #send_friend_form INPUT.button{
 display: block;
 width: 133px;
 height: 27px;
 background: url('/i/img/reg-form-bt.png') 0 0 no-repeat;
 color: #FFF;
 font-weight: bold;
 border: 0px solid #000;
 text-align: center;
 padding: 0;
 padding-bottom: 5px;
}
.form INPUT:hover.button {
 background-position: 0 -27px;
}

#send_friend_form
{
    color: black;
    font-size: 12px;
    padding-top: 25px;
    
}
#send_friend_form td
{
    padding: 5px 0px;
}
#send_friend_form #recaptcha_area, #send_friend_form INPUT.button
{
    margin: 0 auto;
}
#send_friend_form .status
{
    width: 308px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -154px;
    margin-top: -15%;
}

#send_friend_form .error
{
    padding: 10px;
    border: 1px solid #F00;
    color: #F00;
    background-color: papayawhip;
    width: 100%;
}

#send_friend_form .success
{
    border-color: #008c00;
    color: #008c00;
    width: 400px;
    height: 40px;
    line-height: 2;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -40px;
}

.opacity50
{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";/* IE8 */
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE5+ */
   filter: alpha(opacity=50);/* IE4- */
   -moz-opacity: 0.5; /* Mozilla */
   -khtml-opacity: 0.5; /* Safari */
   opacity: 0.5;  /* general CSS3 */
}

.opacity90
{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";/* IE8 */
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /* IE5+ */
   filter: alpha(opacity=90);/* IE4- */
   -moz-opacity: 0.9; /* Mozilla */
   -khtml-opacity: 0.9; /* Safari */
   opacity: 0.9;  /* general CSS3 */
}
