body {
	color: #FFF;
	background-color: #141414;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.sombra{
	-webkit-box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.55);
-moz-box-shadow:    1px 1px 12px 0px rgba(0, 0, 0, 0.55);
box-shadow:         1px 1px 12px 0px rgba(0, 0, 0, 0.55);
	}
#config_lar {
	width: 80%;
	min-width: 1130px;
}
.top {
	background-color: #333;
	position: relative;
}
.body{
	background-color: #458A00;
	min-height: 300px;
	position: relative;

}

.body-bgheader{
	background-image: url(imagens/aula.png);
	background-repeat: no-repeat;
	background-position: right;
}
.bottom{
	background-color: #333;
	position: relative;
	padding: 4px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	background-image: url(imagens/nav-bg.png);
	background-repeat: repeat-x;
	vertical-align: middle;
	height: 50px;
}
.bottom a{
	color: #CCC;
	text-decoration: none;
}
.bottom a:hover{
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
}
.bottom a:active{
	color: #FF0;
}
.bottom a:visited{
	color: #CCC;
}
.logo{
	background-image: url(imagens/logo.png);
	background-repeat: no-repeat;
	height: 150px;
	width: 500px;
	background-position: 0px -15px;
}
input{
	border-radius: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
textarea{
	border-radius: 6px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.formulario{
	border-radius: 2px;
	background-color: #333;
	-webkit-box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.55);
	-moz-box-shadow:    1px 1px 12px 0px rgba(0, 0, 0, 0.55);
	box-shadow:         1px 1px 12px 0px rgba(0, 0, 0, 0.55);
	padding: 6px;
	background-image: url(../jquery/img/back.jpg);
}
.ok{
	color: #060;
	background-color: #D9FFD9;
	padding: 5px;
	border: 1px dashed #030;
	border-radius: 6px;
}
.erro {
	color: #C00;
	background-color: #FFDFDF;
	padding: 5px;
	border: 1px dashed #C00;
	border-radius: 6px;
}
.vertical {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
