body, html {
    min-width:696px;
    overflow-x:hidden;
}

body {
    background:url('images/body.jpg') #c2b4aa top center no-repeat;
    background-attachment: fixed;
    font-family: 'Open Sans', sans-serif;
    color:#c03868;
}

.wrapper {
    width:696px;
    margin:0 auto;
    padding:0 0 10px 0;
    background:#fff;
}

.header {
    position:relative;
    width:696px;
    height:930px;
    background:url('images/header_v2.jpg') 0 0 no-repeat;
}

    .book_1 {
        position:absolute;
        width:570px;
        height:500px;
        top:217px;
        left:369px;
        background:url('images/book_1.png') 0 0 no-repeat;
    }
    
    .book_2 {
        position:absolute;
        width:429px;
        height:299px;
        top:-50px;
        right:-310px;
        background:url('images/book_2.png') 0 0 no-repeat;
    }
    
    .btn_order {
        position:absolute;
        width:258px;
        height:83px;
        bottom:20px;
        left:50%;
        margin-left:-130px;
        background:url('images/btn_order.png') 0 0 no-repeat;
        text-indent:-9999em;
    }

.footer {
    width:232px;
    height:61px;
    margin:0 auto 10px auto;
    background:url('images/footer.jpg') 0 0 no-repeat;
}

.title_1 {
    height:61px;
    margin-top:40px;
    background:url('images/title_1.jpg') top center no-repeat;
}

.title_2 {
    height:66px;
    background:url('images/title_2.jpg') top center no-repeat;
}

.title_3 {
    height:185px;
    margin:10px 0;
    background:url('images/title_3.jpg') top center no-repeat;
}

.title_4 {
    height:67px;
    background:url('images/title_5.jpg') top center no-repeat;
}

.btn_send {
    display:block;
    width:291px;
    height:82px;
    margin:0 auto;
    border:none;
    background:url('images/title_4.jpg') 0 0 no-repeat;
    text-indent:-9999em;
    outline:none;
}

.block_1 {
    margin:50px 28px;
    font-size:24px;
    font-weight:300;
}

.block_3 {
    margin:20px 20px 50px 20px;
    font-size:12px;
    text-align:center;
}

.block_4 {
    margin:20px;
    font-size:15px;
}

.issuuembed {
    width:100%;
    height:400px;
    margin:25px 0;
}

.order_info {
    text-align:center;
}

.order_table {
    margin:25px 0 25px 40px;
}

    .order_table td {
        padding:4px 0;
        vertical-align:middle;
    }
    
    .order_table td.aligntop {
        vertical-align:top;
    }

    .order_table .label {
        padding-right:15px;
        font-size:24px;
        text-align:right;
        white-space:nowrap;
    }
    
    .order_table input[type="text"],
    .order_table input[type="number"] {
        border:none;
        margin:0;
        padding:8px;
        width:275px;
        background:#ededed;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        color:#555;
    }
    
    .order_table input[type="radio"] {
        display:inline-block;
        margin-right:10px;
    }

    .order_form {
        position:relative;
    }

    .message {
        display:none;
        text-align: center;
        margin: 20px;
        border: 2px rgb(208, 57, 132) solid;
        padding: 10px 0;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    
    .message.success {
        color:#28BA25;
        border: 2px #28BA25 solid;
    }
    
    
/*
.outofstock {
	position:fixed;
	width:100%;
	min-height:300px;
	top:0;
	bottom:0;
	background:url('images/outofstock.png') rgba(255,255,255,0.6) center center no-repeat;
	z-index:999;
}

html, body { overflow:hidden; }
*/
