/* Cores: 2F400D, 8CBF26, A8CA65, E8E5B0, 419184 */

body {
	background-color: #FFF;
	padding: 0px;
	margin: 0px;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
}
label{
	font-size: 14px;
}
#corpo{
	margin: 10px;
	padding: 10px;
}
a:link, a:visited, a:active  {
	color: #000;
	text-decoration: none;
}

#tudo{
	position: relative;
	margin: auto;
	text-align: left;
	width: 100%;
	padding: 0px;
	background-color: #FFF;
	border: 0px;
}

#topo{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 50px;
	border: 0px;
	padding: 2px 0;
	left: 0px;
	background-color: #000;
	z-index: 1;
	color: #FFF;
}
#topo h1{
	position: relative;
	float: left;
	width: 219px;
	font-size: 24px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
}
#topo h3{
	position: absolute;
	z-index: 3;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	top: 30px;
	left: 75px;
}
#logo{
	margin-left: 10px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 56px;
	padding: 0px;
}
#logo h1{
	display: none;
}
#conteudo2{
	position: relative;
	margin: auto;
	padding: 10px;
	top: 50px;
}
#conteudo{
	position: relative;
	margin: 0 auto;
	padding: 10px;
	margin-top: 5px;
}
#fechar{
	position: absolute;
	margin-top: 5px;
	right: 5px;
	font-weight:bold;
	border: 1px solid #999;
	background-color: #efefef;
	padding: 2px;
	z-index: 10;
	border-radius: 3px;
}
#menu{
	background-color: #efefef;
	padding-left: 10px;
	padding-top: 65px;
	padding-bottom: 5px;
	font-size: 18px;
}
#menu a:hover{
	color: #777;
}
#dados_vendedor{
	position: relative;
	float: right;
	top: -27px;
	right: 10px;
	font-size: 15px;
}
#clear{
	clear: both;
}
#rodape{
	margin: 0 auto;
	background-color: #2F400D;
	height: 50px;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	text-align: right;
}
#login{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 350px;
	height: 150px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #999;
	border-radius: 20px;
	transform: translate(-50%,-50%);
}
#ok_login{
	position: absolute;
	z-index: 100;
	margin-top: 95px;
	margin-left: 192px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding: 3px;
	color: #FFF;
	background-color: #333;
	font-weight: bold;
	font-size: 14px;
}
#ok_login:hover{
	cursor: pointer;
	background-color: #666;
}
#usuario{
	position: absolute;
	margin-left: 40px;
	margin-top: 30px;
	font-weight:bold;
}
#senha{
	position: absolute;
	margin-left: 54px;
	margin-top: 60px;
	font-weight: bold;
}
#envia_login{
	width: 90px;
	font-size: 15px;
	font-weight: bold;
	background-color: #000;
	color: #fff;
	border: 1px solid #333;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-box-shadow: 2px 2px 3px #333;
	-webkit-box-shadow: 2px 2px 3px #333;
	box-shadow: 2px 2px 3px #333;
}
#botaoenviar{
	position: absolute;
	margin-left: 219px;
	margin-top: 90px;
}
#suggestions{
	position: absolute;
	z-index: 20;
}
.suggestionList{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #eee;
	border: 3px solid #999;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.suggestionList li{
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	color: #000;
	width: 894px;
}
.suggestionList li:hover{
	color: #999;
}
#inputString{
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #333;
}
form{
	margin: 0px;
	padding: 0px;
}
input, textarea, select{
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/*
textarea{
	max-height: 40px;
	max-width: 775px;
}
*/
input:focus{
	-moz-box-shadow: 2px 2px 3px #333;
	-webkit-box-shadow: 2px 2px 3px #333;
	box-shadow: 2px 2px 3px #333;
}
textarea:focus{
	-moz-box-shadow: 2px 2px 3px #333;
	-webkit-box-shadow: 2px 2px 3px #333;
	box-shadow: 2px 2px 3px #333;
}
select:focus{
	-moz-box-shadow: 2px 2px 3px #333;
	-webkit-box-shadow: 2px 2px 3px #333;
	box-shadow: 2px 2px 3px #333;
}

.backtabela{background: #333;}
.textotabela{color: #fff;}