#logo {
	position: fixed;
	right: 25px;
	top: 25px;
	/*width: 320px;*/
	width: 520px;
	height: 70px;
	padding-right: 160px;
	background: url("/image/logo.png") no-repeat center right;
	z-index: 997;
	left: auto;
    margin: 0;
}

#logo .separator {
	width: 1px;
	height: 60px;
	float: right;
	background: #000;
	margin: 5px 10px;
}

#logo .info {
	float: right;
	text-align: right;
	line-height: 1;
	margin-top: 10px;
}

#logo .info .version a {
	font-size: 10px;
	color: #5e8ac6;
	text-decoration: none;
}

#logo .info .model {
	font-weight: bold;
	font-size: 24px;
	color: #000;
}

#logo .info .lang,
#logo .info .system {
	float: right;
	margin: 2px 0 0 15px;
}

#logo .info .lang .text,
#logo .info .system .text {
	float: right;
	padding-left: 12px;
	margin-right: 3px;
	background: url("/image/lang_arrow.gif") no-repeat center left;
	font-weight: bold;
	font-size: 12px;
	color: #044476;
}

#logo .info .lang .icon,
#logo .info .system .icon {
	float: right;
	width: 20px;
	height: 12px;
	cursor: pointer;
}

#logo .info .lang.eng .icon {
	background: url("/image/lang/eng.png") no-repeat center center;
}

#logo .info .lang.rus .icon {
	background: url("/image/lang/rus.png") no-repeat center center;
}

#logo .info .lang.ara .icon {
	background: url("/image/lang/ara.png") no-repeat center center;
}

#logo .info .lang.fas .icon {
	background: url("/image/lang/fas.png") no-repeat center center;
}

#logo .info .lang.fra .icon {
	background: url("/image/lang/fra.png") no-repeat center center;
}

#logo .info .lang.heb .icon {
	background: url("/image/lang/heb.png") no-repeat center center;
}

#logo .info .lang.tur .icon {
	background: url("/image/lang/tur.png") no-repeat center center;
}

#logo .info .lang.ukr .icon {
	background: url("/image/lang/ukr.png") no-repeat center center;
}

#logo .lang #tip ul {
	width: 100px;
	text-align: left;
}

#logo .lang #tip ul li .bull {
	float: left;
	width: 8px;
	padding-top: 3px;
}

#logo .lang #tip ul li .title {
	float: left;
	width: 80px;
	overflow: hidden;
}

#content {
    left: 50%;
    margin-left: -175px;
    margin-top: -150px;
    position: absolute;
    top: 45%;
}
#content .wrapper {
    margin: 0 auto;
    position: relative;
    width: auto;
}
#message {
	margin: 100px 0 0 0;
	height: 35px;
	text-align: center;
}

#message span {
	display: none;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline overline;
}

#authblock {
	width: 349px;
	margin: 0 auto 0;
}

#authblock .header {
	background-color: #DDDDDD;
    border: 1px solid #AAAAAA;
    border-radius: 10px 10px 0 0;
    color: #006693;
    font-weight: bold;
    height: 27px;
    text-align: center;
}

#authblock .header .title {
	padding-top: 8px;
}

#authblock .content {
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
}

#authblock .space {
	height: 10px;
}

#authblock .content .field {
	
}

#authblock .content .field .title {
	width: 120px;
	float: left;
	padding: 2px 10px;
	text-align: right;
}

#authblock .content .field .input {
	width: 160px;
	float: left;
}

#authblock .content .field .input input {
	width: 100%;
	padding: 2px;
	border: 1px solid #AAA;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#authblock .footer {
	border: 1px solid #aaa;
	border-top: none;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webtik-border-radius: 0 0 10px 10px;
}

#authblock .footer .field {
	text-align: center;
}

#authblock .footer .field input {
	margin: 0 5px;
	padding: 0 20px;
}
.reminder{    
    padding: 0 15px 10px 0;
    text-align: right;
}
.reminder a {
    color: #518413;
}
.reset-info {
    background: none repeat scroll 0 0 #FEFFFC;
    border: 2px solid #42BCF3;
    border-radius: 15px 15px 15px 15px;
    left: 50%;
    margin-left: -187px;
    /*margin-top: -70px;*/
    /*min-height: 100px;*/
    padding: 10px;
    position: absolute;
    /*top: 50%;*/
    width: 350px;
    display: none;
}
.reset-info .rs-cap {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
}
.reset-info .rs-warning{    
    border: 1px solid #FF0000;
    margin: 10px 0;
    padding: 5px;
}
.reset-info .rs-warning span{
    font-weight: bold; 
    color: red;
}
.reset-info .rs-text ul {
    margin-left: 20px;
}
.reset-info .rs-text ul li {
    margin-top: 10px;
}
.reset-info .rs-close {
    background: url("/image/close.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    z-index: 99999;
}

.reset-info .rs-close:hover {
	background: url('/image/close_hover.png') no-repeat center center;
}


/*#logo .fastbutton {

    height: 40px;
    margin-bottom: 3px;
    padding-right: 160px;
    width: 75px;
}
#logo .fastbutton:hover {
	 background: url("/image/icon/inst_hover.png") no-repeat scroll left center; 
}
#logo {
	height: 60px;
}
#logo .info{
	margin-top: 32px;
	border-bottom: 2px solid #8DCFF4;
}*/
