#form {
}
#form table {
	width: 700px;
	height: auto;
	margin: 15px 30px 15px 30px;
	background: #E2FEDA;
}
#form td {
	font-size: 12px;
	background-color: #E2FEDA;
	border-bottom: 1px dotted #9DF49D;
	line-height: 1.4;
}
#form th {
	background-color: #030;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
#form span {
	color: #FF0;
	margin-right: 2px;
}
#form h3 {
	font-size: 14px;
	margin: 10px 0 3px 30px;
	color: #FFF;
}
#form h4 {
	width: 760px;
	font-size: 14px;
	margin: 40px 0;
	color: #FFF;
	text-align: center;
}
h5 {
	font-size: 14px;
	margin: 10px 0;
	color: #FFF;
	text-align: center;
}
.bt {
	width: 760px;
	height: auto;
	margin: 0;
	text-align: center;
}
.bt input {
	margin: 3px;
}

