.form table {
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.form th {
	text-align: left;
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 1em;
	color: #1F3AD6;
	white-space: nowrap;
}
.form td {
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 20px;
}
.form textarea {
	width: 98%;
	line-height: 1.5em;
	font-size: 12px;
}
.form {
	padding: 30px;
	background-color: #EEEEF9;
}
.form .submitbtn {
	background-color: #C7CEF5;
	text-align: center;
	margin-top: 2em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}
.form .error {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 20px;
	line-height: 2em;
}
.form .error li {
	padding-left: 0px;
	margin-left: 10px;
}
.txt-red {
	color: #DD0000;
}

