/**
 *Copyright (c) 2012 The Software MacKiev Company. All rights reserved.
 *For details, see us at www.hyperstudio.com
**/

@CHARSET "UTF-8";

*{
	/*-moz-user-select: -moz-none; */
	-moz-user-select: -moz-none; 
	-webkit-user-select: none; 
	-khtml-user-select: none;
	-o-user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

object{
	outline:none;
}

.track {
	width: 80px;
	height: 100%;
	width: 15px;
	float: right;
	background: url(../img/scrollTrack.png);
	vertical-align: bottom;
}

.handle {
	height: 37px;
	width: 15px;
	background: url(../img/scrollHandle.png);
	font-size: 20px;
	text-align: center;
	z-index: 2;
}

.container{
	background-color:#F5F5F5; 
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:#222 0px 1px 10px;
	-webkit-box-shadow:#222 0px 1px 10px;
	-o-box-shadow:#222 0px 1px 10px;
	box-shadow:#222 0px 1px 10px;
}
.alert-button{
	width:150px;height:40px;
	text-align:center;
	border:0px;
	font-size:16px;
	font-weight:bold;
	margin-left:30px;
	color:#ccc;
	-webkit-border-radius:4px;
	border-radius:4px;
	background:-webkit-gradient(linear,  0% 0%, 0% 50%, from(#afb0b0), to(#4e4f51)) repeat scroll 0 0 #000;
	text-shadow:0px -1px 1px #000, 0px 1px 1px #ddd;
	box-shadow:0px 1px 1px #433,0px -1px 1px #fff;
}
.alert-cancel-button{
	width:150px;height:40px;
	text-align:center;
	border:0px;
	font-size:16px;
	font-weight:bold;
	margin-left:30px;
	color:#ccc;
	-webkit-border-radius:4px;
	border-radius:4px;
	background:-webkit-gradient(linear, 0% 0%, 0% 50%, from(#BB686E), to(#711518)) repeat scroll 0 0 #711518;
	text-shadow:0px -1px 1px #000, 0px 1px 1px #ddd;
	box-shadow:0px 1px 1px #433,0px -1px 1px #fff;
}

.alert-button:active, .alert-cancel-button:active{
	background:-webkit-gradient(linear, 0% 0%, 0% 50%, from(#7d7d7d), to(#000000)) repeat scroll 0 0 #000000; 
}

.play-button{
	display:block;
	background:url(../img/play-but.png) no-repeat 0 0 transparent;
	cursor:pointer;
	width:82px;
	height:82px;
	margin-left:145px;
	margin-top:20px;
	border:0px none;
}
.play-button:active{
	background:url(../img/play-but-act.png) no-repeat 4px center transparent;
}
/*::selection {
	background:transparent;
	}*/