﻿body {
	background-color: #FFF;
	color: black;
	font-family: Arial, Helvetica, Sans-Serif;
	overflow: hidden;
}
p {
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	margin-bottom: 25px;
}
p a {
	color: black;
}
p a:hover {
	text-decoration: none;
}
h1 {
	color: black;
	font-size: 24px;
	letter-spacing: -1px;
	margin: 0px 0px 15px 0px;
}
input {
	margin: 0px 7px 25px 0px;
	float: left;
}
label {
	text-align: left;
}
#wrapper {
	width: 500px;
	display: table;
	margin: 20px auto;
	border: 5px red solid;
	padding: 40px 50px 40px 50px;
}
.button {
	 width: 156px; height: 43px;
	 text-align: center;
	 line-height: 43px;
}
.button a {
	display: block;
	color: white;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	line-height: 43px;
	background: center top;
}
.button a:hover {
	background: center bottom;
}
#buttonre {
	float: right;
	margin: 10px 45px 0px 0px;
}
#buttonre a {
	background-image: url('images/buttonweiter.png'); 
}
#buttonli {
	float: left;
	margin: 10px 0px 0px 45px;
	background-image: url('images/buttonback.png'); 
}
#buttonli a {
	background-image: url('images/buttonback.png'); 
}
.sponsor {
	clear: both;
	font-size: 10px;
	border-top: 1px #6D7274 solid;
}
.sponsor span {
	display: block;
	width: 70px;
	margin-top: -6px;
	float: right;
	background-color: #F2EFE3;
	text-align: right;
}
.banner {
	width: 100%;
	height: 60px;
	margin-top: 20px;
}
