@charset "utf-8";
/* CSS Document */

body{background:#f3f3f3;}
.content{ width:100%; padding-top:70px; }
.message_box{width:80%; margin:0 auto; height:135px; padding-right:20px;}
.m_txt{ width:100%; height:20px; border-radius:5px; border:1px solid #e0e0e0; padding:10px; display:block; font-size:14px; margin-bottom:15px;}
.message_box textarea{width:100%; border-radius:5px; border:1px solid #e0e0e0; padding:10px; display:block; font-size:14px; margin-bottom:15px; height:160px; line-height:20px;}

.m_sub{width:100%; text-align:center; padding-left:10px;}
.m_btn{width:80%; border:none; border-radius:15px; text-align:center; height:40px; line-height:30px; background:#a04c53; color:#FFF; font-size:16px; font-weight:bold; font-family:"arial","微软雅黑"; cursor:pointer;}