	<style> 
	body
	{
	font-family:verdana;
	font-size:12px;
	}
	
#playitcontainer
	{
	width:600px;
	background-color:darkgray;
	margin:auto;
	display:none;
	}
	
#enlargecssprop
	{
	font-weight:bold;
	font-size:14px;
	color:#000000;
	}
	
#demoDIV
	{
	margin-left:10px;
	margin-top:3px;
	background-color:#000000;
	border:1px solid #c3c3c3;
	height:720px;
	width:380px;
	background-image:url('images/iphone_Portrait.png');
	
	}
	
	
#mainCanvas	
{
	margin-left:32px;
	margin-top:117px;
	height:487px;
	width:325px;
    background-color:orange;
	position: relative;
}

#scrnStart
{
	margin-left:2px;
	margin-top:2px;
	width:322px;
	height:482px;
	background:#000000;
	position:relative;
}


#sysClock
{
	font-weight:bold;
	font-size:50px;
	font-family:courier new;
	color:white;
	left:80px;
	top:-505px;
	position:relative;
}

#sysDate
{
	font-weight:bold;
	font-size:14px;
	font-family:courier new;
	color:white;
	left:80px;
	top:-535px;
	position:relative;

}

#slideLock
{
	width:215px;
	height:0px;
	left:60px;
	top:-190px;
	position:relative;
	background:lightgray;
    cursor: pointer;
	transition: width 2s;
    -webkit-transition: width 2s; /* Safari */
	
}

#slideBtn
{
	left:5px;
	top:-80px;
	position:relative;

}

#sweetspot
{
       width:50px;
       height:37px;
       left: 160px;
       top:-40px;
       border:1px solid #aaaaaa;
	   position:relative;
	   
       }




#pwrBtn
{
	width:177px;
	height:78x;
	background:green;
	position:relative;
	left:110px;
	top:20px;

}

#btnPwr
	{
	width:85px;
	height:78x;
	background:#000000;
	left:40px;
	position:relative;
	cursor: pointer;
	transition: width 2s;
    -webkit-transition: width 2s; /* Safari */
	}	
	
#styleDIV
	{
	font-family:courier new;
	margin-left:10px;
	background-color:#f1f1f1;
	border:1px solid #c3c3c3;
	width:30px;
	padding:3px;
	color:#orange;
}
	
div.demoHeader
	{
	font-size:14px;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:2px;
	color:#617f10;
	top: 20px; 
	left:50px
	}
	
div.playitFooter
	{
	font-size:13px;
	color:#617f10;
	padding:10px;
	}
	
#tstLoc
{
	font-weight:bold;
	font-size:50px;
	font-family:courier new;
	color:white;
	left:80px;
	top:-505px;
	position:relative;
}
	
	
	#demo
	{
	margin:15px;
	}
	
	
	</style>
