#avtorizaciya
{
/*	background-color: #f5f5f5;*/
/*	background-color: rgba(255, 255, 255, 0.90);*/
	color: #fff;
	height: 150px;
	width: 220px;
	top: 100px;
	left: 50%;
	margin-left: -100px;
	position: absolute;
}

#avtorizaciya .label
{
	padding: 0px;
}

#avtorizaciya_login
{
	left: 10px;
	top: 10px;
}

#avtorizaciya_login .edit
{
	padding: 5px 10px;
	
}

#avtorizaciya_vhod
{
	border: 1px solid #000;
	cursor: pointer;
	left: 10px;
	padding: 3px 62px;
	position: absolute;
	top: 70px;
	
}


*
{
	position: relative;
}

body
{
	background-color: #333;
	padding: 10px;
	min-width: 1000px;
}

video
{
	width: 200px;
}

.p
{
	min-height: 170px;
	overflow: hidden;
}


h1, h2, h3
{
	color: #fff;
	margin-left: 10px;
}


#conf_host
{
	display: none;
}

#idconf, .rem_id
{
	display: none;
	color: #fff;
}

#mic
{
	background: url("../img/mic.png");
	background-color: #ccc;
	cursor: pointer;
	position: absolute;
	left: 270px;
	top: 10px;
	width: 64px;
	height: 64px;
	z-index: 100000004;
}

.mic_2
{
	display: none;
	background: url("../img/mic.png");
	background-color: #ccc;
	cursor: pointer;
	position: absolute;
	right: 5px;
	bottom: 100px;
	width: 64px;
	height: 64px;
	z-index: 1000010;
}
/*
#sound
{
	display: none;
	background: url("../img/sound.png");
	background-color: #ccc;
	cursor: pointer;
	position: absolute;
	left: 270px;
	top: 90px;
	width: 64px;
	height: 64px;
}*/

#screen2
{
/*	display: none;*/
	background: url("../img/screen.png");
	background-color: #ccc;
	cursor: pointer;
	position: absolute;
	left: 270px;
	top: 90px;
	width: 64px;
	height: 64px;
}

#webcam
{
/*	display: none;*/
	background: url("../img/webcam.png");
	background-color: #ccc;
	cursor: pointer;
	position: absolute;
	left: 270px;
	top: 90px;
	width: 64px;
	height: 64px;
}

#play
{
/*	display: none;*/
	background: url("../img/play.png");
	background-color: #fcc;
	cursor: pointer;
	position: absolute;
	left: 350px;
	top: 90px;
	width: 64px;
	height: 64px;
}

#cam
{
	background: url("../img/cam.png");
	background-color: #ccc;
	cursor: pointer;
	position: absolute;
	left: 350px;
	top: 10px;
	width: 64px;
	height: 64px;
}

.sound_32
{
/*	display: none;*/
	background: url("../img/sound_32.png");
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 42px;
	width: 32px;
	height: 32px;
	opacity: 0.2;
	z-index: 1000004;
}

.sound_32:hover
{
	background-color: #0c0;
	opacity: 1;
}

.mic_off_id
{
	background: url("../img/mic_32.png");
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 32px;
	height: 32px;
	opacity: 0.2;
	z-index: 1000005;
}

.mic_off_id:hover
{
	background-color: #ccc;
	opacity: 1;
}

.del_client
{
	background: url("../img/x_16.png");
	cursor: pointer;
	position: absolute;
	left: 5px;
	top: 5px;
	width: 16px;
	height: 16px;
	opacity: 0.2;
	z-index: 1000005;
}

.del_client:hover
{
	background-color: #c00;
	opacity: 1;
}

.user_name
{
	background-color: #333;
	color: #fff;
	
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 16px;
	padding: 3px 0px 3px 0px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 1px;
	z-index: 1000006;
}

.full
{
	background: url("../img/full.png");
	cursor: pointer;
	position: absolute;
	right: 5px;
	bottom: 25px;
	width: 32px;
	height: 32px;
	opacity: 0.8;
	z-index: 1000001;
}

.full_2
{
	background: url("../img/full-2.png");
	cursor: pointer;
	position: absolute;
	right: 50px;
	bottom: 25px;
	width: 32px;
	height: 32px;
	opacity: 0.8;
	z-index: 1000002;
}

.full_1
{
	background: url("../img/full-1.png");
	cursor: pointer;
	position: absolute;
	right: 95px;
	bottom: 25px;
	width: 32px;
	height: 32px;
	opacity: 0.8;
	z-index: 1000003;
}

#mic3
{
	display: none;
	background: url("../img/mic.png");
	background-color: #ccc;
	cursor: pointer;
	position: absolute;
	left: 550px;
	top: 30px;
	width: 64px;
	height: 64px;
}

#mic4
{
	display: none;
	background: url("../img/mic.png");
	background-color: #ccc;
	cursor: pointer;
	position: absolute;
	left: 650px;
	top: 30px;
	width: 64px;
	height: 64px;
}

#reload
{
	display: none;
	background: url("../img/refresh_2.png");
/*	background-color: #ccc;*/
	cursor: pointer;
	position: absolute;
	right: 350px;
	top: 0px;
	width: 64px;
	height: 64px;
	z-index: 1000000;
}

#reload_all
{
/*	display: none;*/
	background: url("../img/refresh.png");
	background-color: #ccc;
	cursor: pointer;
	position: absolute;
	left: 430px;
	top: 10px;
	width: 64px;
	height: 64px;
	z-index: 1000000;
}

#errors
{
	border: 1px solid #fff;
	padding: 5px;
/*	position: absolute;*/
	margin-top: 1000px;
	max-height: 200px;
	min-height: 50px;
	color: #fff;
	overflow: auto;
/*	top: 1500px;*/
/*	width: 1000px;*/
}

#video_box
{
	border: 0px solid #00f;
	overflow: hidden;
}


#myVideo
{
	border: 0px solid #000;
}

#myVideo_scren
{
	border: 1px solid #000;
	margin-left: 230px;
}

#remVideo
{
	border: 0px solid #000;
}

#remVideo2
{
	border: 0px solid #000;
}

#video_box_1
{
/*	float: right;*/
	height: 150px;
}





.div1
{
	margin: 20px;
}

.a
{
	color: #fff;
/*	display: block;*/
	font-size: 48px;
	
}

.a:hover
{
	color: #88f;
}

.a2
{
	color: #fff;
/*	display: block;*/
	font-size: 32px;
	margin: 10px;
}

#conf_rename
{
	color: #fff;
	cursor: pointer;
	display: block;
	position: absolute;
	font-size: 32px;
	left: 250px;
	text-decoration: underline;
	top: 0px;
}

.remVideo_box
{
	background-color: #000;
	border: 0px solid #c00;
/*	display: none;*/
	float: left;
	height: 170px;
	margin: 10px;
	overflow: hidden;
	width: 200px;
	
}

.index
{
	color: #fff;
	padding: 3px;
	text-align: center;
}

.left
{
	border: 0px solid #c00;
	min-width: 670px;
	overflow: hidden;
}

.right_box
{
	border: 0px solid #c00;
	float: right;
	margin-top: 10px;
	width: 320px;
	height: 530px;
}

.right_box textarea
{
	border: 2px inset #77a;
	height: 50px;
	margin-bottom: 10px;
	padding: 5px;
	resize: none;
	width: 307px;
}

#chat
{
	background-color: #bbb;
	border: 3px ridge #77a;
	height: 650px;
	margin-bottom: -245px;
	overflow: auto;
	padding: 5px;
	top: -250px;
}

#chat_buttom
{
	background-color: #999;
	border: 2px outset #bbb;
	cursor: pointer;
	height: 20px;
	padding: 5px;
	text-align: center;
}

.message_id
{
	display: none;
}

.u_name
{
	font-weight: bold;
	font-size: 12px;
	color: #559;
/*	text-align: center;*/
}

.message_time
{
	font-size: 10px;
	color: #555;
	text-align: right;
}

.message_text
{
	font-size: 16px;
	padding: 0px 3px 0px 10px;
}

.message_i
{
	border-bottom: 1px solid #555;
	margin-bottom: 15px;
}

.message_del
{
	font-size: 14px;
	cursor: pointer;
	padding: 1px 3px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.message_del:hover
{
	box-shadow: 0px 0px 3px #000;
}

#video_box_test
{
	display: none;
}

#screen
{
	display: none;
}




















