html{
	width: 100%;
	height: 100%;	
}
body {
	margin:0px;
	padding:0px;
	font-family: 'Kanit', sans-serif;
	background-color:#F0ECE5;	
	font-size: 16px;
}

.header{
	background-color:#113946!important;
}

.navtop{
	background-color:#B6BBC4;
	padding:10px;
}

.bgcolor1{
	background-color:#113946;
}




fieldset {
	border: 1px solid #044F67;
	width: 100%;
	background: #DCDCDC;
	padding: 10px;
}
fieldset legend {
	background: #31304D;
	padding: 6px;
	font-weight: bold;
	color:#FFD0EC;
	border-radius: 10px;
}
.psize{
	font-size: 12px;
}

