#system-message-container
{
	display: none;
}

#wli-messages
{
	position: fixed;
	text-align: center;
	width: 300px;
	height: auto;
	overflow: hidden;
	margin: 0;
	left: 681px;
	top: 100px;
	z-index: 1000;
	/* background: #353434; */
    padding: 40px;
    /* box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); */
	background: url("../images/Login-Bg-2.png");
}

#wli-overlay
{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: #000000;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    opacity: 0.6;
}

#wli-messages #wli-header
{
	height: 35px;
	width: 100%;
 /* 	background: #b6b738; */
 /* background : #2eb7ff;  */
	display: block;
    color: #1b61a9;
    text-align: left;
    line-height: 35px;
    font-size: 20px;
    margin: 0;
	background:none;
}

#wli-messages #wli-header #wli-title
{
    float: left;
    margin-left: 15px;
    font-weight: bold;
}

#wli-messages #wli-header #wli-close
{
    float: right;
    margin-right: 15px;
    margin-top: 7px;
}

#wli-messages #wli-header #wli-close img
{
	display: block;
}

#wli-messages #wli-main
{
	/* background: #ededed; */
    height: auto;
    width: 100%;
    display: block;
    color: #717171;
    font-size: 125%;
    text-align: justify;
    min-height: 100px;    
}


#wli-messages #wli-main p
{
	margin: 0;
    padding: 15px;
    text-align: justify;
    font-size: 85%;
    line-height: 125%;
}

#wli-messages #wli-footer
{
	clear: left;
	display: block;
	width: auto;
	height: 35px;
	/* background: #1d5571; */
	color: #f9fea6;
	line-height: 35px;
    padding-right: 15px;
    font-size: 85%;
    text-align: right;
}

#wli-messages #wli-footer a
{
	color: #f9fea6;
	border-bottom: 1px dotted #f9fea6;
}

#wli-messages #wli-header.error
{
    background: #E08021;
}

#wli-messages #wli-main span
{
	display: block;
	margin-bottom: 10px;
}

#wli-messages #wli-main span.messages-error
{
	color: #E08021;
}

#wli-messages #wli-main span.messages-notice
{
	color: #717171;
}

#wli-messages .messages-hide
{
	display: none;
}