

#pago_form {
    */ background-repeat : repeat;
    -moz-border-radius : 10px;
    -moz-box-shadow : -5px 5px 10px #000000;
    /*background-image : url('/img/form.png');
    */ background-color : #ccc6bd;
    border-radius : 10px;
    top : 50px;
    box-shadow : -5px 5px 10px #000000;
    height : 450px;
    overflow : hidden;
    position : absolute;
    left : 350px;
    width : 300px;
  }


#pago_form h1 {
    font-size : 20pt;
    text-align : center;
  }

