* {
	margin: 0;
	padding: 0;
}

html {
 height:100%;
 }
 
body {
	margin : 0 ;
	padding : 0;
	height:100%;
	text-align: center ;
	background-color : #A37238;
	font-size : 87.5%;
	line-height: 160%;
}

.container {
	width:900px;
	margin : 0 auto;
	padding:0;
	text-align:left;
	background-color : #F9F3EC;
	border-right : 30px solid #8A602C;
	border-left : 30px solid #8A602C;
	border-bottom : 20px solid #8A602C;
}
.wrapper {
	width:800px;
	padding-left: 40px;
	padding-top: 20px;
}
.normal {
	font-size : 90%;
	font-weight: normal;
}
a:link,a:visited,a:active{text-decoration: none;
	border:none;
	color : #C2560E;
	}
a:hover{text-decoration: none;
	border:none;
	color : #067856;
	}
h1 {
	color: #A37238;
	font-size: 129%;
	font-weight: bold;
	margin-bottom: 15px;
}
h2 {
	color: #121212;
	font-size: 100%;
	font-weight: bold;
}
p {
	margin-bottom: 15px;
}
.note {
	font-size: 75%;
	line-height: 140%;
	margin-bottom: 5px;
	color: #563307;
}
.note2 {
	font-size: 90%;
	line-height: 140%;
	margin-bottom: 5px;
	margin-top: 15px;
	margin-right: 15px;
	/*padding-left: 1em;
	text-indent: -1em;*/
	color: #563307;
}
.requiredmark {
	color: #ff0000;
	font-size: 120%;
}
table.participant {
    border-collapse: collapse;
    border-spacing: 0;
	margin-bottom: 15px;
}
table.tourselect {
    border-collapse: collapse;
    border-spacing: 0;
	margin-bottom: 15px;
}
table.tourselect td {
	width: 400px;
	padding: 8px 0 12px 10px;
	border: 1px solid #8A602C;
	vertical-align: top;
}
table.participant td,
table.participant th {
	border: 1px solid #8A602C;
}
table.participant th {
	font-weight: normal;
	color: #563307;
	white-space: nowrap; 
	background-color: #E2CFB7;
	padding: 0 8px;
}
table.participant td {
	padding: 8px 8px 0 8px;
}
table.participant td.nameCol {
	width: 170px;
}
table.participant th.sexColTitle {
	width: 3em;
}
table.participant td.pNumber {
	color: #fff;
	background-color: #B79264;
	border: 1px solid #8A602C;
	padding: 0 8px;
	width: 15px;
}
.submitbuttonArea {
	margin: 0 auto;
	text-align: center;
}
.submitbuttonArea input {
	width: 200px;
	height: 30px;
	margin: 20px 0;
	cursor: pointer;
}
input, textarea {
	font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #8A602C;
	margin-bottom: 10px;
	padding: 2px;
}
input.inputName {
	width: 150px;
}
input.inputAddress {
	width: 450px;
}
input.inputAddressE {
	width: 400px;
}
select {
	font-size: 14px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
select  {
	margin: 1px;
    border: 1px solid #adadad;
}

