#boxCadPop {
	position: absolute;
	top: 30%;
	left: 60%;
	width: 700px;
	margin-left: -250px;
	z-index: 180;
}
#bgBodyPop {
    background-color: #000;
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter:alpha(opacity=80);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
}
#conteudoPop{
    margin: 0 auto;
    text-align: center;
}
.caixaPop{
    background-color: #FFFFFF;
    width: 60%;
    min-height: 0;
    margin: 0 auto;
    border: 2px solid;
    border-color: #C08E5D;
    border-style: ridge;
    text-align: center;
}
.legendaPop{
    background-color: #FFFFFF;
    font-size: medium;
    text-align: left;
    margin: 10px;
    color: #C08E5D;
}
.tabelaPop {
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 2px;
}
.texto_modal_pop {
    font-size: 12px;
	font-weight:normal;
	text-indent: 0px;
	color:#7d472f;
}
