.apinews{
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.apicortina{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../newsletter_api/trans.png');
}

.apibox{
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
	width: 250px;
	height: auto;
	margin: 40px auto;
	background: white;
	position: relative;
	padding: 20px;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    -khtml-border-radius: 4px;
    
    -moz-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.8);
}

.apibox h1{
	font-size: 18px;
	color: #777;
	font-weight: bold;
	text-align: center;
	padding: 5px 0px;
}
.apibox h2{
	font-size: 14px;
	color: #aaa;
	font-weight: lighter;
	text-align: center;
	padding-bottom: 10px;
}

.apibt{
	display: inline-block;
	padding: 10px 15px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    -khtml-border-radius: 4px;
    background: #ddd;
    color: #777;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 10px;
}

.apibt:hover{
	background: #222;
	color: #aaa;
}

.apibox input{
	padding: 0;
	margin: 0;
	border: none;
	overflow: hidden;
	outline: none;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	background: #eee;
	color: #444;
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    -khtml-border-radius: 4px;
}

.apibox input:hover{
	background: #ddd;
}
.apibox input:focus{
	background: #222;
	color: white;
}

.apifechar{
	display: block;
	position: absolute;
	right: -15px;
	top: -15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url('../newsletter_api/fechar.png') center center no-repeat;
}
.apifechar:hover{
	background: url('../newsletter_api/fechar_h.png') center center no-repeat;
}
