/*
Author: AGW (suporte@agw.com.br)
Comments: Portuguese (BR)
Time: Apr 09
*/

/* Base */

form {
	margin: 0 0 150px;
	font: 1em Arial, Helvetica, sans-serif;
}
form input,
textarea {
	display: block;
	width: 584px;
	clear: both;
	margin: 2px 0 0;
	padding: 3px;
	background: white;
	color: #333;
	font: 0.9em Arial, Helvetica, sans-serif;
	border: 1px solid gray;
}
form textarea { height: 50px; }
form select {
	display: block;
	clear: both;
	margin: 2px 0 0;
	background: white;
	color: black;
}
form input.checkbox,
form input.checkbox:focus,
form input.radio,
form input.radio:focus {
	display: inline;
	width: auto;
	margin: 0 5px 0 0;
	background: none;
	border: none;
	cursor: pointer;
}
form input.file,
form input.file:focus {
	width: auto;
	margin: 2px 0 0;
	padding: 5px;
	background: none;
	border: 1px solid gray;
	cursor: pointer;
}
form input.hidden,
form input[type=hidden] { display: none; }
form fieldset { border: none; }
form fieldset legend { display: none; }

/* Botões */

form input.button {
	width: auto;
	height: 30px;
	padding: 0 10px;
	background: #F3F3F3;
	color: gray;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
}
form input.button:hover { background: #eee; }

/* Labels */

form label,
strong.label {
	display: block;
	clear: both;
	color: gray;
	font: normal 1.2em Arial, Helvetica, sans-serif;
}
strong.label { margin: 0 0 5px; }
form label.checkbox_radio {
	color: gray;
	font-size: 1em;
	line-height: 180%;
}
form strong.intertitulo {
	display: block;
	clear: both;
	padding: 25px 0 0; *padding: 13px 0 0;
	color: silver;
	font-size: 2em;
	font-weight: normal;
}
form span.nota {
	display: block;
	clear: both;
	margin: 2px 0 0;
	color: silver;
	font-size: 0.8em;
	text-transform: none;
}
form label select { text-transform: none; }

/* Elementos de disposição */

form div.linha {
	display: block;
	width: 100%;
	clear: both;
	float: left;
	margin: 20px 0 0;
}
form div.linha:after { /* Bug float FF */
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	overflow: hidden;
}
form div.linha div.bloco {
	display: table;
	float: left;
	margin: 0 0 0 40px;
}
form div.linha div.bloco.a { margin: 0; }

/* Validação */

div.form_errors {
	display: none;
	padding: 10px;
	background: #eee;
	color: #333;
	font-size: 1.1em;
}
div.form_errors strong.msg {
	display: block;
	clear: both;
	font-size: 1.4em;
	font-weight: bold;
}
div.form_errors ol {
	display: block;
	padding: 10px 0 0 15px;
	clear: both;
}
div.form_errors ol li { list-style-type: disc; }

/* Dimensões de campo */

.campo_cidade { width: 247px; }
.campo_data { width: 100px; }
.campo_qtd {
	width: 30px;
	text-align: right;
}
.campo_telefone { width: 250px; }
.campo_login { width: 250px; }

.chk{
	width:50px;
	float:left;
	padding:5px 0;
	border:none;
}
#ajuste p{
	padding:2px 0;
	color:#808080;
	float:left;
}
#ajuste span{
	margin-bottom:5px;
}
#ajuste label{
	padding-bottom:6px;
}

/*#tab1{
	width:300px !important;
	height:auto !important;
}
#tab1 td{
	padding-top:10px;
}*/
/* Extras */

