﻿.lfePopup 
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background:#222222;
	font-family:Verdana;
	color:#CACACA;
	-webkit-box-shadow: 0 7px 20px 0 #888888;
	-moz-box-shadow: 0 7px 20px 0 #888888;
	box-shadow: 0 7px 20px 0 #888888;
	padding:20px;
	width:420px;
	font-size:0.85em;
    position: relative;
}
.lfePopup > span.header 
{ 
	position:relative; 
	bottom:22px; 
	font-size:1.7em; margin-left:10px; 
} 
.lfePopup .separator 
{
	background-color:#464646;
	height:1px; 
	margin:15px 0;
}
.lfePopup .txt-inp{width:169px;height:25px;background-color:#4D4D4D;color:#FFFFFF;border:0;}
.lfePopup label 
{
	position:relative;
	margin:0 0 0 5px;
	bottom:2px;
}
.lfePopup .inpCont
{
	position:relative;
	margin:7px 0;
}
.lfePopup .inpCont .input
{
	float:right;
}
.lfePopup .controlsCont
{
	position:relative;
	margin-top:30px;
}
.lfePopup .controlsCont #lfeButtons
{
	margin-top:2px;
	float:right;
	width:79px;height:35px;
	background: #222222 url("assets/btnEn.png") no-repeat 0 0;
    opacity: 0.5;
    -moz-opacity: 0.5;
}

.lfePopup .controlsCont #lfeButtons.en {
    opacity: 1;
    -moz-opacity: 1;
}
.lfePopup .controlsCont #lfeButtons.dis {
    opacity: 0.3;
    -moz-opacity: 0.5; 
}

.lfePopup .controlsCont #lfeButtons #lfebtnCancel 
{
	float:left;width:38px;height:35px;cursor: pointer;
}
.lfePopup .controlsCont #lfeButtons #lfebtnContinue 
{
	float:right;width:38px;height:35px;cursor: pointer;
}
.lfePopup .controlsCont #lfebtnHelp 
{
	float:left;
	width:42px;height:42px;
	background: #222222 url("assets/qmark.png") no-repeat 0 0;
	cursor: pointer;
}
.lfePopup #lfeExistCurrency
{
	font-size:0.65em;float:right;margin-top:0;width:169px;
}

.lfePopup #msgCont {
    top: 0;left: 0;
    width: 100%;height: 100%;
    position: absolute;
    display: none;
}

.lfePopup .cover {
    top: 0;left: 0;
    width: 100%;height: 100%;
    position: absolute;
    background-color: #000000;
    opacity: 0.7;
    -moz-opacity: 0.7;
}
.cover .close { color:#FFFFFF;position:absolute;top:10px;right:10px;border:solid 1px #FFFFFF;padding:0px 5px 1px 5px;cursor:pointer; }
.lfePopup #divMsg {
    position: relative;
    background-color: #B22222;
    padding: 30px 20px;
    top: 100px;
    text-align: center;
}

#divMsg a:link, #divMsg a:visited, #divMsg a:hover, #divMsg a:active {
    color: inherit;
    /*text-decoration: none;*/
 
}