body {
	text-align: center;
	font-size: 70%;
	font-family: tahome, verdana, arial, sans-serif;
	color: #374F8F;
}

p {
	margin-bottom: 15px;
}
a {
	color: #435C9E;
}

a:hover {
	text-decoration: none;
}

#page {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background: url('../img/header.jpg') center top no-repeat;
	height: 120px;
	position: relative;
}

#header a {
	position: absolute;
	top: 10px;
	left: 15px;
	width: 180px;
	height: 60px;
}

#header-partner {
	height: 81px;
	background-position: left top;
	background-repeat: no-repeat;
	text-align: right;
}

#header div#img-partner {
	margin-left: 300px;
}

#header div#img-partner a {
	position: static;
	width: auto;
	height: auto;
}

#header #img-partner a img {
	margin: 15px 15px 0 0;
}



h1 {
	position: absolute;
	top: 84px;
	left: 20px;
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
	color: #435C9E;
}

#img {
	background: #F6F4CE;
	padding: 40px 0;
	text-align: center;
}

#middle {
	margin-top: 16px;
	border-top: 1px #A1ADCE solid;
	padding-top: 5px;
	padding-bottom: 20px;
}

h2 {
	color: #435C9E;
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 10px;
}

form table td {
	padding: 2px 4px;
	vertical-align: top;
	white-space: nowrap;
}

form table label {
	font-weight: bold;
}

form table input, form table textarea {
	width: 500px;
	border: 1px #A7A6AA solid;
}

form table textarea {
	height: 100px;
	font-size: 100%;
}

.require {
	background: #FFFFA0;
	border-top: 2px #828183 solid;
	border-left: 2px #828183 solid;
	border-right: none;
	border-bottom: none;
}

.submit {
	color: #546BA3;
	width: auto;
	border: 1px #2B4F82 solid;
	background: url('../img/submit.gif') left top repeat-x;
	cursor: pointer;
}

.error label {
	color: red;
}


