body{background-color: #F2EDE5;}
			

				table, p, td, th
				{
					font-family:Trebuchet MS;
					font-size:13px;
					color:#000000;
				}

				.notice
				{
					border: 1px solid #5780B2;
					padding: 2px 2px 2px 20px;
					width:700px;
					
					background-color: #fffc93;
					background-repeat: no-repeat;
					background-position: 2px 2px;
					font-size:10px;
				}

				.emptyinput
				{
					color:red;
				}

				.required
				{
					color:red;
				}

				legend
				{
					color:#182480;
					font-size:13px;
				}

				fieldset
				{
					border:1px solid #4F5B73;

				}

				table.pax
				{
					width:760px;
				}
				table.pax th
				{
					text-align:right;
				}
				table.pax input.inputfield
				{
					width:146px;
				}
				table.pax td.col1
				{
					width:140px;
				}
				table.pax th.col1
				{
					width:140px;
				}
				table.pax td.col2
				{
					width:290px;
				}
				table.pax td.col3
				{
					width:290px;
				}

				table.pax .head
				{
					text-align:right;
				}

				hr {
				  border: 0;
				  margin-right:8px;
				  margin-left:5px;
				  color: #4F5B73;
				  height: 1px;
				}


				h1
				{
					color:#182480;
					font-size:18px;
				}

				h3
				{
					color:#182480;
					font-size:13px;
				}

				.h3
				{
					color:#182480;
					font-weight:bold;
					font-size:13px;
				}

input{
	font-family:Trebuchet MS;
	padding: 2px 2px 0px 5px;
	font-size: 12px;
	border:0px;
	border-bottom:1px solid #7F7F7F;
	border-right:1px solid #7F7F7F;

	
	height: 20px;
}



textarea{
	font-family:Trebuchet MS;
	padding: 2px 2px 0px 5px;
	font-size: 12px;
	border: 0px;
	border-top:1px solid #7F7F7F;
	border-left:1px solid #7F7F7F;
	width: 274px;
	height: 74px;
}

select{
	font-family:Trebuchet MS;
	font-size: 12px;
	border: 0px;
	padding: 3px 3px 3px 2px;
	
	height: 20px;

	border:0px;
	border-bottom:1px solid #7F7F7F;
	border-right:1px solid #7F7F7F;
}
input.ButtonSmall, input.ButtonLarge, input.ButtonHuge{
	font-family: Verdana, Arial, sans-serif;
	padding:0px;
	font-size: 11px;
	font-weight: bold;
	border: 0px;
	height: 25px;
	padding-bottom: 4px;
	margin: 5px 2px 0px 2px;}

input.ButtonSmall{
	
	width: 103px;}

input.ButtonLarge{
	
	width: 170px;}

input.ButtonHuge{
	
	width: 250px;
	height: 25px;
BACKGROUND-IMAGE: url(images/submit.gif);
}

			