
.radio3_close {
	width: 23px;
	height: 19px;
	background-color: #000;
	background: transparent url(../Copia di prova_04_04_files/radio3/video_close.gif) no-repeat 0 0;			
	position:absolute;
	top:18px;
	right:30px;
	cursor:pointer;
	z-index:1000;
	padding: 2px;
}

/* Content div (not used for url) */
.radio3_content {
    overflow:auto;
    color: #000;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 10px;
    background:#FDFDFD;
}

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