@charset "utf-8";
#form_content {
	float: right;
	width: 620px;
	margin-right: 5px;
}
*  html  #form_content {
	float: right;
	width: 620px;
	clear: left;
	margin-left: 10px;
}
p.form-text1 {
	font-size: 100%;
	line-height: 140%;
	font-weight: bold;
	color: #333333;
	margin-top: 7px;
}
span.red-text {
	color: #FF0000;
}
table.form-input {
	width: 600px;
	margin-top: 20px;
	margin-bottom: 50px;
}
table.form-input .form1 {
	height: 35px;
	width: 170px;
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	text-align: center;
	vertical-align: middle;
	border-top: thin solid #3399CC;
	border-bottom: thin solid #3399CC;
	border-right: thin dotted #3399CC;
	background: #EEEEEE;
}
table.form-input .form2 {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	text-align: center;
	vertical-align: middle;
	height: 35px;
	width: 430px;
	border-top: thin solid #3399CC;
	border-bottom: thin solid #3399CC;
	background: #EEEEEE;
}
table.form-input .form3 {
	height: 50px;
	text-align: center;
	vertical-align: middle;
	width: 600px;
}
table.form-input th {
	height: 35px;
	width: 170px;
	text-align: right;
	vertical-align: middle;
	border-right: thin dotted #3399CC;
	border-bottom: thin solid #3399CC;
	padding-right: 5px;
}
table.form-input td {
	width: 430px;
	border-bottom: thin solid #3399CC;
	padding-left: 5px;
}
img.form-img1 {
	margin-left: 100px;
	margin-top: 50px;
}
#form-button {
	margin-top: 30px;
	margin-left: 230px;
}
table.input-submit {
	width: 600px;
}
#form-button2 {
	width: 600px;
	margin-bottom: 50px;
	height: 30px;
}
#left-button {
	float: left;
	width: 220px;
	margin-left: 80px;
	text-align: center;
	vertical-align: middle;
}
#right-button {
	float: right;
	width: 220px;
	text-align: center;
	vertical-align: middle;
	margin-right: 80px;
	clear: right;
}
#error-mess {
	font-size: 100%;
	line-height: 140%;
	font-weight: bold;
	color: #FF0000;
}

