<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.msgBox
{
    padding: 4px 10px 4px 10px;
    position: fixed;
    z-index: 9999999;
    font: 12px 'SepexCeFont01', Arial, Tahoma, sans-serif;
    width: 430px;
    min-height:160px;
    color: #666;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 11px #666;
    -webkit-box-shadow: 0px 0px 11px #666;
    box-shadow: 0px 0px 11px #666;
	background: #FFF;
}
div.msgBoxBackGround
{
    top:0;
    left:0;
    position:absolute;
    padding:0;
    margin:0;
    width:100%;
    height:100%;
    background-color:#000000;
    opacity:0.9;
    z-index:999999;
}
div.msgBoxTitle
{
    padding:5px 0 5px 0;
    font-size:15px;
	text-transform:uppercase;
    color:#0979bf;
    width:100%;
    border-bottom : 1px solid #CCC;
	font-family:'SepexCeFont02', Arial, Tahoma, sans-serif;
}
div.msgBoxImage
{
    margin:20px 5px 0 5px;
    display:inline-block;
    float:left;
    height:75px;
    width:75px;
}
div.msgBoxImage img
{
    height:75px;
    width:75px;
}
div.msgBoxContent
{
    font-size:13px;
    margin:0 3px 6px 3px;
    display:inline-block;
    float:left;
    height:90px;
    width:319px;
}
div.msgBoxContent p
{
    padding:0;
    margin:0;
    display: table;
    height: 100%;
    width: 100%;
}

div.msgBoxContent span 
{
    display: table-cell;
    vertical-align: middle;
    color: #333;
}

/* Content class for IE7*/

div.msgBoxContentIEOld
{
    font-size:11pt;
    margin:0 3px 6px 3px;
    display:inline-block;
    float:left;
    height:90px;
    width:319px;
	position: relative;
}
div.msgBoxContentIEOld p
{
    padding:0;
    margin:0;
    position: absolute;
	top: 50%;
}

div.msgBoxContentIEOld span 
{
    position: relative;
	top: -50%;
}

/* Content class for IE7*/

div.msgBoxButtons
{
    display:inline-block;
    width:100%;
    text-align:right;
}
div.msgBoxButtons input[type='button']
{
    cursor:pointer;
    margin:2px 5px;
    height:35px;
    width:auto;
	padding: 5px 30px;
	text-transform:uppercase;
    border:1px solid #0979bf;
    background-color: #0979bf;
    color:#FFFFFF;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    outline: none;
}
div.msgBoxButtons input[type='button']:hover
{
    background-color:#FFF;
	border:1px solid #0979bf;
    color:#0979bf;
}
div.msgBoxButtons input[type='button']:active
{
    background-color:#FFF;
	border:1px solid #0979bf;
    color:#0979bf;
}

div.msgBoxButtons input[type='button']:focus
{
    outline: none; 
    border: solid 1px #0979bf; /* replace outline by a border */
	-o-transform:rotate(0); /*remove opera outline*/
}

div.msgBoxButtons input[type='button']::-moz-focus-inner /*remove firefox inner outline*/
{ 
    outline: none; 
    border: none;
}

div.msgBoxInputs
{
    margin:0 auto;
    padding-top:2px;
    padding-bottom:2px;
    margin-top:5px;
    width:195px;
}
div.msgInput input[type='text'],div.msgInput input[type='password']
{
    padding:4px;
    border:1px solid #DFDFDF;
    color:#2f2f2f;
    width:180px;
}
div.msgInput text
{
    color:#2f2f2f;
    font-size:10pt;
}










@media screen and (max-width: 45em) {
	
	div.msgBox
	{
		padding: 4px 0 4px 0;
		position: fixed;
		z-index: 9999999;
		font: 12px 'SepexCeFont02', Arial, Tahoma, sans-serif;
		width: auto;
		min-height:160px;
		color: #51B0D9;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0px 0px 11px #666;
		-webkit-box-shadow: 0px 0px 11px #666;
		box-shadow: 0px 0px 11px #666;
		background: #FFF;
		margin: 10px;
	}
	div.msgBoxBackGround
	{
		top:0;
		left:0;
		position:absolute;
		padding:0;
		margin:0;
		width:100%;
		height:100%;
		background-color:#000000;
		opacity:0.9;
		z-index:999999;
	}
	div.msgBoxTitle
	{
		padding:10px 0 10px 0;
		font-size:12px;
		text-transform:uppercase;
		color:#0E2F3D;
		width:100%;
		text-align: center;
		border-bottom : 1px solid #51B0D9;
	}
	div.msgBoxImage
	{
		float: inherit;
		display: block;
		margin:20px auto 10px auto;
		position: relative;
		height:75px;
		width:75px;
	}
	div.msgBoxImage img
	{
		height:75px;
		width:75px;
	}
	div.msgBoxContent
	{
		font-size:13px;
		margin:0 3px 20px 3px;
		display:inline-block;
		float:left;
		height:auto;
		width:auto;
		text-align: center;
	}
	div.msgBoxContent p
	{
		padding:0;
		margin:0;
		display: table;
		height: 100%;
		width: 100%;
	}
	
	div.msgBoxContent span 
	{
		display: table-cell;
		vertical-align: middle;
		color: #0E2F3D;
	}
	
	/* Content class for IE7*/
	
	div.msgBoxContentIEOld
	{
		font-size:11pt;
		margin:0 3px 6px 3px;
		display:inline-block;
		float:left;
		height:90px;
		width:auto;
		position: relative;
	}
	div.msgBoxContentIEOld p
	{
		padding:0;
		margin:0;
		position: absolute;
		top: 50%;
	}
	
	div.msgBoxContentIEOld span 
	{
		position: relative;
		top: -50%;
	}
	
	/* Content class for IE7*/
	
	div.msgBoxButtons
	{
		display: block;
		width: auto;
		text-align: center;
		
	}
	div.msgBoxButtons input[type='button']
	{
		cursor:pointer;
		position: relative;
		display: block;
		width: 200px;
		margin:2px auto;
		height:35px;
		padding: 5px 30px;
		text-transform:uppercase;
		border:1px solid #008BD1;
		background-color: #008BD1;
		color:#FFFFFF;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		outline: none;
	}
	div.msgBoxButtons input[type='button']:hover
	{
		background-color:#0072A8;
		border:1px solid #0072A8;
	}
	div.msgBoxButtons input[type='button']:active
	{
		background-color:#008BD1;
		border:1px solid #0072A8;
	}
	
	div.msgBoxButtons input[type='button']:focus
	{
		outline: none; 
		border: solid 1px #0072A8; /* replace outline by a border */
		-o-transform:rotate(0); /*remove opera outline*/
	}
	
	div.msgBoxButtons input[type='button']::-moz-focus-inner /*remove firefox inner outline*/
	{ 
		outline: none; 
		border: none;
	}
	
	div.msgBoxInputs
	{
		margin:0 auto;
		padding-top:2px;
		padding-bottom:2px;
		margin-top:5px;
		width:195px;
	}
	div.msgInput input[type='text'],div.msgInput input[type='password']
	{
		padding:4px;
		border:1px solid #DFDFDF;
		color:#2f2f2f;
		width:180px;
	}
	div.msgInput text
	{
		color:#2f2f2f;
		font-size:10pt;
		text-align: center;
	}
	
	
	
	
}</pre></body></html>