@import url(_form.css);

.editor{
    max-width: 830px;
    margin: 0 auto;
    background: url(../images/contact/border.jpg)bottom repeat-x;
    padding-bottom: 65px;
    margin-bottom: 60px;
}

.form-box {
    max-width: 1084px;
    margin: 0 auto;
}
.map{
    max-width: 1280px;
    height: 300px;
    margin: 0 auto 70px;
}
.map iframe{
    width: 100%;
    height: 100%;
}
.form-box{
    max-width: 830px;
    margin: 0 auto;
}
.btn.arrowR{
    width: 122px;
    height: 40px;
    background: url(../images/submit.png)top no-repeat;
    border: none;
    text-indent: -5000px;
}
.btn.arrowR:hover{
    background: url(../images/submit.png)bottom no-repeat;
}

@media screen and (max-width: 767px) {
    
}