label.error {
    top: 40px;
    color:red;
}

.active label.error{
	top: 60px;
}

.passwordLightboxContainer {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,.8);
}

.passwordLightboxTable {
	display: table;
	width: 980px;
	height: 100%;
	margin: auto;
}

.passwordLightboxTD {
	display: table-cell;
	vertical-align: middle;
}

.passwordLightboxPanel {
	width: 100%;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.passwordLightboxPanelInner {
	padding: 50px;
}

.passwordLightboxPanelInner h6 {
	font-size: 18px;
	line-height: 25px;
	font-weight: 600;
	display: block;
}

.passwordLightboxPanelInner p {
	display: block;
	margin-top: 20px;
}

.passwordLightboxPanelBtn {
	margin-top: 30px;
}

.passwordLightboxPanelBtn a {
	float: right;
	background: #009877;
    border: none;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    padding: 15px 30px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100px;
}

.jcustomcathide{
    display:none !important;
}

label.error {
    top: 40px;
    color:red;
}

.active label.error{
	top: 60px;
}

.passwordLightboxContainer {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,.8);
}

.passwordLightboxTable {
	display: table;
	width: 980px;
	height: 100%;
	margin: auto;
}

.passwordLightboxTD {
	display: table-cell;
	vertical-align: middle;
}

.passwordLightboxPanel {
	width: 100%;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.passwordLightboxPanelInner {
	padding: 50px;
}

.passwordLightboxPanelInner h6 {
	font-size: 18px;
	line-height: 25px;
	font-weight: 600;
	display: block;
}

.passwordLightboxPanelInner p {
	display: block;
	margin-top: 20px;
}

.passwordLightboxPanelBtn {
	margin-top: 30px;
}

.passwordLightboxPanelBtn a {
	float: right;
	background: #009877;
    border: none;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    padding: 15px 30px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100px;
}

.jcustomcathide{
    display:none !important;
}


.errorLightboxContainer {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,.8);
	z-index: 999;
}

.errorLightboxTable {
	display: table;
	width: 600px;
	height: 100%;
	margin: auto;
}

.errorLightboxTD {
	display: table-cell;
	vertical-align: middle;
}

.errorLightboxPanel {
	width: 100%;
	background-color: #FFF;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	text-align: center;
}

.errorLightboxPanelInner {
	padding: 50px;
}

.errorLightboxPanelInner h6 {
	font-size: 18px;
	line-height: 25px;
	font-weight: 600;
	display: block;
}

.errorLightboxPanelInner p {
	display: block;
	margin-top: 20px;
}

.errorLightboxPanelBtn {
	margin-top: 30px;
}

.errorLightboxPanelBtn a {
	/*float: right;*/
	background: rgb(203, 200, 9);
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    line-height: 16px;
	padding: 14px 24px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*width: 100px;*/
	display: inline-block;
	transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.18s ease-in-out 0s;
}
