﻿/*--- Copyright © 1998, 2012, Oracle and/or its affiliates.  All rights reserved. --- */
#draggable
{
	width: 250px;
	height: 350px;
	background: silver;
}
.pointerdiv
{
	background: gray;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 7;
	opacity: .60;
	-moz-opacity: .60;
	filter: alpha(opacity=60);
}
.pointerdiv2
{
	background: gray;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 7;
	opacity: .0;
	-moz-opacity: .0;
	filter: alpha(opacity=0);
}
#dlg2
{
	border-width: 8px;
	border-color: #94B8E9;
	border-style: solid;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #cde2fd;
	margin: 0px;
	padding: 0px;
}
#closebtn
{
	float: right;
	position: relative;
	cursor: pointer;
	top: 7pt;
	right: 7pt;
}
#startplayfont
{
	font-family: Arial;
	font-size: 20px;
	color: White;
}
