﻿/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog
{
    float:inherit;
    margin: 0px auto;
    min-width: 8em;
    max-width: 500px; /* based on image dimensions - not quite consistent with drip styles yet */
    color: #fff;
   
    margin-left: 12px; /* default, width of left corner */
    margin-bottom: 0.5em; /* spacing under dialog */
    
}

/* BLINK SDEBAR */
.SemBorda 
{
    border:0px;border-top:0px;
    }

.AreaHeader
{
    padding-top: 0px;
    margin-top: 0px;
    height: 35px;
    margin: 0 0 0px;
    padding: 0 0px 0px;
    background-position: center top;
    background-image: url(images/head-bg.png);
    border-top-style: none;
    background-repeat: repeat-x;
    border-right-style: none;
    border-left-style: none;
    background-color: transparent;
    border-bottom-style: none;
}
.AreaCaixa 
{
    font-family:Verdana,tahoma; font-size:smaller;

border:1px solid #bcd3e5;
border-top:0;
height:auto;
margin:0 0 6px;
padding:0 6px 10px;

}
