@charset "utf-8";
table.form {
	width: 85%;
	text-align: left;
	padding: 0px;
	background-color: #07B3EB;
	height: 90%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 0px;
	color: #CCFFFF;
}
table.form td {
	vertical-align: top;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin: 0px;
	border-bottom-color: #006699;
	background-color: #CCFFFF;
}
.formtexttitle {
	background-image: url(assets/formtexttitle.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	background-color: #006699;
	margin: 0px;
	padding: 0px;
}
.formtext1 {
	background-image: url(assets/formtext1.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 130px;
	margin: 0px;
	padding: 0px;
}
.formtext2 {
	background-image: url(assets/formtext2.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.formtext3 {
	background-image: url(assets/formtext3.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.formtext4 {
	background-image: url(assets/formtext4.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.formtextfoot {
	background-image: url(assets/formtextfoot.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 35px;
	margin: 0px;
	padding: 0px;
}
