﻿		table {
			font-size: 16px;
			font-family: AngsanaNew;
			color: #000;
		}
		form {
			margin:0 auto; 
			text-align:center;
			width:900px;
			border:1px solid #ccc;
			padding:30px;
			background:#fff;
			border-radius: 10px; 
			-moz-border-radius: 10px; 
			-webkit-border-radius: 10px; 
			box-shadow: 0 0 4px #ccc; 
			-webkit-box-shadow: 0 0 4px #ccc; 
			-moz-box-shadow: 0 0 4px #ccc;
			margin-top: 40px;
			margin-bottom: 40px;
			font-size: 16px;
			font-family: AngsanaNew;
			color: #333333;
		}
		#f1 {
			margin:0 auto; 
			text-align:center;
			width:100%;
			border:1px solid #ccc;
			padding:30px;
			background:#fff;
			border-radius: 10px; 
			-moz-border-radius: 10px; 
			-webkit-border-radius: 10px; 
			box-shadow: 0 0 4px #ccc; 
			-webkit-box-shadow: 0 0 4px #ccc; 
			-moz-box-shadow: 0 0 4px #ccc;
			margin-top: 40px;
			margin-bottom: 40px;
			font-size: 16px;
			font-family: AngsanaNew;
			color: #333333;
		}
		#full {
			margin:0 auto; 
			text-align:center;
			width:95%;
			border:1px solid #ccc;
			padding:30px;
			background:#fff;
			border-radius: 10px; 
			-moz-border-radius: 10px; 
			-webkit-border-radius: 10px; 
			box-shadow: 0 0 4px #ccc; 
			-webkit-box-shadow: 0 0 4px #ccc; 
			-moz-box-shadow: 0 0 4px #ccc;
			margin-top: 40px;
			margin-bottom: 40px;
			font-size: 16px;
			font-family: AngsanaNew;
			color: #333333;
		}
		#f3 {
			margin:0 auto; 
			text-align:center;
			width:480px;
			border:1px solid #ccc;
			padding:30px;
			background:#fff;
			border-radius: 10px; 
			-moz-border-radius: 10px; 
			-webkit-border-radius: 10px; 
			box-shadow: 0 0 4px #ccc; 
			-webkit-box-shadow: 0 0 4px #ccc; 
			-moz-box-shadow: 0 0 4px #ccc;
			margin-top: 40px;
			margin-bottom: 40px;
			font-size: 16px;
			font-family: AngsanaNew;
			color: #333333;
		}		
		#fmenu {
			margin:0 auto; 
			text-align:center;
			width:450px;
			border:1px solid #ccc;
			padding:30px;
			background:#fff;
			border-radius: 10px; 
			-moz-border-radius: 10px; 
			-webkit-border-radius: 10px; 
			box-shadow: 0 0 4px #ccc; 
			-webkit-box-shadow: 0 0 4px #ccc; 
			-moz-box-shadow: 0 0 4px #ccc;
			margin-top: 40px;
			margin-bottom: 40px;
			font-size: 16px;
			font-family: AngsanaNew;
			color: #333333;
		}
		#fdetail {
			margin:0 auto; 
			text-align:center;
			width:870px;
			border:1px solid #ccc;
			padding:30px;
			background:#fff;
			border-radius: 10px; 
			-moz-border-radius: 10px; 
			-webkit-border-radius: 10px; 
			box-shadow: 0 0 4px #ccc; 
			-webkit-box-shadow: 0 0 4px #ccc; 
			-moz-box-shadow: 0 0 4px #ccc;
			margin-top: 40px;
			margin-bottom: 40px;
			font-size: 16px;
			font-family: AngsanaNew;
			color: #333333;
		}
		form input.text{
			float:left;
			border:0px solid #ccc;	
			height: 35px;
			padding:10px;
			width:190px;
			font-size: 16px;
			font-family: AngsanaNew;
			color: #333333;
			margin:2px;
		}
		#h2{font-size: 20px;
			font-family: AngsanaNew;
			font-weight: bold;
			color:#fff;
			}
		#button {
			margin-top:10px;
			padding-right:20px;
			text-align:right;	
		}

		#button input {
			margin:0 auto;
		}		

		a.cssSubmitButton {			
			font-size: 12px;
			background: #fff no-repeat 4px 5px;
			display: inline-block;
			padding: 5px 20px 6px;
			color: #333;
			border:1px solid #ccc;
			text-decoration: none;
			font-weight: bold;
			line-height: 1.2em;
			border-radius: 15px;
			-moz-border-radius: 15px;
			-webkit-border-radius: 15px;
			-moz-box-shadow: 0 1px 3px #999;
			-webkit-box-shadow: 0 1px 3px #999;
			position: relative;
			cursor: pointer;
			outline:none;
		}
		
		a.cssSubmitButton:visited {}
		
		a.cssSubmitButton:hover {
			border:1px solid #333;
		}
		
		.loading {
			background-image:url('load.gif') !important;
			color:#ccc !important;	
			-moz-box-shadow: 0 0 0 #fff !important;
			-webkit-box-shadow: 0 0 0 #fff !important;
		}

		.effect {
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;	
		}