/*------------------------------*/
/* Folha de estilo set-content */
/*------------------------------*/

.set-content-wrapp{ 
	position:relative; 
	z-index: 999;
	font-size:14px;
	font-family: Arial;
}

.set-content-wrapp .container-set-content{
  background:#fff;
  border:solid 1px #ccc;
  padding:20px;
}

.set-content-wrapp .container-set-content h3{
	font-family: Arial;
	margin:0 0 10px 0;
	padding-bottom:4px;
	border-bottom:solid 1px #999;
	font-weight: bold;
	font-size:18px;
}

.set-content-wrapp .container-set-content h4{
	font-size:12px;
	margin:8px 0 8px 0;
}

.set-content-wrapp .set-content-desc{
	margin-bottom:10px;
}

.set-content-wrapp form.set-content-form{ 
	margin:0; 
	padding:0; 
}

.set-content-wrapp form.set-content-form label{ 
	font-family:Arial; 
	font-size:12px; 
}

.set-content-wrapp .set-content-submit{
	background:#343434;
	padding:5px 20px 5px 20px;
	color:#fff;
	border:none;
	cursor: pointer;
	margin-top:10px;
	display:block;
	font-size:14px;
}

.set-content-wrapp .container-set-content{ 
	position:absolute; 
	top: 30px;
	left: 18px;
	z-index:99999;
	width: 380px; 
}
.set-content-wrapp .container-set-content a.close{ 
	display:block; 
	width: 20px; 
	line-height: 20px; 
	background: #343434; 
	color: #fff; 
	text-align: center;  
	position: absolute;
	top: 10px; right: 10px;
	font-family: Arial;
	font-size: 12px;
	cursor:pointer;
	z-index: 99;
	opacity: 1;
}

.set-content-wrapp a.set-content-open{
	text-transform: lowercase;
	display:block;
	cursor:pointer;
	position: absolute;
	top:0; right:0;
	margin-bottom:1px;
	width:24px; height:24px;
}

.set-content-wrapp .set-content-open img{ 
	width:20px; 
	height:auto; 
	position:absolute; 
	top:2px; 
	left:2px;
}

.set-content-wrapp .msg-set-content-success{
	background:#729d09;
	padding:10px 5px 10px 5px;
	margin-top:15px;
}

.set-content-wrapp .msg-set-content-success, .msg-set-content-info{
	font-family: Arial;
	font-size:12px;
	color:#fff;
	text-align:center;
}

.set-content-wrapp .msg-set-content-info{ color:#0a53cb; }

.set-content-wrapp a.reload{
	font-size:12px;
	font-family: Arial;
	text-decoration: underline;
	color:#333;
	text-transform: lowercase;
}