

.login_form  {
padding: 10px 0px 15px 40px;
width: 100%;
}


.login_form  label {
display: block;
padding: 2px 0px 1px 0px;
text-align: left;
color: #7c7138;
font-weight: 900;
font-size: 11px;
}





.login_input {
display: block;
width:70%;
padding: 8px 5px 6px 15px;
text-align: left;
font-size: 12px;
background: url("/pictures/login_bg.png");
color: #4e2b01;
width: 152px;
border: 0;
}

.login_form  fieldset {

border: 0;

}




.login_end {

   border: 0;
   background:  #421a00;
   text-align: center;
   color: #fff;
   font-size: 11px;
   padding: 4px 13px 3px 20px;
   cursor:hand;
   width: 100px;
   margin: 10px 0;

}




/* == Формы контента (регистрация напоминание и прочее) == */


.register_form {
   position: relative;
   padding: 0% 5%;
}

.register_form label {
   line-height: 25px;
   font-family: Tahoma;
   margin: 30px 0px 0px 10px;

}


.register_form input, .register_form textarea, .register_form select {

   width:100%;
  background: #EFEDEA url("/pictures/body_bg.png");
   border: 1px inset #E3D7B7;
   margin-bottom: 5px;
   font-size: 11px;
   padding: 2px 2px 2px 4px;

}

.register_form div {

    position: relative;
    width: 220px;


}

.register_form textarea {  height: 86px; padding: 10px;}
.register_form select { height: 16px;}

#submit_content input {
   position: relative;
   border: 0;
   width: auto;
   background: #959D00;
   color: #fff;
   margin: 10px 10px 10px 0px;
   padding: 7px 10px 7px 10px;
   cursor: hand;

}

#radio_buton {
font-size: 11px;
color: #595959;
}


#radio_buton input {
border: 0px solid red;
font-size: 5px;
width: 20px;

}




/* == Форма добавить в корзину == */

.add_to_cart {

   width: 49%;
   position: relative;
   padding: 10px 5px;
   float: right;

}

.add_to_cart_one {

   width: 89%;
   position: relative;
   padding: 10px 5px;

}


.add_to_cart_submit {

   position: relative;
   border: 0;
   background:  #96AABA;
   text-align: center;
   color: #fff;
   font-size: 11px;
   padding: 6px 13px 7px 20px;
   cursor:hand;
   margin-top: 8px;
   clear: both;
}

.add_to_cart_plus { padding: 0px 7px 0px 7px;}
.add_to_cart_input { padding: 0px 7px 0px 7px;width: 30px;}








/* == Формы контента (регистрация напоминание и прочее) == */


.pdf_form {
   position: relative;
   padding: 0% 5%;
}

.pdf_form label {
   line-height: 25px;
   font-family: Tahoma;
   margin: 30px 0px 0px 10px;

}


.pdf_form div input, .pdf_form textarea, .pdf_form select {

   width:100%;
  background: #EFEDEA url("/pictures/body_bg.png");
   border: 1px inset #E3D7B7;
   margin-bottom: 5px;
   font-size: 11px;
   padding: 2px 2px 2px 4px;

}



.pdf_form textarea {  height: 86px; padding: 10px;}
.pdf_form select { height: 16px;}

#pdf_form div input {
   position: relative;
   border: 0;
   width: auto;
   background: #959D00;
   color: #fff;
   margin: 10px 10px 10px 0px;
   padding: 7px 10px 7px 10px;
   cursor: hand;

}


.sub {


    padding: 5px 10px;
    margin: 20px 0;

    
}





