@import url(/font/thsarabunnew.css);
body{
	font-family: 'THSarabunNew', sans-serif; font-size: 0.95em; 
}
.ft_text1{
	font-size: 1.3em; font-weight: bold;
	padding:5px 25px;

}

img.flt1
{
	visibility: hidden;
}
.tp_txtcss{ font:11px/14px tahoma; color:darkblue; margin:0px 0px 0px 198px;}

input[type=submit]{
	font-family:'THSarabunNew', sans-serif;border-radius: 15px;font-weight: bold;
	font-size: 1.1em; 
	color:white;
	}
input[type=text]  {
  font-family:Verdana;font-size: 1em;font-weight: bold;
  border: 1px solid darkblue;
  border-radius: 5px;
}
input[type=password]  {
	font-family:Verdana;font-size: 1em;font-weight: bold;
  border: 1px solid red;
  border-radius: 4px;
}
table{
	background-color:white;
}
td {

	text-align: center;
  border-bottom: 1px solid #ddd;
  background-color:white !important;
}
th{

	text-align: center;
  border: 1px solid #000;
  background-color:#0099cc;
  color:white;
  height:40px ;
  
  
}
tr:nth-child(even) {background-color: #f2f2f2;!important;}
.ir{
	border-bottom: 0px #ddd;
}
@media print { 
  @page { margin: 1cm }
  input { 
    display:none;
  } 
   div.divFooter {
	text-align:center;
	font-size:x-small;
    position: fixed;
    bottom: 0;
  }

}