@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-image:url(images/bgtop2.jpg);
	background-repeat:repeat-x;
	background-color: #FFFFFF;
	}
.text {
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	color:#1589FF;
}
.data2 {
	font-family: Tahoma;
	font-size: 14px;
	text-decoration: underline;
	font-weight:bold;
	color: #0066CC;
}
.line-bottom-grey{
	border-bottom: 1px dotted #CCCCCC;
}
.data1 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	color: #0066CC;
}
.link-menu-top-normal {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	font-weight:normal;
	text-decoration: underline;
}
.link-menu-top {
	font-family: Microsoft Sans Serif;
	font-size: 14px;
	color: #000000;
	font-weight:bold;
	text-decoration: underline;
}
.link-menu-top-active {
	font-family: Microsoft Sans Serif;
	font-size: 14px;
	color: #0066CC;
	font-weight:bold;
	text-decoration: none;
}
.head-thai{
	font-family: Microsoft Sans Serif;
	font-size: 15px;
	text-decoration: none;
}
.head-eng{
	font-family: Trebuchet MS;
	font-size: 15px;
	text-decoration: none;
}
.submitButton{
	font-family: Trebuchet MS;
	font-size:12px;
	background-image:url(images/bg-button.jpg);
	border: 1px solid #4a95c9;
	height: 19px;
}
.button-ok{
	font-family: Trebuchet MS;
	font-size:12px;
	background-image:url(images/bg-button-green.jpg);
	border: 1px solid #009900;
	height: 19px;
}
.button-cancel{
	font-family: Trebuchet MS;
	font-size:12px;
	background-image:url(images/bg-button-red.jpg);
	border: 1px solid #e83640;
	height: 19px;
}
legend {
    font-family: arial, sans-serif;
    font-weight: bold;
    font-size: 90%;
    color: #666;
    background: #eee;
    border: 0px solid #ccc;
    border-bottom-color: #999;
    border-right-color: #999;
    padding: 4px 8px;
    }