
#content 
{
	padding:20px;
}

#popvideo
{
width:650px;
height:440px;
border:1px solid #CCCCCC;
}
#dialog 
{
	position:absolute; 
	width:700px; 
	height:610px
	padding:1px; 
	z-index:500; 
	background:#666;
}

#dialog-header 
{
	display:block; 
	position:relative; 
	width:685px; 
	padding:3px 6px 7px; 
	height:14px; 
	font-size:14px; 
	font-weight:bold
}

#dialog-title 
{
	float:left;
}
#bottomstmp
{
	margin:0 auto;
	width:520px;
	height:30px;
	margin-top:5px;
	padding:5px;
	border:0px solid #CCCCCC;
}
#dialog-close 
{
	float:right; 
	cursor:pointer; 
	margin:3px 3px 0 0; 
	height:11px; 
	width:11px; 
	background:url(http://www.menlopark.org/gymproject/Images/dialog_close.gif) no-repeat;
}

#dialog-content 
{
	display:block; 
	height:400px; 
	padding:2px; 
	background-color:#FFFFFF; 
	font-size:13px;
	text-align:center;
	
}
.videopres
{
text-align:center;
}
#dialog-mask 
{
	position:absolute; 
	top:0; 
	left:0; 
	min-height:100%;
	height:900px;
	width:100%; 
	background:#454545; 
	opacity:.75; 
	filter:alpha(opacity=75); 
	z-index:100;
}


.successheader 
{
	background-color:#003300; 
	color:#FFFFFF;
	text-align:center;
	border:1px solid #CCCCCC; 
	border-bottom:none;
}
