/* CSS Document */

.modal{  background-color:#F2F4F7; border-radius:10px; border:1px solid gray; box-shadow: 0px 0px 20px #DEDEDE;}
.modal_header{  padding:10px 5px 10px 10px; font-size:14px; color:#474747; }
.modal_header:hover{ cursor:move; }
.modal_conteudo{ background-color:white; border-top:solid 1px #B8B8B8;border-bottom:solid 1px #B8B8B8; padding:5px;}
.modal_fechar{ float:right;}
.modal_fechar:hover{ cursor:pointer;}
.modal_footer{ height:30px;}