/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.form_wrap{
    width:75%;
    margin:10px auto;
}
.form_wrap label{
    float:left;
}
.form_wrap input,
.form_wrap textarea{
    float:right;
}


.clearBoth{
    clear: both;
    height:10px;
}

.error{
    color: red;
    text-align: right;
}