#formContents {
	width: 800px;
	background-image: url(../img/form/bg_form.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-top: 0px;
	clear: both;
	padding-bottom: 30px;
}
#formContents #tableTitle {
	background-image: url(../img/form/bg_formTitle.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-left: 70px;
	padding-left: 30px;
	color: #FFF;
	font-weight: bold;
	padding-bottom: 6px;
	line-height: 1em;
	text-align: left;
	padding-top: 7px;
}
#formContents table {
	margin-left: 71px;
	width: 680px;
	border: 1px solid #06C;
	background-color: #FFF;
	background-image: url(../img/form/bg_table.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 40px;
	border-collapse: collapse;
	

}
#formContents table tr th {
	text-align: right;
	width: 130px;
	padding-right: 10px;
	border: 1px solid #06C;
}
#formContents table tr td {
	border: 1px solid #06C;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.fmName {
	width:140px;
}
.fmEmail {
	width:300px;
}
.fmText {
	width:500px;
	height:200px;
}
#thanksContents {
	background-image: url(../img/form/bg_form.jpg);
	background-position: center bottom;
	width: 800px;
	padding-top: 20px;
	padding-bottom: 40px;
}
#thanksContents #tnx {
	margin-left: 160px;
	font-size: 18px;
	color: #90F;
	font-weight: bold;
	padding-top: 40px;
}
#thanksContents #tnxMess {
	border: 1px solid #06F;
	background-color: #FFF;
	width: 400px;
	padding: 10px;
	margin-left: 220px;
	margin-bottom: 50px;
}
#criticalError {
	clear: both;
	width: 400px;
	margin-left: 200px;
	padding: 10px;
	border: 2px dotted #F00;
	background-color: #CCC;
	margin-top: 30px;
	margin-bottom: 30px;
}
#formContents #form1 table tr td #submit {
	text-align: center;
}

