.form
{
border-collapse: collapse;
border:0; 
padding:0; 
margin:0 auto;
}

/* ==================================================================================================================== */

.imput_text_1 /* POSSUI COMENTÁRIO CONDICIONAL */
{
width: 110px;
height: 18px;
padding-right: 5px;
padding-left: 5px;
background-image: url(../imagens_geral/009.jpg);
background-repeat: no-repeat;

font-family: Arial, sans-serif; 
font-size: 10px;
color: #666666;

border-right: 0px solid; 
border-top: 0px solid; 
border-left: 0px solid; 
border-bottom: 0px solid; 
}

.imput_text_2 /* POSSUI COMENTÁRIO CONDICIONAL */
{
	width: 90px;
	height: 18px;
	padding-right: 5px;
	padding-left: 5px;
	background-repeat: no-repeat;
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px dotted #CCCCCC;


}

.imput_text_3
{
width: 90px;
height: 18px;
padding-right: 5px;
padding-left: 5px;

font-family: Arial, sans-serif; 
font-size: 10px;
color: #666666;
}

.imput_text_4
{
width: 225px;
height: 18px;
padding-right: 5px;
padding-left: 5px;

font-family: Arial, sans-serif; 
font-size: 10px;
color: #666666;
}

/* ==================================================================================================================== */

.textarea_1
{
width: 225px;
height: 50px;

min-width: 225px; /* por causa do resize no campo textarea do Safari */
max-width: 225px; /* por causa do resize no campo textarea do Safari */
min-height: 50px; /* por causa do resize no campo textarea do Safari */
max-height: 50px; /* por causa do resize no campo textarea do Safari */

padding-right: 5px;
padding-left: 5px;

font-family: Arial, sans-serif; 
font-size: 10px;
color: #666666;
}

/* ==================================================================================================================== */

.checkbox_1
{
width: 14px;
height: 14px;
}

/* ==================================================================================================================== */

.imput_password_1 /* POSSUI COMENTÁRIO CONDICIONAL */
{
width: 110px;
height: 18px;
padding-right: 5px;
padding-left: 5px;
background-image: url(../imagens_geral/009.jpg);
background-repeat: no-repeat;

font-family: Arial, sans-serif; 
font-size: 10px;
color: #666666;

border-right: 0px solid; 
border-top: 0px solid; 
border-left: 0px solid; 
border-bottom: 0px solid; 
}

.imput_password_2 /* POSSUI COMENTÁRIO CONDICIONAL */
{
	width: 90px;
	height: 18px;
	padding-right: 5px;
	padding-left: 5px;
	background-repeat: no-repeat;
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #666666;
	border: 1px dotted #CCCCCC;

}

/* ==================================================================================================================== */

.imput_submit_1 /* POSSUI COMENTÁRIO CONDICIONAL */
{
	width: 50px;
	height: 18px;
	background-image: url(../imagens_geral/010.jpg);
	background-repeat: no-repeat;
	cursor: hand;
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #666666;
	border: 1px outset #CCCCCC;

}

/* ==================================================================================================================== */

.select_1
{
width: 120px;
height: 18px;

font-family: Arial, sans-serif; 
font-size: 10px;
color: #666666;
}

.select_2
{
width: 90px;
height: 18px;

font-family: Arial, sans-serif; 
font-size: 10px;
color: #666666;
}
.select_3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	background-color: #DFEA95;
	height: auto;
	width: 140px;
	border-top-style: none;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	font-weight: normal;
	font-style: normal;
	text-transform: none;








}
.select-4 {
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	background-color: #DFEA95;
	height: auto;
	width: 170px;
	border: none;
	list-style-type: none;




}
