/* Content div (not used for url) */
.myTheme_content {
    overflow:hidden;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
	background:url(/gfx/pop_bg.png) repeat-x;
}

/* Overlay for modal window, spécify color and opacity (three times to work on all browsers */
.overlay_myTheme {
  background-color: #333;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

