﻿/*----------FORMULARIOS------------------------------------------------------------------------------------------------------*/
input {
	font-family: verdana,tahoma,helvetica;
	font-size: 13px; 
	fillColors: blue, black, black, black;

}

select {
	font-family: verdana,tahoma,helvetica;
	font-size: 13px;
}

.divTr
{
    display: block;
    height: 100%;
    clear: both;
    padding-top: 2px;
    position: relative;
}
.divTr:after
{
	content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.divTd
{
    float: left;
    position: relative;
    height: auto;
}

.divTd2
{
    float: left;
    position: relative;
    height: auto;
    padding-top: 3px;
}


.divTrBtn
{
    clear: both;
    padding-top: 2px;
    height: 20px;
}

.divBtIncluir {
	 width: 50px;
	 margin: 0 auto;
	 padding: 0px;	 
}

.divBtAlterarExcluir {
	 width: 100px;
	 margin: 0 auto;
	 padding: 0px;
}

.divBtAlterar {
	width: 50%;
	float: left;
	text-align: left;
}

.divBtExcluir {
	width: 50%;
	float: right;
	text-align: left;
}
