@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;
font-size:13px;
text-align:left;
width:650px;
background-color:#F8F1F8;
color:#000000;
}
/*head row in table register*/
.head_row{
background-color:#8F6BA0;
font-size:15px;
font-weight:bold;
color:#ffffff;
}
.head_row td{
color:#ffffff;
}
/*table thank you for register*/
.tbl_thank_cus{
height:100px;
background-color:#F8F1F8;
padding:10px;
font-size:13px;
border:1px solid #8F6BA0;
width:95%;
}
.tbl_thank_cus td{
color:#78787A;
}
.tbl_thank_cus a{
color:#8F6BA0;
}
.tbl_thank_cus a:hover{
color:#ffffff;
}

