@charset "UTF-8";
/* CSS Document */

#form_customer table{
	width:500px;
	border:1px solid black;
	border-collapse:collapse;
}
#table1 th,#table2 th{
	width:92px;
	color:white;
	background-color:green;
	border:1px solid black;
	font-size:11px;
	padding:4px;
}
#table1 td,#table2 td{
	width:392px;
	border:1px solid black;
	background-color:white;
	padding:4px;
	text-align:left;
}
#form_customer input{
	font-size:14px;
	line-height:18px;
}
#form_customer textarea{
	font-size:12px;
	line-height:16px;
}

.w400{
	width:392px;
}
.w250{
	width:250px;
}
.w180{
	width:180px;
}

