* {
	padding: 0;
	margin: 0;
}

body {
	background: #e9f3e9;
	color: #0c3b15;
	font: 62.5% 'Lucida Grande', 'Trebuchet MS', Verdana, Tahoma, Geneva, Arial, sans-serif;
	letter-spacing: 0.02em;
}

p, span, ul, dl, ol, legend, input, textarea, .form_item, .form_item_float {
	font: 1.15em 'Lucida Grande', 'Trebuchet MS', Verdana, Tahoma, Geneva, Arial, sans-serif;
	text-align: justify;
}
p, dd, .infobox {
	line-height: 1.4em;
	margin: 1em 0 0 0;
}
form {
	margin: 0 0 0 0;
}

img, table {
	border: none;	
}

th {
	text-align: left;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Eurostile, 'Lucida Grande', 'Trebuchet MS', Verdana, Tahoma, Geneva, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: left;
}

h1 {
	font-size: 2em;
}
h2, h3 {
	font-size: 1em;
}

ul, ol, dl {
	list-style: none;
	position: relative;
}

a:link, a:visited {
	color: #05270c;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}

fieldset {
	margin: 0;
	border: none;
}
legend {
	color: #dddddd;
	display: none;
}

input {
	width: 200px;
	margin: 0.2em 0 0 0;
	padding: 0.2em;
}
textarea {
	width: 350px;
	height: 80px;
	margin: 0.2em 0 0 0;
	padding: 0.2em;
}
#submit, #guestbook_valcode, #contact_valcode {
	width: auto !important;
}
#contentform input {
	width: 65%;
}
#contentform textarea {
	width: 97%;
	height: 200px;
}
#val {
	margin: 0 0 0 4em;
	width: 64px;
	height: 21px;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.form_item, .form_item_float {
	padding: 0.3em 0.4em 0.4em 0.4em;
}

.form_item_float {
	float: left;
	margin: 0 1em 0 0;
}

.notice {
	color: #571616;
	padding: 0.6em;
	border: 1px solid #571616;
	margin: 0 0 1em 0;
	font-size: 1.2em;
}

.alert {
	color: #571616;
	font-weight: bold;
	background: inherit;
}
