html {
	font-family:sans-serif;
	line-height:1.15;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	width:100%; height:100%;
}
body{
	font-family:Arial,Helvetica Neue,Helvetica,sans-serif;
	width:100%;
	margin:0; padding:0;
	color:#111;
	background-color: rgba(222, 206, 172, .35);
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
	display:block;
}
[hidden],template{
	display:none;
}
a{
	background-color:transparent;
}
a:active,a:hover{
	outline:0;
}
b,strong{
	font-weight:700;
}
hr{
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	height:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
td,th {
	padding:0;
}
h1{
	font-size:2em;
	margin:.67em 0;
}
small{
	font-size:80%;
}
sub,sup{
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}
sup{
	top:-.5em;
}
sub{
	bottom:-.25em
}
img{
	border:0
}
header{
	position:relative;
	max-width:620px;
	text-shadow: 0 0 1px #666666;
	margin:-21px auto 0;
	padding:0 0 1.5em;
	background-color:#fefeff;
	text-align:center;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	box-shadow:2px 2px 1px #bbb;
}
#navi{
	position:absolute;
	background-color:#fefeff;
	left:3.2em;
	top:2em;
	text-align:left;
}
#navi img{
	margin:0;
	padding:0;
	margin-bottom:2px;
}
#navi img:hover{
	margin:0 0 2px;
	opacity:0.5;
	cursor:pointer;
}
#navMenu{
	display:none;
	height:6.5em;
	font-size:120%;
	margin-left:-2.5em;
}
#navMenu:first-child{text-shadow:0 0 1px #9a9;}
#navMenu a,#navMenu a:focus,#navMenu a:visited{
	display:block;
	font-size:12px;
	line-height:1;
	margin:0.5em 0 0;
	padding:6px 12px 10px 8px;
	text-align:center;
	color:#031; /* #2c5fcc; */
	background-color:#fefeff;
	text-decoration:none;
	outline:none;
	box-shadow:inset -3px -3px 2px 0 #454; /* #005; */
	text-shadow:1px 1px 1px #abc;
	border-left:1px solid #898; /* silver; */
	border-top:1px solid #898;
	border-radius:2px;
	cursor:pointer;
}
#navMenu a:hover{
	background-color:#ededee;
	color:#031; /* #2c5fcc; */
}
#navMenu a:active{
	box-shadow:inset 3px 3px 0 -2px #005;
	background-color:#fefeff;
	display:block;
	cursor:pointer;
	padding:6px 12px 0 8px;
	text-decoration:none;
}
h1{
	margin:1em 0 0 0;
	color:#121;
	padding-top:0.8em;
}
h2{
	font-weight:normal;
	margin:0;
	padding:0.5em 0 0.1em 0;
}
h2 a{text-decoration:none;color:#112}
h2 a:hover{
	text-decoration:none;
	color:#131;
	opacity:0.75;
}
section{
	display:block;
	max-width:500px;
	margin: 0.25em auto 2em;
	background-color:#fefeff;
	padding:0.5em 60px 1.25em;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	box-shadow:2px 2px 1px #bbb;
}

.formwrap{
	text-align:center;
	font-size:100%;
	background-color:#fefeff;
	padding:0;
	max-width:462px;
	margin:0 auto;
}
.formbox{
	text-align:left;
	margin:0 auto;
	color:#112;
	max-width:440px;
	padding:10px 15px;
}
.formbox p{margin:10px 0 5px 0;}
.formbox a{
	float:right;
	color:#112; /* #003399 */
	margin:.1em 1em 0 1em;
}
.formbox a:hover{opacity:0.75}
input,textarea{
	width:95%;
	background-color:#eee;
	font-size:1rem;
	font-family:sans-serif;
	line-height:1.618;
}
.bgred{
	border:1px solid #f44a4a;
	padding:2px 0 2px 5px;
}
.bggreen{
	border:1px solid #007e3a;
	padding:2px 0 2px 5px;
}
.red{color:#f44a4a}

.but{
	width:80px;
	line-height:1.25;
}
.button{
	border:0;
	width: 100px;
	height: 25px;
	display:block;
	margin: 0 auto;
	background:transparent url('bt1.png') center top no-repeat;
}
.button:hover{
	background:transparent url('bt2.png') center top no-repeat;
}
input[type=submit], input[type=reset]{
	font-size:.9em;
}
#privacy{
	border-right:0px solid #eee;
	box-shadow:2px 0 1px gray;
}
@media screen and (max-width:740px){
	#navi{
		position:relative;
		left:0;top:0;
		margin-bottom:0;
		padding:2.1em 3.7em 0 3.7em;
		text-align:left;
	}
	#navMenu a,#navMenu a:focus,#navMenu a:visited{
		line-height:1.75;margin-top:.25em;
	}
	#navMenu{
		border:none;
		margin:0;
	}
	h1{margin-top:-.5em;z-index:100;}
}
@media screen and (max-width:584px){
	#navi{
		padding:2.1em 1em 0;
		text-align:left;
	}
	h2{
		font-size:1.1em;
		line-height:2em;
	}
	section{
		position:relative;
		margin:.25em 0;
		padding:0 .5em 1.25em 0;
	}
	.formbox a{
		float:left;
		margin:2.5em 0 1.5em;
	}
	.button{
		clear:both;
	}
}
@media screen and (max-width:420px){
	.formbox a{
		margin:2.5em 0;
	}
}