.form-wrap {
    position: relative;
    float: left;
    margin-top: 10px;
    margin-left: 98px;
}
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;
    width: 265px;
    font: 12px arial,helvetica,sans-serif;
    position: relative;
    height: 25px;
    margin-bottom: 10px;
    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 label {
	position: absolute;
    font-size: 12px;
    font-family: arial,helvetica,sans-serif;
    cursor: text;
    margin-top: 6px;
    margin-left: 9px;
    z-index: 1;
}
form select {
    width: 265px;
    height: 21px;
    margin-bottom: 10px;
    margin-top: 25px;
}
#send {
    height: 30px;
    padding: 0;
}
.error {
    /*display: block;*/
    position: relative;
    font-size: 11px;
    color: #1177AD;
}

