@charset "utf-8";
/* CSS Document */
.d_left{float:left;}
.d_right{float:right;}
.d_main_content{max-width:900px; width:96%; margin:0 auto;}
.d_form_wrapper{max-width:600px; width:100%;  margin:0 auto;}
.d_form_row{overflow:hidden;}
.d_f_col1{ width:49%;}
.d_f_col2{ width:100%;}
.d_f_col{}
.d_f_col label{margin:0 0 5px; display:block;}
.d_f_col select, .d_f_col input, .d_f_col textarea{border:thin solid #dedede; width:92%; height:36px; margin:0 auto 15px; padding:0 5px}
.d_f_col textarea{height:100px; resize:none; width:97%;}
.d_f_col2 input{ width:97%;}
.d_table_form{}
.d_table_form table{width:100%;}
.d_table_form{}
.d_table_form input { height: 88%; left: 0; position: absolute; top: 0; width: 96%; z-index:9;}
.d_table_form td { height: 46px;padding: 0 6px; position: relative; width: 25%; vertical-align:middle;}
.btn-theme {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 4px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}
