@charset "TIS-620";
/* CSS Document */
form{
	margin:0px;
}
input.button{
	font-family : "Verdana", Arial, Tahoma;
	font-size : 7.5pt;
	color : #4D4D4D;
	border: 1px solid #808080;
	background-color : #FFF;	
	margin:2px 0px 2px 0px;
}
input.normal, textarea, select{
	font-family : "Tahoma", Ms Sans Serif, Thonburi;
	font-size : 8.5pt;
	color : #4D4D4D;
	border: 1px solid #9A9A9A;
	background-color : #FFF;	
	margin:2px 0px 2px 0px;
}
input.checkbox, input.radio{
	margin:4px 0px -2px 0px;
}
.searchBox{
	display:block;
	float:left;
	font-family : "Tahoma", Ms Sans Serif, Thonburi;
	font-size : 8.5pt;
	height:14px;
	color : #4D4D4D;
	border-top:1px solid #9A9A9A;
	border-bottom:1px solid #9A9A9A;
	border-left:0px none;
	border-right:0px none;
	background-color : #FFF;
	margin:2px 0px 2px 0px;
}.search {
	background-image: url(../images/TH/Main/Img_bgSearch.gif);
	height: 21px;
	width: 202px;
	background-repeat: repeat;
	font-size : 8.5pt;
	border:solid 0px #xxxxxx;
	padding-left:3px;
	padding-top:4px;
}

