#formBox {
	background-image: url(../images/bg_form.jpg);
	height: 80px;
	width: 726px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 540px;
	margin-bottom: 15px;
}
#formBox h2 {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 15px;
}
#formBox p {
	font-size: 13px;
	margin-bottom: 10px;
}
#formBox form table {
	background-color: #FFF;
	padding: 10px;
	width: 680px;
	margin-left: 28px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
}
#formBox .formTitle {
	background-color: #E6E6E6;
	border: 1px solid #999;
	width: 620px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#formBox form table th {
	background-color: #F69;
	color: #FFF;
	text-align: left;
	padding: 10px;
	border: 1px solid #999;
}
#formBox form table td {
	padding: 10px;
	border: 1px solid #999;
	text-align: center;
}
#formBox form small {
	font-size: 0.8em;
}
#formBox form h2 {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#formBox form table .bg {
	background-image: url(../images/bg_text-box.gif);
}
#formBox .button {
	width:116px;
	height:41px;
	border:0;
	background-image:url(../images/btn_submit.png);
	padding-top:2px;
	cursor:pointer;
	background-color: #FFF;
}
