@charset "TIS-620";
/* CSS Document */
form{
	margin:0px;
}
input.button{
	font-family : "Tahoma", Ms Sans Serif, Thonburi;
	font-size : 8.5pt;
	font-weight:800;
	color : #4D4D4D;
	border: 1px solid #808080;
	background-color : #F2F2F2;	
	margin:2px 0px 2px 0px;
}
input.normal, textarea, select{
	font-family : "Tahoma", Ms Sans Serif, Thonburi;
	font-size : 8.5pt;
	color : #333;
	border: 1px solid #BABABA;
	background-color : #F2F2F2;	
	margin:2px 0px 2px 0px;
}
input.login{
	font-family : "Tahoma", Ms Sans Serif, Thonburi;
	font-size : 10pt;
	color : #333;
	height:18px;
	border:none;
	background-color : #F2F2F2;	
}
input.freetrial, select.freetrial{
	font-family : "Tahoma", Ms Sans Serif, Thonburi;
	font-size : 8.5pt;
	color : #333;
	border: 1px solid #CCC;
	background-color : #FFF;	
	margin:2px 0px 2px 0px;
}
input.freetrialY, select.freetrialY{
	font-family : "Tahoma", Ms Sans Serif, Thonburi;
	font-size : 8.5pt;
	color : #333;
	border: 1px solid #CCC;
	background-color : #FFFFCC;
	margin:2px 0px 2px 0px;
}
input.radio, input.checkbox{
	margin:2px 0px -3px 0px;
}