



.hideFon {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000000;
display: none;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); /* IE 5.5+*/
-moz-opacity: 0.7; /* Mozilla 1.6 и ниже */
-khtml-opacity: 0.7; /* Konqueror 3.1, Safari 1.1 */
opacity: 0.7; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
z-index: 10000;
}


#SysWinFon {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000000;
display: none;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); /* IE 5.5+*/
-moz-opacity: 0.7; /* Mozilla 1.6 e ie?a */
-khtml-opacity: 0.7; /* Konqueror 3.1, Safari 1.1 */
opacity: 0.9; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}

#SysWin {

    margin: 0 auto;
    overflow: visible;
    position: fixed;
    top: 100;
    width: 100%;
    background: #FFFFFF;
    color: #E26C03;
    z-index: 100000;
	border-top: 11px solid #ba0000;
    border-bottom: 11px solid #ba0000;
    box-shadow: 0 0 13px #000000;
	display: none;
}

#SysWinText {
	text-align: center; color: #000; center: #000; margin: 10px 10px 30px 10px;
}

#SysWinText a {
    color: #e30101;
}

span.span_link {
    cursor: pointer;
    text-decoration: underline;
    color: #757575;
}

span.span_link:hover {
    text-decoration: none;
}

#navigation	{
	cursor:pointer;
	position: fixed;
	left: 10px;
    bottom: 10px;
}