.form-element {
    margin-bottom: 15px;
    width: 336px;
    position: relative;
}

label {
    width: 150px;
    display: inline-block;
    font-size: 12px;
    color: #464646;
    font-family: sans-serif;
}

label span {
    color: #005eaa;
}

input[type="text"],
input[type="file"] {
    border-radius: 4px;
    border: 1px solid lightgrey;
    padding: 5px 5px;
    width: 230px;
}

input {
    border-radius: 4px;
    border: 1px solid lightgrey;
    padding: 5px 5px;
    width: 80px;
}

select {
    border-radius: 4px;
    border: 1px solid lightgrey;
    padding: 5px 5px;
    width: 230px;
}

textarea {
    border: 1px solid lightgrey;
    width: 230px;
    border-radius: 4px;
    vertical-align: top;
}

input#submit {
    width: 80px;
    margin-left: 255px;
    cursor: pointer;
}

#orderBrochures .form-element {
    margin-bottom: 15px;
    width: 100%;
}

#orderBrochures label {
    width: 150px;
    display: inline-block;
}

#orderBrochures .radio label {
    width: 230px;
    display: inline-block;
    font-style: italic;
}

#orderBrochures input#submit {
    width: 80px;
    margin-left: 0;
    cursor: pointer;
    margin-top: 30px;
}

p {
    line-height: 20px;
}

label.error {
    color: red;
    font-size: 12px;
    /*position: absolute;*/
    left: 260px;
    width: 170px!important;
    top: 5px;
    margin-left: 10px
}

label#hiddenRecaptcha-error {
    top: initial;
    position: relative;
    left: 0px;
    margin: 0px;
    padding-bottom: 5px;
}

.captcha-google {
    margin-left: 93px;
}
