@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	padding:0px;
	background-color:#333;z
}
.wrap {
	height:auto;
	width:1000px;
	margin:0px auto;
}
.header {
	background-image:url(../images/header.jpg);
	height:386px;
	width:1000px;
	margin-top:10px;
}
.button {
	background-image:url(../images/button_bg.jpg);
	background-repeat:repeat-x;
	height:50px;
	width:960px;

	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
}
.content {
	height:auto;
	width:980px;
	background-color:#FFF;
	padding:10px;
	font-size:16px;
}
.footer {
	background-image:url(../images/footer.jpg);
	height:132px;
	width:1000px;
}
.title {
	color:#F00;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:36px;
	text-align:center;
	font-weight:bold;
}
.titleA {
	color:#F00;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	text-align:center;
	font-weight:bold;
}
.titleB{
	color:#CC0000;
	font-family:"Times New Roman", Times, serif;
	font-size:36px;
	text-align:center;
	font-weight:bold;
}
form input {
	margin-bottom:10px;
}