#toi_form{
/*	width: 400px;
	height: 300px;*/
	text-align:center;
	padding:20px;
	margin:0 auto;
}
#toi_form_thx{
	width: 500px;
	text-align:center;
	padding:20px;
	margin:0 auto;
}
#toi_form_thx p{
	text-align:left;
	font-size:90%;
	line-height:150%;
	padding:10px 0;
	margin:0 auto;
}

#toi_form table{
	width: 500px;
	margin:0 auto;
	padding:0;
}
#toi_form table th{
	padding:15px 10px;
	font-size:80%;
	line-height:150%;
	text-align:left;
	width:150px;
	background: url(../images/form_line.gif) no-repeat 0px 100%;
}
#toi_form table td{
	padding:15px 10px;
	font-size:80%;
	line-height:150%;
	text-align:left;
	background: url(../images/form_line.gif) no-repeat 0px 100%;
}

#toi_form table td .txtBox01{width:150px;}
#toi_form table td .txtBox02{width:250px;}
#toi_form table td .txtBox03{width:50px;}
#toi_form table td .txtField{width:250px; height:100px;}

.form_btn{
	text-align:center;
	font-size:80%;
	line-height:150%;
	padding:15px 0;
}

.txt_r{color:#CC0000;}