@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 #3333FF;
text-align:left;
width:650px;
background-color:#FFFFFF;
font:"Times New Roman", Times, serif;
font-size:11px;
}
/*head row in table register*/
.head_row td{
background-color:#3333FF;
font-size:15px;
font-weight:bold;
color:#ffffff;
}
/*table thank you for register*/
.tbl_thank_cus{
height:100px;
/*background:#FFFFFF;*/
padding:10px;
color:#666666;
font:"Times New Roman", Times, serif;
font-size:13px;

/*:1px dashed #ff0000;*/
}
/*.tbl_thank_cus td{
font-size:11px;
}*/
/*.tbl_thank_cus a{
font-size:11px;
color:#BE522B;
}*/


