body,form{
	padding: 0;
	boder: 0;
	margin: 0;
}

a{
	color: #0000ff;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

img{
	border: 0;
}

*{
	font-family: verdana;
	font-size: 12px;
}

#linhatopo{
	height: 8px;
	background-image: url(../img/repete_topo.gif);
	margin-bottom: 5px;
}

table{
	width: 100%;
}

h2{
	background-color: #dddddd;
	font-weight: normal;
	padding: 5px 0 5px 5px;
	margin: 5px;
}

h3{
	padding: 3px;
	font-size: 13px;
	background-color: #eee;
}

.esq{
	margin-left: 10px;
	line-height: 15px;
}

.borda,.index,.view,.form{
	border: 1px solid #c4c4c4;
	margin: 5px;
	padding: 5px;
}

h1{
	background-color: #c4c4c4;
	font-weight: normal;
	padding: 5px 0 5px 5px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}


th{
	text-align: left;
	padding: 5px 0;
}

.borda td,.index td,.view td,.form td{
	padding: 3px 0;	
}

#footer{
	text-align: center;
	height: 40px;
	line-height: 30px;
}

#container{
	width: 1000px;
	margin: 0 auto;
	border: 1px solid #000;
}

#linha_rodape{
	margin-top: 20px;
	height: 8px;
	background-image: url(../img/repete_rodape.gif);
	margin-bottom: 5px;
}


/* forms */

form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 1px solid #ccc;
	padding: 8px 20px;
}
fieldset legend {
	font-size: 140%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 10px 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 10px;
}
form div {
	clear: both;
	margin-bottom: 7px;
	padding: 2px;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 5px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 10px;
}
input, textarea {
	clear: both;
	display: block;
	font-size: 90%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 95%;
}
select {
	clear: both;
	font-size: 90%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	font-size: 80%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}


.login{
	margin-top: 20px;
}

p{
	padding: 5px; 
}

.cinza{
	background-color: #e7f5ff;
}


#flashMessage{
	text-align: center;
	background-color: #d04343;
	padding: 5px;
	margin: 5px;
	font-weight: bold;
}

.nomeProdutos{
	margin-left: 20px;
}

.error-message{
	color: red;
}