div#staf_container
{
    display: none;
    left: 0;
    margin-left: 8px;
    margin-top: 60px;
    position: absolute;
    top: 0;
    z-index: 9999;
}

div#staf_container .error
{
    border: 1px solid #FF0000;
}

div#staf_container .form_error{
	color: #ff0000;
	font-size: 0.9em;
	font-weight: bold;
	margin-left: 13px;
	width:450px;
	display: none;
}

div#staf_container span#name_error,
div#staf_container span#email_error,
div#staf_container span#fname_error,
div#staf_container span#femail_error,
div#staf_container span#message_error
{
	display: none;
	font-size: 0.7em;
}

div#staf_container.show
{
    display: block;
}

div#staf_body
{
    position: static;
    background-image: url(/he_IL/global/images/overlay/overlay_window.png);
    background-repeat: no-repeat;
    width: 701px;
    height: 381px;
}

div#staf_body div#staf_content
{
    position: relative;
    left: 10px;
    top: 5px;
    width: 670px;
    height: 345px;
    background-position: bottom right;
    padding-top: 4px;
}

div#staf_body div#staf_content a.button_close,
div#staf_body div#confirm_content a.button_close,
div#staf_body div#thanks_content a.button_close
{
    display: block;
    position: absolute;
    margin-left: 653px;
    background-image: url(/he_IL/global/images/overlay/overlay_close_x.png);
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-indent: -9999px;
    cursor: pointer;
    overflow: hidden;
}

div#staf_body div#staf_content h4
{
    background-repeat: no-repeat;
    color: #0B5C94;
    font-size: 1.1em;
    height: 40px;
    margin-left: 5px;
    text-indent: -9999px;
    width: 100%;
}

div#staf_body div#staf_content h5
{
    font-size: 0.75em;
    width: 450px;
    color: #0B5C94;
    margin-bottom: 5px;
    margin-left: 13px;
}

div#staf_body div#staf_content div#form
{
    width: 530px;
    height: 265px;
    padding-left: 13px;
    padding-top: 10px;
}

div#staf_body div#staf_content div#form div.form_block
{
    float: left;
    width: 220px;
    height: 200px;
}

div#staf_body div#staf_content div#form div.form_block.message label
{
    position: absolute;
    text-indent: -9999px;
}

div#staf_body div#staf_content div#form div.form_block span.step_header
{
    color: #0099FF;
    font-weight: bold;
    display: block;
}

div#staf_body div#staf_content div#form div.form_block span.step_header_2
{
    color: #666666;
    font-weight: bold;
    font-size: 0.7em;
    display: block;
    margin-top: 10px;
    margin-left: 2px;
}

div#staf_body div#staf_content div#form input
{
    display: none;
    visibility: hidden;
}
div#staf_body div#staf_content div#form .form_block input
{
    display: block;
    margin: 0 2px;
    visibility: visible;
    width: 190px;
    z-index: 5;
}
div#staf_body div#staf_content div#form input#staf_preview,
div#staf_body div#staf_content div#form input#staf_submit
{
    display: block;
    float: left;
    margin: 2px;
    visibility: visible;
    width: 190px;
}

div#staf_body div#staf_content div#form div.form_block p.notice
{
    margin-top: 7px;
    margin-left: 2px;
    font-size: 0.7em;
    color: #999999;
    width: 180px;
}

div#staf_body div#staf_content div#form div.form_block p.notice a
{
    color: #09F;
    text-decoration: none;
}

div#staf_body div#staf_content div#form div.form_block p.notice a:hover
{
    text-decoration: underline;
}

div#staf_body div#staf_content div#form label
{
    color: #999;
    cursor: text;
    display: block;
    font-size: 0.7em;
    margin: 0 4px 0 6px;
    width: 190px;
}

div#staf_body div#staf_content div#form textarea#message
{
    width: 215px;
    height: 150px;
    overflow: auto;
    font-size: 0.8em;
    padding: 5px;
    z-index: 99999;
}

span.blue
{
    color: #0099FF;
}

div#staf_body div#confirm_content
{
    display: none;
    position: relative;
    left: 10px;
    top: 5px;
    width: 670px;
    height: 345px;
}

div#staf_body div#thanks_content
{
    display: none;
    position: relative;
    left: 10px;
    top: 5px;
    width: 670px;
    height: 345px;
}

div#staf_body.confirm div#staf_content { display: none; }
div#staf_body.confirm div#thanks_content { display: none; }
div#staf_body.thankyou div#staf_content { display: none; }
div#staf_body.thankyou div#confirm_content { display: none; }

div#staf_body.confirm { background-image: url(/he_IL/global/images/send_to_a_friend/email_preview_bg.png); height: 884px; }
div#staf_body.confirm div#confirm_content { display: block; }
div#staf_body.thankyou { background-image: url(/he_IL/global/images/send_to_a_friend/overlay_thankyou_bg.png); }
div#staf_body.thankyou div#thanks_content { display: block; }

div#staf_body a.arrow_go,
div#staf_body a.arrow_go_preview
{
    background-repeat: no-repeat;
    padding-left: 24px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9em;
    line-height: 1.5em;
    color: #349800;
    text-indent: -9999px;
}

div#staf_container div#staf_body div#staf_content a#js_staf_preview
{
    display: none;
    float: left;
    height: 22px;
    margin-left: 215px;
    width: 63px;
    overflow: hidden;
}

div#staf_container div#staf_body div#staf_content a#js_staf_submit
{
    display: none;
    width: 204px;
    height: 22px;
    float: left;
    overflow: hidden;
}

div#staf_body div#confirm_content a#js_staf_goback
{
    display: none;
    width: 100px;
    height: 30px;
    float: left;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

div#staf_body div#confirm_content a#js_staf_confirm_submit
{
    display: none;
    width: 220px;
    height: 30px;
    float: left;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

div#staf_body div#confirm_content div#preview_text_container
{
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    margin-left: 335px;
    margin-top: 400px;
}

div#staf_body div#confirm_content img#preview_email
{
    margin-left: 14px;
    margin-top: 5px;
}



div#staf_body.thankyou div#thanks_content img#thankyou_image
{
    margin-left: 75px;
    margin-top: 100px;
}

div#staf_body.thankyou div#thanks_content p
{
    margin-left: 85px;
    font-size: 0.9em;
    margin-top: 10px;
    margin-bottom: 10px;
}

div#staf_body.thankyou div#thanks_content a.thanks_link
{
    display: block;
    margin-left: 85px;
    font-size: 0.8em;
    text-decoration: none;
    color: #3F8CDA;
    background-image:none;
    text-indent: 0px;
    width: 185px;
    position: relative;
}

div#staf_body.thankyou div#thanks_content a.link_close
{
    background-image:none;
}

