body {
    font: 12px/20px helvetica, sans-serif;
    background: #fff;
    color: #444
}

.submit {
    background: #888;
    padding: 10px;
    margin-top: 20px;
    cursor: pointer;
    border: none;
    color: #ddd;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #888
}

.submit:hover {
    background: #ddd;
    color: #888
}

#capticha_img {
    padding-top: 10px;
    max-width: 200px
}

#capticha {
    max-width: 250px
}

#main {
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px
}

#status_message_ok, #status_message_error {
    background: #DCEBD0;
    border: 1px solid #B2C0A2;
    display: none;
    height: auto;
    margin-bottom: 45px
}

#status_message_ok strong, #status_message_error strong {
    font-size: 15px;
    display: inline-block;
    margin-bottom: 5px
}

#status_message_ok span, #status_message_error span {
    display: block;
    font-size: 13px;
    padding: 15px
}

label.error {
    font-size: 10px !important;
    margin: 0;
    font-style: italic;
    padding: 4px 12px;
    display: block;
    background: #e41313;
    opacity: 0.6;
    color: #fff !important;
    position: absolute;
    right: 0;
    bottom: 0
}

input.error, textarea.error {
    border-color: #e41313 !important
}

span.info {
    font-size: 10px;
    color: #9E9E9E;
    display: inline-block;
    margin: 20px 0
}

.form-label {
    margin-top: 15px;
    display:block;
}

#form1 div {
    position: relative
}

#form1 .text-input, #form1 textarea {
    font: 12px/20px helvetica, sans-serif;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: none;
    border-top: none;
    border-color: #ddd;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    padding: 1%;
    outline: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

#form1 select {
    width: 100%;
    border: none
}

.selectbox {
    width: 96%;
    padding: 0 2%;
    background: #F0F0F0
}

.selectbox option {
    padding: 1% 4%
}

#form1 .text-input:hover, #form1 textarea:hover {
    border-color: #4a5254
}

#form1 textarea {
    min-height: 100px;
    max-height: 350px;
    resize: none
}

#policy_check {
    margin-top: 10px
}

.cbx-policy {
    display: inline-block;
    margin-top: 10px
}

.cbx_label {
    display: inline-block;
    font-weight: 400;
    font-size: 1em
}

.checkbox label.error {
    font-weight: 700
}

#form1 .checkbox, #form1 .radio {
    margin: 0
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-left: 20px
}

.form-element {
    margin-bottom: 3%
}

#pnl_captcha {
    margin-top: 60px
}

#pnl_policy {
    margin-top: 10px
}

.txt-filetypes p {
    display: inline-block
}

.txt-filetypes p.ftype {
    padding-left: 5px
}


.datepicker{
    font: 12px/20px helvetica, sans-serif;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: none;
    border-top: none;
    border-color: #ddd;
    margin-bottom: 5px;
    display: inline-block;
    padding: 1%;
    outline: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.secure {
    width: 100%;
    background: #4d8f28;
    box-sizing: border-box;
    border: 0;
    padding: 0;
    margin: 20px 0 0
}

.secure p, .securelink {
    width: 50%;
    vertical-align: middle
}

.secure p, .securebutton, .securelink {
    display: inline-block;
    box-sizing: inherit
}

.secure p {
    color: #fff;
    font-size: .8em;
    padding: 1.5% 0 1% 2%;
    margin: 0
}

.securelink {
    min-width: 150px;
    padding: 1% 0 0 2%
}

.securelink img {
    width: 100%;
    max-width: 350px
}

.securebutton {
    background: #ddd;
    color: #888;
    font-size: .8em;
    width: 50%;
    padding: 1% 1% .5% 2%;
    text-decoration: none;
    text-align: left
}

.securebutton:hover {
    background: #888;
    color: #ddd;
    text-decoration: none
}
