.brSpace{
  	margin: 15px 40px 0 0;  
}


fieldset{

    border: 0;
	border-top: 2px solid #b5b5b5;
	margin: 0;
	padding: 0 10px;
	clear: both;
}

fieldset legend{
   padding: 4px 8px;
   margin: 0;
   margin-bottom:10px;
   font-weight: bold;
   font-size: 130%;
   color: #ffffff;
   background: #5366a0;
}


.tableInput{
	margin: 4px 8px 15px;
	padding: 0;
	width: 100%;
	background: #fff;
}

.tableInput th{
	text-align: right;
	width: 175px;
	padding: 10px 10px 10px 5px;
	border-right: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
	background: #FFFAF7;
}
.tableInput th span.hint{
	font-size: 90%;
	display: block;
	color: #999;
	font-weight: normal;
	margin-top: .5em;
	width: 100%;
}
.tableInput td{
	padding: 10px 5px 10px 10px;
}
.tableInput td ol{
	font-size:90%;
	font-weight: normal;
}
#clientesImg{
	background: url(../images/clientes.jpg) 95% 100% no-repeat;
	position: absolute;
	top: 300pt;
	left: 0;
	width: 85%;
	height: 150px;
	z-index: 0;
}
#signImg{
	background: url(../images/sign.jpg) 95% 100% no-repeat;
	position: absolute;
	top: 270pt;
	left: 0;
	width: 60%;
	height: 60px;
	z-index: 0;
}





.tableInput2{
	margin: 4px 8px 15px;
	padding: 0;
	width: 100%;
	background: #fff;
}

.tableInput2 th{
	text-align: right;
	width: 335px;
	padding: 10px 10px 10px 5px;
	border-right: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
	background: #FFFAF7;
}
.tableInput2 th span.hint{
	font-size: 90%;
	display: block;
	color: #999;
	font-weight: normal;
	margin-top: .5em;
	width: 100%;
}
.tableInput2 td{
	padding: 10px 5px 10px 10px;
}
.tableInput2 td ol{
	font-size:90%;
	font-weight: normal;
}