body {
	 background-image:url(../imagens/bg_index.gif);
	 font-family:Georgia, "Times New Roman", Times, serif;
	 font-size:11px;
	 color:#666666;
}

.txtBranco {
	color:#FFFFFF;
}

.txtAmarelo {
	color:#FFCC00;
}

.txtGrande {
	 font-size:18px;	
}

.bgBase {
	background-image:url(../imagens/bg_base.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
.formulario {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#666666;
	background-image:url(../imagens/bgPreto10porcento.png);
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:1px;
	border-top-width:0px;
	border-right-width:0px;
}

.popup {
    display: block;
    width: 386px;
    height: 303px;
    position: absolute;
    top: 25%;
    left: 35%;
}

.popup img {
    border: 1px solid #000;
    float: right;
    clear: both;
}

.popup-close {
    position: relative;
    background: #000;
    color: #FFF;
    width: 65px;
    font-size: 13px;
    padding: 0 0 0 3px;
    float: right;
    cursor: pointer;
}

.popup-close:hover {
    text-decoration: underline;
}