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

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

.input1      { background: #fff; border: 1px solid #d4d4d4; color: #555555; }
.input1:focus{ background: #f5f9ff; border: 1px solid #d9e0eb; color: #0000c4; }
.input1:hover{ background: #f5f9ff; border: 1px solid #d9e0eb; color: #0000c4; }
/*  ----------------------------------------------------------------------------
    2. Buttons
----------------------------------------------------------------------------- */

.button1                    { background: #fff; border: 1px solid #d4d4d4; color: #444444;font-weight:bold; }
.button1-hover              { background: #ebf2ff;color:#0000c5;}

/*  ----------------------------------------------------------------------------
    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: 715px; }
.form1 .field                       { clear: both; overflow: hidden; margin: 0 0 0px 0; padding: 2px; }
.form1 .field label                 { float: left; width: 130px; padding: 3px 0; }
.form1 .required label              { font-weight: bold; }
.form1 .field .input1               { float: left; width: 200px; padding: 2px; height: 18px; line-height: 18px; }
.form1 .field textarea.input1       { height: 100px; }
.form1 .field .select1              { float: left; width: 235px; padding: 2px; }
.form1 .field .captcha1             { clear: both; float: right; margin: 6px 0 0 0; }
.form1 .field .checkbox-holder,
.form1 .field .radio-holder         { float: left; margin: 0 10px 0 0; padding: 3px 0; }
.form1 .buttons                     { clear: both; text-align: center; }
.form1 .buttons .button1            { width: 100px; padding: 4px 7px; }

.left-contact{
  width:350px;
  float:left;
}
.right-contact{
  width:350px;
  float:right;
}
