﻿/* -------------------------- BEGIN Forms Formating -------------------- */
.forms_main {

}

.forms_main input{
    width:95%;
    height:18px;
    padding:8px 10px 6px;
    margin:1px 0 4px;
    background-color:#f7f7f7;
    border:1px solid #fff;
    border-radius:4px;
    box-shadow:inset 0 1px 3px #cccccc;
    color:#7C7C7C;
    text-shadow:1px 1px #f1f1f1;
    outline: none;
}

.forms_main textarea{
    width:95%;
    padding:8px 10px 6px;
    margin:1px 0 10px;
    font-size:12px;
    background-color:#f1f1f0;
    border:1px solid #ffffff;
    border-radius:4px;
    box-shadow:inset 0 1px 3px #cccccc;
    color:#7C7C7C;
    text-shadow:1px 1px #ffffff;
    outline: none;
}
.forms_main input:hover,.forms_main textarea:hover{
    background-color:#DBE5E5;
    box-shadow:inset 0 2px 2px #cccccc;
    color:#7C7C7C;
    outline: none;
}
.forms_main input:focus,.forms_main textarea:focus{
    background-color:#eaeaea;
    box-shadow:inset 0 2px 4px #b9b9b9;
    color:#818181;
    outline: none;
}

.forms_main table input {
    width:20px;
    vertical-align:middle;
    margin:3px 0 6px 10px;
}

.ddl {
    width:100%;
    height:34px;
    padding:8px 10px 6px;
    margin:1px 0 10px;
    background-color:#f1f1f0;
    border:1px solid #fff;
    border-radius:4px;
    box-shadow:inset 0 1px 3px #cccccc;
    color:#7C7C7C;
    text-shadow:1px 1px #ffffff;
    outline: none;
}

/*FORM BUTTONS*/
.forms_main .button {
   width: auto;
   height: auto;
   float: right;
   border-top: 0px solid #608E9A!important;
   background: #00d9ff!important;
   background: -webkit-gradient(linear, left top, left bottom, from(#3E8698), to(#0d8698))!important;
   background: -webkit-linear-gradient(top, #3E8698, #215D67)!important;
   background: -moz-linear-gradient(top, #3E8698, #3E8698)!important;
   background: -ms-linear-gradient(top, #3E8698, #3E8698)!important;
   background: -o-linear-gradient(top, #3E8698, #3E8698)!important;
   padding: 5px 17px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: #a7a7a7 0 0px 0;
   -moz-box-shadow: #9e9e9e 0 0px 0;
   box-shadow: #9e9e9e 0 0px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   font-size: 15px;
   font-family: 'Ubuntu Condensed', sans-serif;
   text-decoration: none;
   vertical-align: middle;
   }
.forms_main .button:hover {
    box-shadow:inset 0 1px 3px #333;
   background: #D65D00!important;
   color: #ffffff;
   }
.forms_main .button:active {
   border-top-color: #00a1db!important;
   background: #1A363B!important;
   }
/* -------------- END Forms Formating -------------------- */