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;
}

fieldset.form {
	margin-bottom: 10px;
	margin-right: 15px;
	border: 1px solid #A5ACB2;
	padding: 5px 10px 10px 10px;
	background-color: #F4F2F2;
}

fieldset.form legend {
	font-weight: bold;
	font-size: 14px;
	margin-left: 10px;
	padding: 0px 4px 0px 4px;
}

fieldset.formrelacion {
	margin-bottom: 10px;
	margin-right: 15px;
	border: 1px solid #A5ACB2;
	padding: 5px 10px 10px 10px;
	background-color: #FFFFFF;
}

fieldset.formrelacion legend {
	font-weight: bold;
	font-size: 14px;
	margin-left: 10px;
	padding: 0px 4px 0px 4px;
}

/* form1 */
table.form1 {}


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

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

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

table.form1 input {

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

table.form1 input.submit {

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


fieldset.form1 {
	margin-bottom: 10px;
	margin-right: 15px;
	border: 1px solid #A5ACB2;
	padding: 5px 10px 10px 10px;
	background-color: #CEF6F5;
}

fieldset.form1 legend {
	font-weight: bold;
	font-size: 14px;
	margin-left: 10px;
	padding: 0px 4px 0px 4px;
}
