@charset "UTF-8";
#form-container {
	background-image: url(../../package2004/img/form_bg.gif);
	background-repeat: repeat;
	padding: 20px;
}
#form-inner {
	background-color: #FFF;
	padding: 30px;
}
.form {
	width: 800px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
.form td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 16px;
	padding-right: 6px;
	padding-bottom: 16px;
	padding-left: 6px;
}
.form-left {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-weight: normal;
	width: 250px;
	background-color: #FFEEE6;
}
.form-left span {
	color: #CC0000;
	font-size: x-small;
}
.form-right {
	background-color: #FFF;
	text-align: left;
}
#send {
	text-align: center;
}
.ttl-thanks {
	font-size: 123.1%;
	font-weight: bold;
	color: #FF6600;
}
