@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 #B70000;
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:#B70000;
font-size:15px;
font-weight:bold;
color:#ffffff;
}

/*table thank you for register*/
.tbl_thank_cus{
width:650px;
height:100px;
padding:10px;
font-weight:bold;
}
.tbl_thank_cus td{
color:#f3f1f1;
}
.tbl_thank_cus a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#e0b604;
	text-decoration:none;
	}
.tbl_thank_cus a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-decoration:none;
	}
/*.tbl_thank_cus td{
font-size:11px;
}*/
/*.tbl_thank_cus a{
font-size:11px;
color:#BE522B;
}*/

