.cssform {
/*	border: 1px solid #f1f1f1;*/
}

.cssform p{
font: 13px Arial;
/*width: 300px;*/
clear: left;
margin: 0;
padding: 7px 0 7px 0px;
padding-left: 200px; /*width of left column containing the label elements*/
/*border-bottom: 1px solid #f1f1f1;*/
height: 1%;
}

#largura{
	padding:0;
}

.cssform label{
font: bold 13px Arial;
line-height: 23px;
float: left;
margin-left: -200px; /*width of left column*/
width: 200px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.tamanho { 
width: 195px;
}
.tamanho_select{
width:199px;
}
.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

#exibe_revenda, #exibe_distribuicao, #exibe_cooperativa, #exibe_outros, #exibe_mais_endereco {
	display: none;

}

p.radiobox {
	margin:0;
	line-height: 10px;
}


/****  AJUDA PARA FORMS  ***/

#dhtmltooltip{
font: 12px Arial;
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 5px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;


}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}