#st_application-recommend-shop-header p
{
    margin-left: 200px;
    padding: 0px;
    margin: 0px;
}

#st_application-recommend-shop-header h2.st_title
{
    float: left;
    width: 200px;
}

#st_application-recommend-shop .st_content
{
    padding: 10px 0;
    margin: 10px 110px 10px 110px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    background-image: url('/images/frontend/theme/default/bg_line_login.gif'); 
    background-repeat: repeat-x;
}

#st_application-recommend-shop fieldset
{
    border: none;
    margin: 0;
}

#st_application-recommend-shop .st_form .st_field 
{
}

#st_application-recommend-shop .st_form .st_field .default_text
{
    width: 310px;
    margin-left: 190px; 
    text-align: justify; 
    background-color: #F9F8F8; 
    border:1px solid #CCCCCC; 
    padding: 5px;
}

#st_application-recommend-shop .st_form label 
{
    float:left;
    text-align:right;
    width:200px;
    margin-left: 80px;
    padding-right: 20px;
    font-weight: bold;
}

#input
{
    width: 315px;
}

#additional_info
{
    width: 315px;
}
#st_application-recommend-shop .captcha
{
    margin: 10px 0px 20px 300px;
}

#st_application-recommend-shop .st_button_recommend_shop
{
    margin-right: 135px;
    padding-top: 10px;
}

#st_button-recommend-shop_success input
{
    font-weight: normal;
    padding-right: 20px;
    background-image: url('/images/frontend/theme/default/button/arrow_right.gif');
}

#st_application-recommend-shop .st_error
{
    margin-left: 300px;
    color: red;
}

#recommend_from
{
    text-align: right;
}


#st_application-recommend-shop .st_field .default_text_send
{
    width: 308px;
    margin-left: 130px; 
    text-align: justify; 
    background-color: #F9F8F8; 
    border:1px solid #CCCCCC; 
    padding: 5px;
}


#st_application-recommend-shop .st_field .text_send
{
    width: 310px; 
    margin-left: 130px; 
    text-align: justify; 
    padding: 10px 0px 10px 0px;
}

#st_application-recommend-shop .st_button_recommend_shop_send
{
    margin-right: 450px;
    padding-top: 10px;
}

#st_button-recommend-shop_send_success .st_button-left 
{
    
    font-weight: normal;
    padding-left: 10px;
    background-image: url('/images/frontend/theme/default/button/arrow_left.gif');   
}

#st_button-recommend-shop_send_success input
{
    background:transparent url(/images/frontend/theme/default/button_right.gif) no-repeat scroll right top;
}

#failed_info
{
    width: 315px; 
    margin-left: 240px; 
    text-align: center; 
    padding: 5px; 
    border:2px solid #FF3333;
}

.st_application
{
    border: none;
    margin: 0;
}

#st_application-recommend-product .st_application
{
    border:0px;
}

#st_application-recommend-product fieldset
{
    border:0px;
    margin: 0;
}

#st_application-recommend-product .st_form .st_field 
{
}

#st_application-recommend-product .st_form .st_field .default_text
{
    width: 310px;
    margin-left: 250px; 
    text-align: justify; 
    background-color: #F9F8F8; 
    border:1px solid #CCCCCC; 
    padding: 5px;
}

#st_application-recommend-product .st_form label 
{
    float:left;
    text-align:right;
    width:200px;
    margin-left: 140px;
    padding-right: 20px;
    font-weight: bold;
}

#st_application-recommend-product .captcha
{
    margin: 10px 0px 20px 360px;
}

#st_application-recommend-product .st_button_recommend_product
{
    margin-right: 250px;
    padding-top: 10px;
}

#st_button-recommend-product_success input
{
    font-weight: normal;
    padding-right: 20px;
    background-image: url('/images/frontend/theme/default/button/arrow_right.gif');
}

#st_application-recommend-product .st_error
{
    margin-left: 360px;
}

#st_application-recommend-product .st_form .st_field .default_text .recommend_from
{
    text-align: right;
}


#st_application-recommend-product .st_field .text_send
{
    width: 310px; 
    margin-left: 220px; 
    text-align: justify; 
    padding: 10px 0px 10px 0px;
}

#st_application-recommend-product .st_field .default_text_send
{
    width: 308px;
    margin-left: 220px; 
    text-align: justify; 
    background-color: #F9F8F8; 
    border:1px solid #CCCCCC; 
    padding: 5px;
}

#st_application-recommend-product .st_button_recommend_product_send
{
    margin-right: 515px;
    padding-top: 10px;
}

#st_button-recommend-product_send_success .st_button-left 
{
    
    font-weight: normal;
    padding-left: 10px;
    background-image: url('/images/frontend/theme/default/button/arrow_left.gif');   
}

#failed_info_product
{
    width: 315px; 
    margin-left: 330px; 
    text-align: center; 
    padding: 5px; 
    border:2px solid #FF3333;
}

#recommend_overlay, #recommend_shop_overlay
{
    display:none;
    z-index:10000;
    background-color:#fff;
    width:480px;

    border:1px solid #666;
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;

    -moz-border-radius-topleft:8px;
    -moz-border-radius-bottomleft:8px;
    -moz-border-radius-bottomright:8px;
    -webkit-border-radius-topleft:8px;
    -webkit-border-radius-bottom-left:8px;
    -webkit-border-radius-bottom-right:8px;

}

#recommend_overlay .close, #recommend_shop_overlay .close
{
    background-image: url('/images/frontend/theme/default2/buttons/close.png');
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:35px;
    width:35px;
}

#product_label #active_overlay
{
    background-image:url("/images/frontend/theme/default2/icon_recommend.gif");
    background-position:left center;
    background-repeat:no-repeat;
    display:block;
    padding:1px 10px 0 25px;
    text-align:left;
}

#st_application-st_recommend-add .st_row label
{
    float:left;
    width: 130px;
    text-align: right;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

#st_application-st_recommend-add fieldset
{
    border:none;
}

#st_application-st_recommend-add .st_error
{
    margin-left:110px;
    padding:0px;
    padding-top:5px;
    color: red;
}

#st_form-recommend-captcha, #st_form-recommend-email, #st_application-st_recommend-add textarea
{
    width: 320px;
}

#st_application-st_recommend-add textarea
{
    height: 140px;
}

#st_application-st_recommend-add .st_application
{
    border: none;
}

.st_application .st_content
{
    padding:20px 10px 10px 10px;
}

#recommend_table
{
    width: 580px;

}

.recommend_th
{
    background-color:#eee;
    font-weight: normal;
    text-align: center;
}

.recommend_score
{
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    width: 30px;
    border-bottom: 1px solid #ddd;
    padding:7px;
    vertical-align:top;
}

.recommend_create
{
    text-align: center;
    width: 70px;
    padding:3px;
    vertical-align:top;
    border-bottom: 1px solid #ddd;

}

.recommend_description
{
    text-align: justify;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    line-height:14px;
    padding: 7px 0px 7px 0px;
}

.recommend_description em
{
    font-size: 11px;
}

#button-add-recommend
{
     padding:3px;
     margin-right: 11px;
}

#review_table th
{
    font-weight: normal;
}

.row_captha
{
    margin-bottom: 2px; 
    margin-top: 2px; 
    margin-left:110px;
}

#form_recommend .st_row
{
    margin-bottom: 5px;
}

#form_recommend img
{
    position: relative;
    left: 30px;
    width: 320px;
}