@charset "utf-8";
/* CSS Document */
/*main table*/
.tbl_cus {
border-collapse:collapse;
text-align:left;
}

/*table register*/
.tbl_regis_cus{
border-collapse:collapse;
padding:0px;
word-spacing:0px;
border:1px solid #6B4105;
text-align:left;
width:650px;
background-color:#F9F7F0;
}
/*head row in table register*/
.head_row td{
background-color:#6B4105;
font-size:15px;
font-weight:bold;
color:#ffffff;
}
/*table thank you for register*/
.tbl_thank_cus{
height:100px;
background:#F9F7F0;
padding:10px;
color:#666666;
border:1px dashed #ff0000;
}
.tbl_thank_cus td{
font-size:11px;
}
