@charset "UTF-8";
/* CSS Document */
#content {
	position:relative;
	width:877px;
	height:1200px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
}

h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#F00;
}
p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	color:#006;
}
h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color:#003;
	font-weight:normal;
}
h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	color:#F00;
	font-weight:normal;
}
label {
	color:#006;
	display:block;
}
textarea {
	width:400px;
	height:150px;
}

legend {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#00F;
}
.warning {
	font-weight:bold;
	color:#F60;
}

