
/*  ----------------------------------------------------------------------------
    * Filename:         forms.css
    * Description:      -
    * Version:          1.2 (2011-02-11)
    ------------------------------------------------------------------------- */

/*  ----------------------------------------------------------------------------
    1. Inputs
----------------------------------------------------------------------------- */

.input1                     { background: #FFFFFF; border: 1px solid #CCCCCC; color: #000000; }
.input1-focus               { background: #FFFFFF; border: 1px solid #888888; color: #000000; }

/*  ----------------------------------------------------------------------------
    2. Buttons
----------------------------------------------------------------------------- */

.button1                    { background: #619f00; border: none; color: #ffffff; font-weight:bold; }
.button1-hover              { background: #f08913; color:#ffffff; }

/*  ----------------------------------------------------------------------------
    3. Selects
----------------------------------------------------------------------------- */

.select1                    { background: #FFFFFF; border: 1px solid #CCCCCC; color: #000000; }
.select1-focus              { background: #FFFFFF; border: 1px solid #888888; color: #000000; }

/*  ----------------------------------------------------------------------------
    3. Forms
----------------------------------------------------------------------------- */
.form1                              { width: 100%;float:left; margin:20px 0 0; background:#7b7873; }
.form1 .field                       { clear: both; overflow: hidden; padding: 5px 0; }
.form1 .field label                 { float: left; width: 28%; padding: 3px 0; }
.form1 .required label              { font-weight: bold;}
.form1 .field .input1               { float: left; width: 60%; padding: 2px; height: 18px; line-height: 18px; }
.form1 .field textarea.input1       { height: 50px; }
.form1 .field .select1              { float: left; width: 235px; padding: 2px; }
.form1 .field .captcha1             { clear: both; margin: 6px 4px 0 0;float:right; }
.form1 .buttons                     { clear: both; text-align: center; }
.form1 .buttons .button1 {
 width:10%;
 padding:5px 0px;
 background:#000000;
 text-decoration: none;
 text-align: center;
 color:#ffffff;
 font-weight: bold;
 }
 .form1 .buttons .button1:hover{
  background:#6e6961;
 }
.form1 .field .checkbox-holder,
.form1 .field .radio-holder         { float: left; margin: 0 20px 0 0; padding: 3px 0;}
#capa{
    width:48%;
    margin-left: 13%;
}
/*Contact page */

.contact-left{
  float:left;
  width: 46%;
  padding:0 0 0 4%;
  margin:25px 0 20px;
}
.contact-right{
  float:left;
  width: 46%;
  padding:0 4% 0 0;
  margin:25px 0 20px;
  text-align:left;
}
.form1 .contact-right .field label{
  width: 36%;
  margin-bottom:4px;
}
.form1 .contact-right .field textarea {
  width: 97%;
  height:75px;
  margin-bottom:0px;
}
.security{
  float:left;
}
.form1 .security .field input{
  width:230px;
}
.form1 .field.buttons{
  margin:0px;
  float: none;
}