body {
	color: #42484b;
	background: #F2F2F2;
	font: 300 13px/1.4 'Open Sans', sans-serif;
    margin: 0;
}
.form_price {
    background: #d9ceb2;
    border: 1px solid #beb59f;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 20px 35px;
    max-width: 600px;
    width: 85%;
    margin: 0 auto 46px auto;
}
.form_price select {
    border: 1px solid #aab3bc;
    background: #f2f2f2;
    padding: 5px 0 5px 8px;
    width: 350px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    font: 300 13px/1.4 'Open Sans', sans-serif;
}

.form_price h3.no {
    margin: 5px 0 14px;
    font-size: 18px;
    color: #34485e;
    text-align: center;
}
.form_price form {
    
}
.form_price .form_order {
    
}
.form_price .form_order_top {
    overflow: hidden;
}
.form_price .form_order .form_order_group {
    float: left;
    width: 100%;
}
.form_price .form_order .form_order_price_group {
    float: left;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.form_price .form_order .form_order_box {
    margin: 0 0 10px;
}
.form_price .form_order .form_order_box label {
    display: inline-block;
    margin: 0 0 5px;
    width: 25%;
    font-weight: bold;
}

.form_price .form_order .form_order_price {
    background: #f4f6f7;
    border: 1px dashed #d0d2d4;
    width: 240px;
    color: #34485e;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6em;
    margin: 0 0 12px;
    padding: 6px 0 8px;
    height: auto;
    display: inline-block;
}
.form_price .form_order .form_order_price label {
    display: block;
}
.form_price .form_order .form_order_price .price {
    font-size: 24px;
}


.form_price .form_order_btn {
    
}
.form_price #order_now {
    display: inline-block;
    background: url('../images/calculator-btn.png') no-repeat 0 0;
    width: 165px;
    height: 45px;
    margin: 5px 0;
    border: none;
    cursor: pointer;
}


@media (max-width: 490px) {
    .form_price {
        padding: 20px 5px;  
    }
}