body, td, th{
	font-family: Arial;
	font-size: 12px;
}

img {
	border: 0;
}

table.carrinho {
	width: 99%;
	border: 1px solid #999999;
}

table.carrinho th {
	background: #E5E5E5;
}

table.carrinho input.qtd {
	width: 20px;
}

table.carrinho tr.linha_1 {
	background: #eeeeee;
}

h1 {
	color:#375876;
	font-size:15pt;
	font-weight:bold;
}

.nao_encontrado {
	color: #ff0000;
	text-align: center;
}

.error {
	color: #ff0000;
}

/* Style do formulario */

label.error {
	width: auto;
}

fieldset {
	text-align: left;
	margin: 10px 0px;
	border: 1px solid #999999;
	padding: 10px;
	width: 95%;
}

fieldset legend {
	padding: 10px;
	color: #999999;
	font-weight: bold;
}

fieldset br {
	clear: both;
}

fieldset input, fieldset select, fieldset textarea, fieldset .field{
	width: 175px;
	border: 1px solid #999999;
	margin-bottom: 10px;
	margin-right: 5px;
	float: left;
}

fieldset input.inline{
	width: 175px;
	border: 1px solid #999999;
	margin: 0px;
	float: none;
}

fieldset textarea {
	width: 500px;
	height: 100px;
}

fieldset .field {
	border: 0px;
}

fieldset .info {
	font-size: 90%;
	color: #999999;
	display: block;
	margin-top: 3px;
}

fieldset label {
	display: block;
	text-align: right;
	float: left;
	width: 70px;
	padding-right: 10px;
}

fieldset label.radio_label {
	display: block;
	text-align: left;
	float: left;
	width: 70px;
	margin-bottom: 10px;
}

fieldset .checkbox {
	width: 1em;
	border: none;
}

fieldset .radio {
	width: 1em;
	float: left;
	border: none;
}

.button {
	border: 1px solid #999999;
	width: 100px;
}

.submit {
	width: 75px;
	margin-left: 150px;
}

.submit2 {
	width: 75px;
	margin-left: 10px;
}