.topimage {
	background: url(../image/topimg08.jpg) center center no-repeat ;
}

.contactform {
	width: 1000px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.contactform table {
	width: 1000px;
	border-collapse: collapse;
	font-size: 16px;
}

.contactform table th {
	border: 1px solid #666;
	border-right: none;
	padding: 8px;
	font-weight: normal;
	background: #b1ddb1;
	text-align: left;
}

.contactform table td {
	border: 1px solid #666;
	border-left: none;
	padding: 8px;
	font-weight: normal;
	background: #eeffdd;
	text-align: left;
}
.contactform td.must {
	background:#eeffdd url(../image/must.png) no-repeat right center ;
}

#contactname,#contactruby,#contacttel {
	width: 400px;
	height: 20px;
}

#contactzip {
	width: 240px;
	height: 20px;
}

#contactadd,#contactmail,#contactmail2 {
	width: 600px;
	height: 20px;
}

#contactbox {
	width: 600px;
	height: 60px;
	overflow: hidden;
}

#submit {
	width: 260px;
	height: 54px;
	color: white;
	font-size: 28px;
	line-height: 40px;
	border:10px solid #3fb371;
	background: #3fb371;
	border-radius: 10px;
}

#reset {
	width: 180px;
	height: 54px;
	color: white;
	font-size: 28px;
	line-height: 40px;
	border:10px solid #aaaaaa;
	background: #aaaaaa;
	border-radius: 10px;
}
