body.popup{
    background-repeat:no-repeat;
}

div.texto
{
    position:absolute;
    font: 14px 'Trebuchet MS';
    color: #4a7450;
    padding: 20px;
    overflow: auto;
    height: 220px;
    width: 630px;
    left:370px;
    top:425px;
    background-color: #ffffff;
}

input
{
    font: 14px 'Trebuchet MS';
    color: #4a7450;
    background-color: #ffffff;

}

textarea
{
    font: 14px 'Trebuchet MS';
    color: #4a7450;
    background-color: #ffffff;

}

input.submit
{
    font: 14px 'Trebuchet MS';
    color: #4a7450;
    background-color: #ffffff;
    cursor:hand;

}

table
{
    font: 14px 'Trebuchet MS';
    color: #4a7450;

}


td.titulo
{
    font: 14px 'Trebuchet MS';
    color: #4a7450;
    border-bottom:1px solid #4a7450
}

select
{
    width: 80%;
}

