@media all and (min-width:0px) and (max-width:768px){
    .all_page_top_message_box{box-sizing : border-box;position: fixed;z-index:10001;width:100%;height:400px; bottom:0px;right:0px;background-color:#fff;border:10px solid #07345e;}
}
@media all and (min-width:768px) and (max-width:1024px){
    .all_page_top_message_box{box-sizing : border-box;position: fixed;z-index:10001;width:400px;height:400px; bottom:0px;right:0px;background-color:#fff;border:10px solid #07345e;}
}
@media all and (min-width:1024px) and (max-width:1152px){
    .all_page_top_message_box{box-sizing : border-box;position: fixed;z-index:10001;width:400px;height:400px; bottom:0px;right:0px;background-color:#fff;border:10px solid #07345e;}
}
@media all and (min-width:1152px){
    .all_page_top_message_box{box-sizing : border-box;position: fixed;z-index:10001;width:400px;height:400px; bottom:0px;right:0px;background-color:#fff;border:10px solid #07345e;}
}
.bottom_message_top{width:100%;height:30px;text-align:center;background-color:#07345e;color:#fff;float:left;}
.bottom_message_top > h1{width:90%;height:100%;font-size:20px;float:left;}
.bottom_message_top > button{width:10%;height:100%;font-size:24px;color:#fff;float:right;border:0px;background-color:#07345e;}
.bottom_message_middle{width:90%;height:290px;margin-top:10px;margin-left:5%;float:left;}
.bottom_message_middle > h1{width:100%;height:10px;font-size:12px;color:#07345e;}
.bottom_message_middle > input[type=text] , .bottom_message_middle > input[type=email]{width:100%;height:20px;margin-top:13px;margin-bottom:15px;}
.bottom_message_middle > textarea{width:100%;height:100px;margin-top:13px;margin-bottom:15px;}
.bottom_message_bottom{width:100%;height:50px;float:left;text-align: center;}
.bottom_message_bottom > button{width:50%;height:80%;background-color:#07345e;border:0px;color:#fff;margin-top:5px;}