/* ====================================================== */
/* Define By  Masukree Tayakareng  */
  body{
  	margin:0px;
	background-color:#EFEFDF;
  }
  font,td,tr,b,div,span{
  	font-family:"ms Sans Serif";
	font-size:10pt;
	/*font-size: 12px;
	font-family: 'Tahoma', 'Lucida Grande', sans-serif;	*/
  }
  
/* Default Link */
a:link, a:visited {
	color:#429BBC; 
	text-decoration: none;
  	font-family:"ms Sans Serif";
	font-size:10pt;
}

a:hover, a:active {
	color:#FF8A17;	
	text-decoration: underline;
  	font-family:"ms Sans Serif";
	font-size:10pt;
}  
  
.txtBox{
	width:185px;
	height:19px;
	border-left:#808080 solid 1px;
	border-top:#808080 solid 1px;
	border-right:#D4D0C8 solid 1px;
	border-bottom:#D4D0C8 solid 1px;
	color:#000;
	background-color:#fff;
	margin:0;
	padding:0;
	float:left;
} 

.txtboxInput{
	width:300px;
	border:1px solid #CCCCCC;
}
.currentpage{
	color:#F96914;
	text-decoration:underline;
}

.tbl_border{
	border:1px solid #3C3C3C;
}
/* ====================================================== */
