



.online-container{
    width: 1065px;
    margin: 0 auto;
    margin-top: 60px;
    text-align: center;
}

.online-container p{
    display: inline-block;
}
.online-container p input{
    width: 520px;
    height: 65px;
    font-size: 24px;
    color: #333;
    background: transparent;
    border: 1px solid #dcdcdc;
    margin-bottom: 40px;
    font-weight: 100;
}

.online-container p input::-webkit-input-placeholder { /* WebKit browsers */
    font-size: 24px;
    line-height: 65px;
    font-weight: 100;
    padding-left: 30px;
    color:    #666;
}
.online-container p input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 24px;
    line-height: 65px;
    font-weight: 100;
    padding-left: 30px;
    color:    #666;
}
.online-container p input::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 24px;
    line-height: 65px;
    font-weight: 100;
    padding-left: 30px;
    color:    #666;
}
.online-container p input:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size: 24px;
    line-height: 65px;
    font-weight: 100;
    padding-left: 30px;
    color:    #666;
}

textarea{
    display: inline-block;
    width: 1065px;
    height: 170px;
    font-size: 24px;
    padding-top: 10px;
    color: #333;
    background: transparent;
    border: 1px solid #dcdcdc;
    margin-bottom: 60px;
    font-family: Arial, Helvetica, sans-serif;
}
textarea::-webkit-input-placeholder{
    font-size: 24px;
    color: #666;
    padding-left: 30px;
    font-family: Arial;
    font-weight: 100;
}


.submit{
    display: inline-block;
    width: 430px;
    height: 65px;
    background: #df8f4f;
    text-align: center;
}
.submit a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: white;
    font-size: 24px;
    line-height: 65px;
    font-weight: 100;
}