#painel {
	width:528px;
	padding-left:250px;
	position:relative;
	min-height:300px;
	height:100% !important;
	height:300px; 
}
#menuPainel {
	position:absolute;
	width:220px;
	top:0px;
	left:0px;

}
#menuPainel a {
	text-align:left;
	padding-left:25px;
	background-image: url(images/icon-menuPainel.jpg);
	background-repeat: no-repeat;
	background-position: left center;	
}
#menuPainel a:hover {
	color:#e69520;
}
#menuPainel li {
	border-bottom:#ccb370 dotted 1px;
	line-height:25px;
}
.form label {
	display:block;
	color:#993300;
	font-size:11px;
}
.form .btnenviar {
	font-size: 12px;
	line-height: 31px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: transparent;
	background-image: url(images/btn-enviar.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 31px;
	width: 146px;
	border: 0px none #FFFFFF;
	cursor: pointer;
}
.form .btnenviar:hover {
	color:#CC6600;
}

#content .funcoes li a {
	text-align:left;

}
#painel h3 {
	color:#993300;
	line-height:20px;
	display:block;
}
.lugar {
	display:block;
	background-color:#efe6bf;
	color:#993300;
	text-align:center;
	font-size:11px;
	line-height:10px;
	padding-top:3px;
}

