@charset "UTF-8";
/* CSS Document */

.tb   {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-left-color: #666;
}
.tb tr td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	font-size: 12px;
	line-height: 1.5em;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 20px;
}
#btn {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
#form1 .tb tr td span {
	font-size: 10px;
	color: #E92E9C;
	padding-left: 10px;
}
#form1 p {
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 5px;
	margin-bottom: 5px;
}
.textAreaLast p {
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 20px;
	text-align: center;
}
#form1 .pink {
	text-align: left;
}
#formbtn a{
	display: block;
	font-size: 12px;
	padding: 3px;
	width: 100px;
	text-align: center;
	background-color: #FDF340;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
	float: right;
}
#formbtn a:hover {
	display: block;
	font-size: 12px;
	padding: 3px;
	width: 100px;
	text-align: center;
	background-color: #EC2C8C;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 10px;
	float: right;
	text-decoration: none;
}
