table.form {}


table.form td {
	text-align: left;
	padding: 2px 0px 0px 6px;
}

table.form td.separation {
	width: 30px;
}

table.form td.submit {
	text-align: center;
	padding-top: 20px;
}

table.form input {

	height:15px;
	padding-top: 2px;
	border: 1px solid #003388;
	background-color: #FFF;
	font-size: 11px;
}

table.form input.submit {

	height:20px;
	padding-bottom: 3px;
	padding-top: 0px;
	border: 1px solid #003388;
	background-color: #FFF;
	font-size: 11px;
}

.submit {
	display:inline;
}