/* Запрет Огнелису обводить ссылки при фокусе */ 
a:focus {
	outline : none;
}

/* Selected Texts */ 
::selection {
	background:#FFCC33;
	color:#000000;
}

::-moz-selection {
	background:#FFCC33;
	color:#000000;
}

h_user {
	font-size:14px;
	margin-bottom:10px;
	letter-spacing:-1px;
}

.a_field_login {
	border:2px solid #D5E7F0;
	color:#003366;
	font-size: 11px;
	font-family: tahoma;
	background:#E9F8FF none repeat scroll 0 0;
	background-repeat: repeat-x;
	height: 14px;
	padding:6px 6px 6px 30px;
	
}

.a_field_password {
	border:2px solid #FF7266;
	color:#003366;
	font-size: 11px;
	font-family: tahoma;
	background:#E9F8FF none repeat scroll 0 0;
	background-repeat: repeat-x;
	height: 14px;
	padding:6px 6px 6px 30px;
	
}

#no_register_message_box{
    margin:10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    position: absolute;
	z-index: 500;
    color: #000000;
    background-color: #A9C0D7;
    background-image: url('images/lock.png');
	border:3px solid #000000;
	text-align:center; 
	font-weight:bold;
	font-size:15px;
	width:auto;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75); /* IE 5.5+*/
	-moz-opacity: 0.75; /* Mozilla 1.6 */
	-khtml-opacity: 0.75; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.75; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}

.button_acc {
    position: absolute;
    cursor: pointer;
    display: inline-block;
    background: transparent;
	color: #fff;
	text-decoration:underline;
	font-family:Tahoma;
	font-style:regular;
	font-size:13px;
}
.button_acc img {
    position: absolute;
    top: -4px;
    left: -12px;
    border: none;
}
.button_acc:hover {
    color: #8AB134;
}

.button_auth {
   position: absolute;
    cursor: pointer;
    display: block;
    background: transparent;
    height: 16px;
    text-decoration:underline;
	font-family:Tahoma;
	font-style:regular;
	font-size:13px;
    color: #CC0000;
}
.button_auth img {
    position: absolute;
    top: -4px;
    left: -12px;
    border: none;
}
.button_auth:hover {
    color: #FF0000;
}

#FICBox, #modalBackgroundOverlay, #modalWrap{position:absolute; top:0; left:0; z-index:501;}
#modalBackgroundOverlay{position:fixed; width:100%; height:100%;}
#FICBox{overflow:hidden; padding:1px; margin-top:-1px; margin-left:-1px;}/*padding fixes a ghosting issue in IE7, the negative margin compensates */
#modalWrap{width:100%; height:100%;}
#modalContent, #borderTopLeft, #borderTopCenter, #borderTopRight, #borderBottomLeft, #borderBottomCenter, #borderBottomRight, #borderMiddleLeft, #borderMiddleRight {float:left; height:0; width:0; overflow:hidden;}
#borderMiddleLeft, #borderBottomLeft{clear:left;}
#modalContent{position:relative; overflow:visible;}
#contentTitle{margin:0;}
#modalClose, #contentPrevious, #contentNext{outline:none; cursor:pointer; border:0; margin:0;}
#modalLoadedContent{overflow:auto; width:0; height:0;}
#modalLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#modalLoadedContent img#modalPhoto{display:block; border:0; cursor:pointer;}
#modalLoadedContent embed{display:block; border:0;}/* Display:block removes the line-height gap underneath images, iframes, and embedded content */
#modalLoadingOverlay{position:absolute; width:100%; height:100%; top:0; left:0;}