@charset "utf-8";
/* CSS Document */

#logo {
	margin: 20px auto 0 auto;
	width: 518px;
}
#content {
	width: 550px;
	margin: 0 auto;
}
#box_border {
	margin: 10px auto 0;
	width: 500px;
	border: #CC3300 1px solid;
	background-color: #FFFFFF;
}
#box_content {
	margin: 2px;
	background-color:#CC3300;
	padding: 10px;
}
#box_content p {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 500;
	line-height: 1.5em;
}
#box_bottom {
	margin: 0 auto;
	width: 502px;
	height: 160px;
	background: url(../graphics/bottom_scape2.gif) no-repeat;
}
#left_side_box {
	width: 164px;
	height: 153px;
	background: url(../graphics/birds.gif) no-repeat;
	margin-left: -175px;
	margin-top: 200px;
	float: left;
}
label {
	width: 6em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}
.submit input {
	margin-left: 6.5em;
	color: #FFFFFF;
	background: #CC3300;
	border: 2px outset #990000;
}
input, textarea {
	color: #990033;
	background: #ffffff;
	border: 1px solid #FF3333;
	overflow: auto;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}