/*------------------------------*/
/* 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:#eaeaea;
  border:solid 1px #ccc;
  border-radius:5px;
  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;
	border-radius:4px;
	cursor: pointer;
	margin-top:10px;
	display:block;
	font-size:14px;
}

.set-content-wrapp .container-set-content{ 
	position:absolute; 
	top: 35px;
	right: 35px;
	z-index:99999;
	width: 300px; 
}
.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;
	border-radius: 3px;
	cursor:pointer;
	z-index: 99;
	opacity: 1;
}

.set-content-wrapp a.set-content-open{
	text-transform: lowercase;
	display:block;
	border-radius:3px;
	cursor:pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	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;
	border-radius:3px;
	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;
}

.set-content-wrapp .selectdiv {
	width:255px;
	border:1px solid #ccc;
	height:25px;
	background:url(http://i48.tinypic.com/2u7rpec.png) no-repeat right center;
	border-radius:3px;
	cursor:pointer; 
}

.set-content-wrapp .selectdiv:hover, .set-content-wrapp .selectdiv:focus {
    width:255px;
    border:1px solid #ccc;
    height:25px;
    background: url(http://i48.tinypic.com/2u7rpec.png) no-repeat right;
    border-radius:3px;
    cursor:pointer;
}

.set-content-wrapp .selectdiv div {
    z-index:-1;
    border:0px solid #000;
    height:23px;
    line-height: 23px;
    overflow:hidden;
    padding:1px 0px 0px 5px;
    cursor:pointer;
    margin-right:20px;
}

.set-content-wrapp .selectboxdiv {
    height: 25px;
    left: 9px;
    margin-top: 0;
    position: absolute;
    width: 300px;
    z-index: 2;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    cursor:pointer;
}