/* CSS Document */

/* table */
td.textform{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
	font-size:11px;
	color:#666666;
	}
td.textform a{
	color:#666666;
	text-decoration:underline;
	}
td.textform a:hover{
	color:#002e6c;
	text-decoration:underline;
	}
	
input.input_width160px{
	width:160px;
	height:20px;
	border:#666666 solid 1px;
	}
input.input_width200px{
	width:200px;
	height:20px;
	border:#666666 solid 1px;
	}
textarea.textarea_width200px{
	width:200px;
	height:60px;
	border:#666666 solid 1px;
	}