/* CSS Document */
.form_sem_espaco
{
    display: inline;
    margin: 0;
    padding: 0;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	border: 1px solid #E7E7E7;
	height: 15px;
	background-color: #F7F7F7;
}
.btn_Cad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A1CCF0;
	background-color: #FFFFFF;
	border: 0;
	right: auto;
	background-image: url(../ima_icon/btn_Cad.jpg);
	width: 105px;
	height: 20px;
	
}
.textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	border: 1px solid #E7E7E7;
	background-color: #F7F7F7;
}
.btn_Pad_mais{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #A1CCF0;
	background-image: url(../ima_icon/ico_mais.jpg);
	background-repeat: no-repeat;
	background-position: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color:#FFFFFF;
	cursor:pointer;
}
.btn_selecionar{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #A1CCF0;
	background-image: url(../admin/ima_icons/ico_sel.jpg);
	background-repeat: no-repeat;
	background-position: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color:#FFFFFF;
	cursor:pointer;
}

.select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	border: 1px solid #E7E7E7;
	background-color: #F7F7F7;	
}

