@charset="UTF-8";


#header h1 {
	background-image: url(../img/title.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -2300px;
	border: none;
}


#header h4{
	background-image: url(../img/welcome.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -2300px;
	height: 30px;
}
#form {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 29px;
	width:470px;
	background-color: #FFCC00;
	padding-left: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-top: 0px;
}
#form h2{
	height:5px;
}
#introduction {
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -6px;
	margin-bottom: -14px;
	font-size: 12px;
}
#introduction h2{
	text-decoration: underline;
}
#introduction h4{
	margin-top: -14px;
}
.top_left {
	width: 47%;
	float: left;
}
.top_right {
	margin-left: 51%;
}