 .selected_vr{
 	display:block;
 	float:left;
 	width:264px;
 	height:20px;
 	background:#4e0080;
 	text-align: center;
 	border: solid 1px #24003f;
 }

 .vr {
	 width:795px;
	 top:200px;
	 left:50%;
	 margin-left:-397px ;
	 padding: 10px 0px;
	 border:solid 1px #59009e;
	 color: #e0b8fb;
	 background: #270045;
	 font-size: 17px;
	 display:none;
	 position:absolute;
	 z-index:9999999999;
 }
 .vr-toggle{display:block}
 .vr span {
 	padding: 0px 10px;
 }

 a#a_vr{
 	font-size:20px;
 	color:#f0c738;
 	margin-right:10px;
 	display:block;
 	float:right
 }

 .selected_vr:hover {
 text-decoration: none;
 }

 #vr_email{
 	width:150px;
 	background: #ca98f0;
 }

 #vr_text{
 	width:450px;
 	background: #ca98f0;
 }

 #under {                          /*мой, в нем все, что ниже блока видео*/
 	width: 100%;
 	padding: 0px 10px;
 }

 #add_vr {
 	margin-top: 10px;
    width: 160px;
    height: 32px;
    margin-left: 330px;
    font-size: 16px;
 }

 #own {                             /*мой, обрамляет поля ввода почты и текста*/
  margin: 10px 0px 10px 0px;
  color: #9543d4;
 }

