#smallEmbedCodeElement {
display: none;
}

#bigEmbedCodeElement {
display: none;
}

#mask {
  position:absolute;
  z-index:9000;
  background-color:#000;
  display:none;
  width:100%;
  height:100%;
  left: 0;
  position: fixed;
  top: 0; 
}

#boxes {
  width:100%;
  height:100%;
}
   
#boxes .window {
  position:absolute;
 max-width:500px;
  display:none;
  z-index:9999;
  padding:20px;
  background-color:#DDDDDD;	
}
 
 
#boxes #dialog {
 top: 0; 
  position: fixed;
}

#embedCodeElement {
	background-color:#F9F9F9;	
}

#captionEmbed  {
	font: bold 135% "Lucida Grande",Arial,sans-serif;
    margin: 0;
    padding: -0.5em 2em 0.5em 0.75em;
    text-align: left;
    text-shadow: 0 1px 0 #FFFFFF;
}

#headerEmbedPopup {
	padding-bottom:10px;
	
}

.closeButtonEmbedPopup {
	display: block;
    font-size: 13px;
    font-weight: bolder;
    padding: 2px 3px;
    position: absolute;
    right: 5px;
    text-decoration: none;
    top: 4px;
}