.ui-dialog-title{
    text-align: center;
font-family: "Myriad Set Pro","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    color: white;
       

}

.ui-widget-header{
    background: url('/epro/resources/images/header.png') repeat-x;
}

.ui-shadow {
    
-webkit-box-shadow: 10px 10px 10px;
-moz-box-shadow: 10px 10px 10px;
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
  .ui-widget-overlay {
   opacity: 0 !important;
   filter:Alpha(opacity=0);
}
.div_log{
/*bottom: 30px !important;*/
/*left: 28%;
right: 50%;*/
/*position: absolute;*/
/*height: 600px;*/
/*top: 0;*/
/*bottom: 0;*/
margin:auto;
/*margin-left:-100px;*/
width:500px;
vertical-align: auto;
}
.externa {
position: relative;
width:100%;
height:200px;
background:#E4EE91;
}
.interna {
left:50%;
top:50%;
margin-left:-250px; /* Metade do valor da Largura */
margin-top:-50px; /* Metade da valor da Altura */
position:absolute;
width:500px; /* Valor da Largura */
height:100px; /* Valor da Altura */
background:aliceblue;
color:#00f;
}
