
#ID_EventCodeDlgMain
{
	position:absolute;
	z-index:200;
	background-color: white;
	color: rgb(83, 134, 245);

	font-family: 'Comfortaa', cursive;
	font-size: 1.2em;
	border: solid  5px  rgba(83, 134, 245, 0.9);
	-webkit-border-radius: 12px;
	border-radius: 12px;
	filter:alpha(opacity=100);
}

#ID_EventCodeDlgMask
{
	position:absolute;
	top:0;
	left:0;
	min-height:100%;
	height:100%;
	width:100%;
	background:#FFF;
	opacity:.8;
	filter:alpha(opacity=80);
	z-index:100
}


.eventCodeDlgSelect {  
	height: 30px;
	width: 400px;
	margin-top: 10px;  
	margin-bottom: 10px;  
	padding-left: 5px;  
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;  
	-webkit-box-shadow: 4px 3px 3px 1px #3D40A8;
	box-shadow: 4px 3px 3px 1px #3D40A8;
}

.eventCodeDlgTitle {
   width: 100%;
   color: #5386F5;
	font-family: 'Comfortaa', cursive;
	font-weight: bold;
	font-size: 1.5em;
   text-align: center;	
}

#list2
{
	margin-left: 20px;
}
#list3
{
	margin-left: 40px;
}
#list4
{
	margin-left: 60px;
}

.login-btn {  
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border-width: 1px;  
	min-height: 40px;
	font-family: 'Comfortaa', cursive;
	font-size: 1.0em;
	/*font-weight: bold; */
	border: 1px  solid  #040504;
	-webkit-box-shadow: 2px 2px 2px 1px #3D40A8;
	box-shadow: 2px 2px 2px 1px #3D40A8;
	
	color: rgb(83, 134, 245);
	background-color: white;
}

.ls-login-btn:hover { 
	color: white;
   background-color: rgba(83, 134, 245, 0.7);
}
