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

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

.input1                     { background: #FFFFFF; border: 1px solid #dedede; color: #303030; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -o-transition: all 25s ease-in-out; transition: all 0.25s ease-in-out;}
.input1:focus               { background: #f9f9f9 ; border-color: #60BFDC; /*border-top-color: #CC0605; */}
.input1:hover               { background: #f9f9f9 ; border-color: #60BFDC; /*border-top-color: #CC0605 */}


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

.button1                    { background: #60BFDC; border: 0 !important; color: #FFFFFF; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -o-transition: all 25s ease-in-out; transition: all 0.25s ease-in-out;}
.button1:hover              { background: #006881; }
                                                              /*  #232323   #BF2C1E   */
/*  ----------------------------------------------------------------------------
    3. Selects
----------------------------------------------------------------------------- */

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

/*  ----------------------------------------------------------------------------
    3. Forms
----------------------------------------------------------------------------- */

.form1                              { width: 100%; margin-top: 10px; margin-bottom: 35px; }
.form1 .field                       { clear: both; overflow: hidden; margin: 0 0 3px 0; padding: 5px 0; }
.form1 .field label                 { float: left; width: 160px; padding:10px 0 5px 0; text-align: left; font-weight: 400; font-size:13px;}
.form1 .required label              { font-weight: bold; }
.form1 .field .input1               { float: right; width: 290px; padding: 2px; height: 35px; /*line-height:35px;*/padding-left: 6px; margin-right:3px; }
.form1 .field textarea.input1       { height: 83px; }
.form1 .field .select1                { float: left; width: 235px; padding: 2px; }
.form1 .field .captcha1             { clear: both; /*float: right; */margin: 13px 0 0 161px; width: 290px; height: 35px;/*border-top: 1px solid #cc0605; */}
.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: 120px; padding: 6px 7px; }

.left.half { margin-bottom: 20px; }