.order_page form {
    padding-top: 15px;
}
.contact_order_page {
    margin-bottom: 20px;
}
.order_page h3 {
    font-size: 16px;
    padding-bottom: 10px;
}
.contact_order_page dl {
    float: left;
    width: 95%;
    margin-left: 5%;
    margin-top: 15px;
}
.contact_order_page dl dt {
    float: left;
    width: 190px;
    text-align: right;
}
.contact_order_page dl dt span {
    color: #e00;
}
.contact_order_page dl dd {
    margin-left: 210px;
}
.contact_order_page dl dd input, .contact_order_page dl dd textarea, .contact_order_page dl dd select {
    box-shadow: 0 0 0 1px rgba(2,2,2,.1);
    -webkit-box-shadow: 0 0 0 1px rgba(2,2,2,.1);
    -moz-box-shadow: 0 0 0 1px rgba(2,2,2,.1);
    -ms-box-shadow: 0 0 0 1px rgba(2,2,2,.1);
    -o-box-shadow: 0 0 0 1px rgba(2,2,2,.1);
    width: 300px;
    padding: 3px 0;
    margin: 0;
    border: 0;
    background: #fefefe;
    text-indent: 3px;
}
.contact_order_page dl dd select {
    text-indent: 28px !important;
    background: url(../img/credit-card.png) 3px center no-repeat!important;
}
.contact_order_page dl dd input, .contact_order_page dl dd textarea, .contact_order_page dl dd select {
    box-shadow: 0 0 0 1px rgba(2,2,2,.1);
    -webkit-box-shadow: 0 0 0 1px rgba(2,2,2,.1);
    -moz-box-shadow: 0 0 0 1px rgba(2,2,2,.1);
    -ms-box-shadow: 0 0 0 1px rgba(2,2,2,.1);
    -o-box-shadow: 0 0 0 1px rgba(2,2,2,.1);
    width: 400px;
    padding: 3px 0;
    margin: 0;
    border: 0;
    background: #fefefe;
    text-indent: 3px;
}
.contact_order_page dl dd textarea{
    height:200px;
}
.send_order_btn {
    text-align: center;
    margin-top: 20px;
}
.send_order_btn button {
    font-family: Segoe UI, Arial, Helvetica, sans-serif;
    width: 230px;
    padding-left: 20px;
    border: 0;
    text-align: center;
    height: 45px;
    cursor: pointer;
    background: #fb6501 url(../img/cart.png) 40px center no-repeat;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
