﻿@charset "utf-8";
/* CSS Document */

.float_left{
	float:left;
	padding:2px;
	margin:0 5px 0 0;
}
.float_right{
	float:right;
	padding:2px;
}

/*****************************************/

.float_pequeno{
	width:70px;
	float:left;
	padding:2px 5px;
}
.float_pequeno input{
	width:44px;/* +2px q estão no CSS do "input" */
}
.float_medio{
	width:220px;
	float:left;
	padding:2px 5px;
}
.float_medio input{
	width:194px;/* +2px q estão no CSS do "input" */
}
.float_grande{
	width:470px;
	float:left;
	padding:2px 5px;
}
.float_grande input{
	width:444px;/* +2px q estão no CSS do "input" */
}

/* Busca */
.busca_float_pequeno{
	width:200px;
	padding:2px;
	clear:both;
	float:left;
}
.busca_float_pequeno input{
	width:44px;/* +2px q estão no CSS do "input" */
}
.busca_float_medio{
	width:220px;
	float:left;
	padding:2px 5px;
}
.busca_float_medio input{
	width:194px;/* +2px q estão no CSS do "input" */
}
.busca_float_grande{
	width:470px;
	float:left;
	padding:2px 5px;
}
.busca_float_grande input{
	width:444px;/* +2px q estão no CSS do "input" */
}

/*****************************************/

.pequeno{
	width:70px;
	padding:2px;
	clear:both;
	float:left;
}
.pequeno input{
	width:44px;/* +2px q estão no CSS do "input" */
}
.medio{
	width:220px;
	padding:2px;
	clear:both;
	float:left;
}
.medio input{
	width:194px;/* +2px q estão no CSS do "input" */
}
.grande{
	width:470px;
	padding:2px;
	clear:both;
	float:left;
}
.grande input{
	width:444px;/* +2px q estão no CSS do "input" */
}

/* Busca */
.busca_pequeno{
	width:200px;
	padding:2px;
	clear:both;
	float:left;
}
.busca_pequeno input{
	width:44px;/* +2px q estão no CSS do "input" */
}
.busca_medio{
	width:220px;
	padding:2px;
	clear:both;
	float:left;
}
.busca_medio input{
	width:194px;/* +2px q estão no CSS do "input" */
}
.busca_grande{
	width:470px;
	padding:2px;
	clear:both;
	float:left;
}
.busca_grande input{
	width:444px;/* +2px q estão no CSS do "input" */
}

input[type="Text"]{
	height:18px;
	padding:1px;
	font-size:12px;
	float:left;
}


/*CAMPOS*/

.campo_float_left{
	float:left;
	padding:2px;
}
.campo_float_right{
	float:right;
	padding:2px;
}
.campo_float_pequeno{
	width:58px;
	float:left;
	padding:2px;
}
.campo_float_medio{
	width:198px;
	float:left;
	padding:2px;
}
.campo_float_grande{
	width:373px;
	float:left;
	padding:2px;
}
.campo_pequeno{
	width:58px;
	padding:2px;
}
.campo_medio{
	width:198px;
	padding:2px;
}
.campo_grande{
	width:373px;
	padding:2px;
}
.block{
	display:block;
	clear:both;
	padding:2px;
}
