body {
    margin: 0; padding: 10px;
    color: #fff;
    background: #000;
}
.title{
    position: relative;
    color:#e09a81;
    font-size:22px;
}
#send-order {
    display: block; position: relative;
    width: 83px; height: 30px;
    background: url(../img/buy-button.png) no-repeat;
}
.errors {
    position: relative;
    margin: 10px 0;
    text-align: center; color: #f20;
}

.buy-button {
    background: url("../img/buy-button.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 30px;
    position: relative;
    width: 83px;
}
.item_price{
    position: relative;
    width: 300px;
    margin: 15px auto;
}
.fl{float: left}
.al_r{text-align: right}
.item_price div.fl{
    width: 140px;
    margin-right: 10px;
}
.clear{clear: both}