#simplemodal-overlay {
  background-color:#000;
  cursor:default;
}

#simplemodal-container {
	width:475px;
	height:579px;
}

#simplemodal-container a.modalCloseImg {
  background:url(../_images/geral/bt_fechar_modal_01.png) no-repeat;
  width:73px;
  height:36px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:4px;
  right:3px;
  cursor:pointer;
}
