html{background-color: #0f0f0f;text-align: center;}
body{background-color: #02020f;
	margin-top: 0px; margin-left: 0px; margin-right: 0;	margin-bottom: 0;
	text-align: center;}
#vfrm {
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	position: relative;	// absolute;
	top: 7px;
	background-color: #020209;
	width: 100%;
// height: 100%;
	z-index: 1;	//auto;
	overflow: visible;	// для реализации  scrolling="no" в доченних эл-тах
}
#vid {
	width: 100%;
	height: 100%;
}
#url {
	position: relative;
	width: 100%; //400px;
	height: 100%;
	left: 0; //100px;
	background-color: #304030;
//	border: 2px solid #333;
	border: 0;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;	//автоматическое центрирование. ВНИМАНИЕ! это НЕ работает вместе с "float"
}
#obj {
	position: relative;
	left: 0;	//10px;
	top: 0;
	height: 100%;
	width: 100%; //400px;
//	background-color: #403030;
//	background-image: url(img/skyLab.jpg);
}
#emb {
	position: relative;
	left: 0;	//10px;
	top: 0px;
	height: 100%;
	width: 100%; //400px;
	background-color: #303040;
//	background-image: url(img/floor.png);
}
#ctrls {
	font-family: arial, helvetica, sans-serif;
	//font-style: oblique;
	font-weight: bold;
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 0;	//10px;
	width: 100%;
//	height: 20px;
	cursor: default;	//pointer;	//crosshair;
	text-align: center; color: #7f7fAf;
	z-index: 10000;	//auto;
	opacity: 0.5;
}
.smBtn {width: 24px;}
#fscr {background-image: url(img/Tango-view-fullscreen2.png);
	background-position: center; background-repeat: no-repeat;}
#stp {background-image: url(img/account-settings-icon@2x2.png);
	background-position: center; background-repeat: no-repeat;}
input, select, option {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	height: 24px;
	background-color: #B0E0E0;
	color: #1f1fAf;cursor: pointer; z-index: auto;}
//iframe {  margin-top: 2px;}
