

#tudo{
	width:840;
	/*height:100%;*/
	/*margin:0 auto;*/
	margin-top:5px;
	margin-bottom:5px;
	
	display: block;
	/*position: relative;*/
	z-index: 0;
	
	border: 0px solid #ff0000;
	/*border: 1px solid #c2c2c5;*/
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px; 
	-moz-border-radius: 5px 5px 5px 5px;
	behavior: url(styles/border-radius.htc);
}
.largefont { 
  color: #000000; 
  font-family:arial; 
  font-size: 16px;
  font-weight: bold;
}
.titles { 
  color: #727272; 
  font-family:arial; 
  font-size: 15px;
  font-weight: bold;
}




.numero { 
  color: #c0c0c0; 
  font-family:arial; 
  font-size: 14px;
  font-weight: bold;
}

.obstextarea {width:400px;height:60px;border: 1px solid #990000;}

.addrow { background-image:url(addrow.png); height: 34px; width: 35px; border:0px; }

.tdmaininvoice
{
height:400px;
}

.numberinvoice{
	float:left;
	margin-top:30px;
	margin-left:5px;
	/*margin-bottom: 5px;*/
	/*width:100%;
	height:1px;*/
	/*display: block;*/
	font-weight: bold;
	color: #E00037;
	font: 18px "Tahoma",sans-serif;
}

.copiasdoc{
	float:right;
	margin-top:30px;
	margin-right:5px;
	/*margin-bottom: 5px;*/
	/*width:100%;
	height:1px;*/
	/*display: block;*/
	font-weight: bold;
	color: #727272;
	font: 18px "Tahoma",sans-serif;
}

.separador{
	float:left;
	margin-top:4px;
	margin-bottom: 2px;
	width:100%;
	height:1px;
	background-image:url(../images/graficos/line_invoice.png);
	background-repeat:repeat;
	display: block;
}

.searchprod{
	float:right;
	margin-right:5px;
	margin-top:10px;
	width:22px;
	height:22px;
	background-image:url(../images/graficos/more.png);
	background-repeat:no-repeat;
	display: block;
	position:relative;
}

.lineinvoice{
	float:left;
	margin-top:4px;
	margin-bottom: 2px;
	width:100%;
	height:1px;
	background-image:url(../images/graficos/line_invoice.png);
	background-repeat:repeat;
	display: block;
}


















