
@font-face {
    font-family: 'lustriaregular';
    src: url('../fonts/lustria-regular-webfont.woff2') format('woff2'),
         url('../fonts/lustria-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.container_border{
    border:2px solid #456270;
    float: left; 
    padding:10px;
    margin-top:20px;
    padding:40px 0px;
    width:100%;
    font-family: 'lustriaregular';
    margin-bottom:40px;
}
.container_leftform p{
    font-size: 16px;
}
.img_text{
    width:360px; 
    margin-top:10px;
}
.container_leftform{
    padding-top:20px;
}
.container_leftform .pay-btn{margin-top:10px;}
.input_type-new {
    border: 1px solid #d1d1d1 !important;
    box-sizing: border-box;
    font-family: 'Lustria', serif;
    font-weight: 400;
    color: #4b4a4a;
    margin-bottom: 10px;
    font-size: 14px;
    height: 32px;
    line-height: 19px;
    opacity: 0.8;
    padding: 5px 0 5px 14px;
    vertical-align: top;
}
.leave_comment {
    background: #d71921 url(../img/leave-arrow.png) 92% center no-repeat;
    padding: 9px 34px 9px 21px;
    float: right;
    border: 0;
    color: #fff;
    font-family: 'Lustria', serif;
    font-weight: 400;
}
.leave_comment:focus{outline:0px;}
