﻿.popup
{
    background-color:#fff;
	border:1px solid #D4D0C8;
    font-family:arial,helvetica,clean,sans-serif;
    width:400px;
    z-index:999;
}


.titulo
{
    cursor:move;
    display:block;
    clear:both;
    background-color:#7d6756;
    border-bottom:solid 1px #D4D0C8;
    color: #e6e1da;
    padding: 3px 0;
    height:16px;
    width:100%;
    float:left;
}

.titulo .texto_titulo
{
    font-weight: bold;
    font-size:small;
    display:block;
    text-indent:10px;
    width:100%;
}

.updating, .body
{
    background-color:#fff;
    display:block;
    clear:both;
    padding:2px 3px;
    height:200px;
    overflow:auto;
}

.updating
{
	color:#a0a0a0;
	background-image:url(../imagens/activity.gif);
	background-repeat:no-repeat;
	background-position:center;
    height:200px;
} 

.rodape
{
	position:relative;
	bottom:0!important;
	clear:both;
    width:100%;
    height:2px;
    background-color:#ccc;
}

.fechar
{
	position:relative;
    cursor: pointer;
    float:right;
    right:3px;
    top:-15px;
}