#LeadForm {
    margin-top: 0;
    margin-bottom: 20px;
}

#LeadForm form {
    margin-top: 9px;
}

#LeadForm .form-line {
    clear: both;
    margin-top: 5px;
}


#LeadForm .form-line input.submit {
    margin-left: 50px;
}

#LeadForm .form-line label {
    display: block;
    float: left;
    width: 55px;
    margin-top: 7px;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
}

#LeadForm .form-line label.long {
    margin-top: 0;
}

#LeadForm label.error {
    display: block;
    clear: left;
    width: auto;
    font-size: 10px;
    margin-top: 0;
    padding-bottom: 12px;
    color: red;
    font-weight: normal;
    font-style: italic;
}

#LeadForm .form-line input.text {
    width: 155px;
}

#LeadForm .form-line select {
    width: 159px;
}

#LeadFormSubmitLine {
    position: relative;
}

#LeadFormSubmit {
    float: left;
    margin-left: 55px;
}

#LeadFormArrows {
    display: none;
    float: left;
    background: #eee url(images/ajax-loader.gif) no-repeat 4px 4px;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    
}

#LeadFormSuccess,
#LeadFormError {
    width: 300px;
    margin: 20px;
}

#LeadFormSuccess h2,
#LeadFormError h2 {
    padding-top: 0;
}
