body{
    background: #d1d1d1;
}
.cont{
    height:500px;
    width:888px;
    background: #ffffff;
    margin:180px auto 0px;
    border-radius:20px;
    box-shadow: 10px 10px 8px #888888;
}
.cont_left{
    height: 500px;
    width: 288px;
    /*background: #ecc3f5;*/
    border-radius:20px 0 0 20px;
    float: left;
}
.cont_left img{
    margin: 100px 0 0 44px;
}
.cont_right{
    height: 500px;
    width: 600px;
    background: #e5e5e5;
    border-radius:0 20px 20px 0;
    float: left;
}

.cont_right_p{
    text-align: center;
    font-size: 35px;
    letter-spacing:2px;
    color: #6f3400;
    margin-top: 60px;
}

.cont_right_form{
    width: 300px;
    margin: 30px auto 0px;
}

.cont_right_form_div1{
    height: 60px;
}

.cont_right_form_div2{
    height: 60px;
}
.cont_right_form_div3{
    height: 40px;
}
.cont_right_form_div4{
    height: 20px;
    float:right;
    margin-right: 8px;
    margin-top: 5px;
}
.cont_right_input1{
    border-style: solid;
    width: 288px;
    height: 40px;
    font-size: 18px;
    border-width:0px;
    border-color: #bfbfbf;
    box-shadow: 5px 5px 10px #888888;
}
.cont_right_input2{
    width: 288px;
    height: 40px;
    font-size: 18px;
    border-width:0px;
    border-style:solid;
    border-color: #bfbfbf;
    box-shadow: 5px 5px 10px #888888;
}
.cont_right_input3{
    width: 112px;
    height: 40px;
    font-size: 18px;
    border-width:0px;
    border-style:solid;
    border-color: #bfbfbf;
    box-shadow: 5px 5px 10px #888888;
}

.cont_right_button{
    width: 293px;
    height: 40px;
    background: #b71f22;
    font-size: 18px;
    margin-top: 40px;
    letter-spacing:5px;
    color: #ffffff;
    border-width:0px;
    border-radius:8px;
    box-shadow: 5px 5px 10px #888888;
    /*border-style:solid;*/
}