@charset "utf-8";
* {
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #FFF;
	text-align: center;
	margin-top: 0px;
}
img {
	border: none;
}
#shadow {
	width: 810px;
	background-image: url(img/shadow.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.image {
	width: 800px;
}
.left {
	float: left;
}
.form {
	width: 558px;
	height: 197px;
	background-image: url(img/img_04.gif);
	background-repeat: no-repeat;
	position: relative;
	float: left;
}
.radio1 {
	position: absolute;
	left: 117px;
	top: 33px;
}
.radio2 {
	position: absolute;
	left: 117px;
	top: 54px;
}
.radio3 {
	position: absolute;
	left: 117px;
	top: 75px;
}
.radio4 {
	position: absolute;
	left: 353px;
	top: 33px;
}
.radio5 {
	position: absolute;
	left: 353px;
	top: 54px;
}
.button {
	position: absolute;
	left: 94px;
	top: 111px;
	width: 372px;
}
