.save_ok,
.save_erros,
.verLogin_ok,
.verLogin_erros {
	list-style-position: inside;
    margin: 10px 0;
}
	.save_ok *,
	.verLogin_ok * {
		color: #090;
	}
	.save_erros *,
	.verLogin_erros * {
		color: #f00;
	}
	.save_ok strong,
	.save_erros strong,
	.verLogin_ok strong,
	.verLogin_erros strong {
		font-size: 120%;
	}

/* DESKTOPS */
.desktop {
	padding: 10px 0;
	min-height: 60px;
}

.desktop label {
	display: block;
	background-color: #f1f1f1;
	padding: 10px;
	width: 180px;
	float: left;
	min-height: 21px;
	margin-right: 20px;
}

.desktop label span {
	display: block;
	font-weight: bold;
	font-size: 90%;
	margin-bottom: 3px;
}

.desktop div {
	width: 420px;
	float: left;
	padding-top: 15px;
}

.desktop div p {
	padding-top: 15px;
}

/* CADASTROS */
.cadastro label {
	display: block;
	background-color: #f1f1f1;
	padding: 5px;
	position:relative;
	margin-bottom: 5px;
	min-height: 21px;
	padding-left: 160px;
}

.cadastro label span {
	display: block;
	font-weight: bold;
	position:absolute;
	left: 10px;
	top: 7px;
	font-size: 90%;
}

.cadastro label textarea {
	width: 100%;
}

.desktop label input,
.cadastro label input,
.cadastro label select {
	background: #fff;
	border: 0;
	height: 20px;
	border-bottom: 1px solid #ddd;
}

.cadastro label textarea {
	background: #fff;
	border: 0;
	border-bottom: 1px solid #ddd;
	min-height: 50px;
}

.cadastro #foto {
	float: left;
	border: 0;
}

.fotoEm {
	font-style: normal;
	float: left;
	display: block;
	line-height: 20px;
	padding: 0 15px 0 5px;
}


button,
.button,
.paginacao a {
	color: #555;
	font-family: Tahoma, Arial, sans-serif;
	background-image: url(btnAdmin.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: transparent;
	font-weight: bold;
	cursor: pointer;
	padding:4px 8px;
	font-size: 90%;
	border: 1px solid #d6d6d6;
	border-radius: 2px;
	-moz-border-radius: 2px;
	display: inline-block;
	text-shadow: 1px 1px 0 #fff;
}
	button:hover,
	.button:hover,
	.paginacao a:hover {
		background-position: left bottom;
	}


#content a.button{
	float:left;	
	margin:0;
	text-decoration:none;
	color:#555;
}
/* EDITOR */
#container form .lblEditor #spanEditor{
	display: block;
	font-weight: bold;
	position:absolute;
	left: 10px;
	top: 7px;
}

#container form .lblEditor span{
	position: static;
	padding:0;
	margin:0;
	font-weight:normal;
}

#container form .lblEditor  #cke_18 a{
	padding-top:0.5em;	
}

#container form .lblEditor #cke_18 a span{
	display:inline;	
}

#container form .lblEditor #cke_18 a .cke_openbutton{
	display:inline-block;
	margin-top:-0.1em;
	height:15px;
}

#container form .lblEditor .cke_button, #container form .lblEditor  #cke_55 a span{
	display:inline;	
}

#container form .lblEditor .cke_button a{
	display:inline-block;
}

/* Outros Detalhes */
.maior {
	font-size: 110%;
}

/* ATENÇÃO */
.auxilio {
	padding: 5px 5px 1px 160px;
	width: 605px;
	position: relative;
	background-color: #ffffe7;
	margin-bottom: 5px;
}

.auxilio {
	padding: 7px;
	background-color: #fffed8;
	border: 1px solid #e8e7c5;
	margin-top: 13px;
	margin-bottom: 13px;
	clear: both;
}
	.auxilio span {
		color: #930;
		font-weight: bold;
		font-size: 90%;
		text-transform: uppercase;
	}
	.auxilio p {
		color: #6d6d5d;
		margin-top: 5px;
		font-size: 90%;
	}
		.auxilio p em {
			font-family: Arial, sans-serif;
		}