/*

If you need to further customize the FormBuilder CSS,
items in this file will over-ride the standard
FormBuilder CSS.  To use this file, rename it as
additional_styles.css and make changes as necessary.

*/

input, textarea {
    font-size:10px;
    font-family:Verdana;
    color: #777777;
    border: 1px solid #ccc;
    background:#f1f1f1;
    line-height: 1;
    padding: 7px;
    margin:0 0 5px 0;
    width:250px;
}

.formBuilderPageBreak input {
background:url(http://www.overhaulmedia.com/wp-content/themes/overhaul/images/next.gif) no-repeat;
border:0px;
text-indent:-99999px;
height:22px;
padding:0px;
width:119px;
}

input.previous-button {
background:url(http://www.overhaulmedia.com/wp-content/themes/overhaul/images/back.gif) no-repeat;
border:0px;
text-indent:-99999px;
height:22px;
padding:0px;
width:99px;
}

.formBuilderSubmit input {
background:url(http://www.overhaulmedia.com/wp-content/themes/overhaul/images/back.gif) no-repeat;
border:0px;
text-indent:-99999px;
height:22px;
padding:0px;
width:99px;
}


input[type="submit"] {
background:url(http://www.overhaulmedia.com/wp-content/themes/overhaul/images/send.gif) no-repeat !important;
border:0px;
text-indent:-99999px;
height:22px;
padding:0px;
width:116px;
}

.single_line_text_box {
float:left;
}

.formBuilderLabel {
float:left;
font-size:12px;
}

.formBuilderLabelRequired, .formBuilderLabel {
width:100% !important;
}

.formBuilderInput {
clear:both;
}

.formBuilderCommentsField {
padding-bottom:10px;
}

.formBuilderError {
color:#ce0000;
font-weight:normal;
position:relative;
left:285px;
top:45px;
}

a.getmeout {
color:#002d56;
float:right;
position:relative;
text-decoration:none;
top:-30px;
}

a.getmeout:hover {
text-decoration:underline;
}
