  /* Boton que levanta popup */
  .ask_about{
    margin-bottom: 15px;
    padding-left:5px;
    margin-top: -10px;
  }
  /* Formulario */
  #div_ask_product{
    margin: 10px;
  }
  #div_ask_product label{
    margin: 5px 10px 0px 5px;
    width: 70px;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
  }
  #div_ask_product label.ask_product{
    width: 278px;
    font-size: 14px;
    color: #AFA8A8;  
    margin-left: 0px;  
  }
  #div_ask_product textarea{
    vertical-align: top;
    width: 280px;
    resize: none;
  }
  #div_ask_product input[type='text']{
    width: 280px;
  }
  #div_ask_product input[type='text'].captcha_input{
    vertical-align: middle;
    width: 135px;
    margin-left: 7px;
  }
  #div_ask_product img{
    vertical-align: middle;
  }
  #div_ask_product > h2{
    margin-bottom: 10px;
    margin-left: 5px;
  }
  #div_ask_product .buttons{
    margin-bottom: 15px;
    text-align: right;
  }
  .pop-buttons{
    text-align: center;
    margin-bottom: 10px;
    padding-top: 5px;
  }
  .ask_error{
    display: block;
    color: #FF4545;
    margin-left: 88px;
  }
  .ask-intro{
    margin-left: 5px;
    color: #7C7C7C;
    font-size: 13px;
  }
  /* Layer de proceso */
  .layer_ask{
    background-color: #FFF;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    text-align: center;
  }
  .layer_ask > table{
  	width: 100%;
  	height: 100%;
  }
  #message_ask{
  	font-size: 14px;
  	color: #6FCBFF;
  	font-weight: bold;
    margin: 0px 10px 10px 10px;
  }
  /* Char counter style */
  .char-count{
    display: block;
    margin-left: 88px;
    color: #9B9292;
  }
  .char-count > span{
    font-weight: bold;
  }
  /* Correciones para TAB*/
  #tab-askproduct{
    position:relative;
  }
  #tab-askproduct > #div_ask_product textarea{
    width: 82%;  
  }

 .ask-content{
    border: 1px solid #DDD;
 }



