* {
	padding: 0;
	margin: 0;
}

body {
	background: #fdf4e2 url(../images/bg.gif);
	color: #533e3e;
	font: 62.5% 'Lucida Grande', 'Trebuchet MS', Verdana, Tahoma, Geneva, Arial, sans-serif;
	letter-spacing: 0.1em;
	text-align: justify;
}

p, span, ul, dl, ol, legend, label, input, textarea {
	font: 1.1em 'Lucida Grande', 'Trebuchet MS', Verdana, Tahoma, Geneva, Arial, sans-serif;
}
p {
	line-height: 1.4em;
	padding-bottom: 1em;
}
li, dt, dd {
	line-height: 1.4em;
}

img, table {
	border: none;	
}

th {
	text-align: left;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, 'Lucida Grande', 'Trebuchet MS', Verdana, Tahoma, Geneva, Arial, sans-serif;
	text-align: left;
	color: #660000;
	letter-spacing: 0.08em;
}

h1 {
	font-size: 1.8em;
	margin-bottom: 2px;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.2em;
	color: #533e3e;
	margin-bottom: 1em;
	padding-top: 1em;
	clear: both;
}
h4 {
	font-size: 1.2em;
}

ul, ol {
	list-style: none;
}

a {
	color: #660000;
	outline: none;
}
a:hover, a:active {
	text-decoration: none;
}

form {
	margin-bottom: 1.5em;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
legend {
	display: none;
}
label {
	display: block;
	margin: 0 1em 0.5em 0;
	color: #660000;
}
input {
	width: 200px;
}
input, textarea {
	margin-top: 0.2em;
	padding: 0.3em;
	border: 1px solid #dddddd;
	font: 1em 'Lucida Grande', 'Trebuchet MS', Verdana, Tahoma, Geneva, Arial, sans-serif;
}
textarea {
	width: 435px;
	height: 235px;
}
#submit {
	width: auto;
	font-size: 1.1em;
}

.clear {
	height: 0px;
	clear: both;
	font-size: 0px;
}

.form_item, .form_item_float {
	padding: 0.3em 0.4em 0.4em 0.4em;
}

.form_item_float div {
	float: left;
	margin: 0 1em 0 0;
}

#notice {
	color: #660000;
	padding: 1em;
	margin-bottom: 1.5em; 
	font-weight: bold;
	border: 1px dotted #660000;
}

.alert {
	color: #660000;
	font-weight: bold;
	background: inherit;
}