﻿.advancedContainer{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	left: 0;
	top: 0;
	position: fixed;
	display: none;
	z-index: 999;
}
.main{
	width: 840px;
	height: 520px;
	background-color: white;
	margin-left: -460px;
	margin-top:-282px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
}
.premium-left{
	width:420px;
	height: 520px;
	display: inline-block;
	vertical-align: top;
	background: #e9e9e9;
}
.premium-right{
	width: 420px;
height: 520px;
text-align: center;
vertical-align: top;
display: inline-block;
}

.msg{
font-size: 18px;
line-height: 60px;
text-align: left;
width: 314px;
margin: 0 auto;
 margin-top: 25px;
}
.msg label {
	vertical-align: middle;
	display: inline-block;
}
.msg input{
	border: none;
	outline: none;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	-webkit-user-select:auto;
	display: inline-block;
	vertical-align: middle;
}
.msg span{
	border:0.5px solid;
	border-radius: 20px;
	font-size: 18px;
	padding: 3px 10px 3px 10px;
}
.msg span:hover{
	background: rgba(0,0,0,0.1)
}
.submenu {
	margin-top: 64px;
}