@charset "utf-8";
/* CSS Document */
form{
	margin:0px;
}
input.button{
	font-family : "Tahoma", Ms Sans Serif, Thonburi;
	font-size : 7pt;
	font-weight:800;
	color : #fff;
	border:#666 1px solid;
	background-color : #666;	
	padding:2px;
	text-transform:uppercase;
}
input.normal, textarea, select{
	font-family : "Tahoma", Ms Sans Serif, Thonburi;
	font-size : 8.5pt;
	background-color:#fff;
	color:7d7d7d;
	border:#ea81a6 solid 1px;
	margin:0;
	padding:3px 3px;
}


