/*************************************************
FORM
**************************************************/

form * {
    outline: 0 none;
}
form .row {
    margin-bottom: 0;
}
form .row div {
    position: relative;
}
form .row .columns div {
    margin-bottom: 20px;
}
form input {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFEFF;
    border-color: #A7AAAD #C2C7CA #D3D4D5;
    border-radius: 2px 2px 2px 2px;
    border-right: 1px solid #C2C7CA;
    border-style: solid;
    border-width: 1px;
    color: #3A444F;
    font: 12px Arial,Helvetica,Geneva,sans-serif;
    height: 30px;
    margin: 0;
    padding: 0 24px 0 7px;
    position: relative;
    width: 265px;
    z-index: 0;
}
form input:focus {
    -moz-transition: all 0.1s ease-in-out 0s;
    border: 1px solid #107CB8;
    box-shadow: 0 0 2px #107CB8;
}
form textarea {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFEFF;
    border-color: #A7AAAD #C2C7CA #D3D4D5;
    border-radius: 2px 2px 2px 2px;
    border-right: 1px solid #C2C7CA;
    border-style: solid;
    border-width: 1px;
    color: #3A444F;
    font: 12px Arial,Helvetica,Geneva,sans-serif;
    height: 105px;
   /* margin: 0 0 18px;*/
    overflow: auto;
    padding: 7px 24px 0 7px;
    position: relative;
    resize: none;
    vertical-align: bottom;
    width: 95%;
    z-index: 0;
}
form textarea:focus {
    -moz-transition: all 0.1s ease-in-out 0s;
    border: 1px solid #107CB8;
    box-shadow: 0 0 2px #107CB8;
}
form label {
    cursor: text;
    font-size: 12px;
    font-family: arial,helvetica,sans-serif;
    font-weight: normal;
    left: 9px;
    position: absolute;
    top: 6px;
    z-index: 1;
}
.error {
    color: #1177AD;
    font-size: 11px;
    position: relative;
    display: block;
}
#left-input {
    float: left;
}
#right-input {
    float: right;
}
#message {
    clear: both;
}
