/* Remove browser styles (http://meyerweb.com/eric/tools/css/reset/) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, nav, section {
	display: block;
}
body {
	line-height: 1;
	background: #f9fcfd;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;	
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
sup {
    vertical-align: super;
	font-size: 70%;
}​
sub {
    vertical-align: sub;
	font-size: 70%;
}​
i {
	font: italic 12pt serif;
}
label{
	cursor: pointer;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: justify;
	vertical-align: top;
}

.page-table td, .page-table th{
	padding:5px;
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	border-color: #1d6e9c;
}

.page-table th{
	text-align: center;
}

/* Remove browser styles (http://meyerweb.com/eric/tools/css/reset/) */
/* base style */


html {
	background:#f9fcfd url('/templates/images/header_bg.png') repeat-x top;
}
body {
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	font-size:14px;
	line-height: 20px;
	color: #1d1d1d;
	position: relative;
}
html, body {
	height: 100%;
}

a, .link{
	color:#186ea8;
	text-decoration: none;
	cursor: pointer;
}
a:hover, .link:hover{
	color:#186ea8;
	text-decoration: underline;
}
/*
a:focus {
	border: 1px dotted #333;
	margin: -1px;
}
*/

p{
	color:#1d1d1d;
	padding:3px 0px;
	text-align: left;
}
h1{
	font-size:18px;
	margin-bottom:15px;
	text-indent: 0;
	font-weight:bold;
}
h2{
	font-size:16px;
	color:#8b0202;
	font-weight:bold;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	text-indent: 0;
}
h3{
	color:#083a5d;
	font-weight:bold;
	text-transform: uppercase;
	margin: 10px 0px 5px 0px;
	text-indent: 0;
}
h4{
	color:#083a5d;
	font-weight:bold;
	text-indent: 0;
}

b {
	font-weight:bold;
}

em {
	font-style:italic;
}

u {
	text-decoration: underline;
}
s {
	text-decoration: line-through;
}

/*for title tips*/
div#qTip {
	padding: 3px;
	border: 1px solid #999;
	display: none;
	background: #ececec;
	color: #000;
	text-align: left;
	font-size: 90%;
	position: absolute;
	z-index: 1000;
	opacity: 0.9;
}

/*for news*/

.txt-b, .txt-bu, .txt-bi, .txt-bs, .txt-bui{
	font-weight:bold;
}
.txt-bu{
	text-decoration: underline;
}
.txt-bi{
	font-style: italic;
}
.txt-bs{
	text-decoration: line-through;
}
.txt-bui{
	font-style:italic;
	text-decoration: underline;
}
.txt-u, .txt-ui{
	text-decoration: underline;
}
.txt-ui{
	font-style:italic;
}
.txt-i{
	font-style:italic;
}
.txt-s{
	text-decoration: line-through;
}


ul {
	padding-left:15px;
	list-style: none;
	margin-bottom: 10px;
}
ul li ul li ul {
    margin-right:10px;
	padding-left:15px;
	font-style: italic;
	color:#186ea8;
    /*list-style-image: url('/templates/images/bullet_blue.png');*/
}

.ico {
	display:block;
	float:left;
	margin:8px 8px 0px 0px;
}
.ico1 {
	display:block;
	float:left;
	margin:0px 8px 0px 0px;
}

.clear {
	clear:both;
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
header {
	height:150px;
	background: #f9fcfd url('/templates/images/header_bg.png') repeat-x;
}
#header {
	width:1000px;
	margin:0px auto;
	height:110px;
}
#header a {
	display:block;
	float:left;
}
#header_right {
	display:block;
	float:right;
	position:relative;
	right:0px;
}
#header a span{
	margin-top: 20px;
	color:#ffffff;
	font-family: Tahoma, "Geneva CY", sans-serif;
	font-size:13px;
	background: url(/templates/images/dot_white.png) repeat-x 0 100%;
}
#header a span:hover{
	color:#003855;
	background: url(/templates/images/dot_black.png) repeat-x 0 100%;
}

/*icons*/
a[href$='.xls'].file, a[href$='.xlsx'].file , a[href$='.XLS'].file , a[href$='.XLSX'].file {
     padding: 5px 20px 5px 0;
     background: transparent url(/images/icons/icxls.gif) no-repeat center right;
}
a[href$='.pdf'].file, a[href$='.PDF'].file {
     padding: 5px 20px 5px 0;
     background: transparent url(/images/icons/icpdf.gif) no-repeat center right;
}
a[href$='.doc'].file, a[href$='.docx'].file, a[href$='.DOC'].file, a[href$='.DOCX'].file {
     padding: 5px 20px 5px 0;
     background: transparent url(/images/icons/icdoc.gif) no-repeat center right;
}
a[href$='.ppt'].file, a[href$='.pptx'].file, a[href$='.PPT'].file, a[href$='.PPTX'].file {
     padding: 5px 20px 5px 0;
     background: transparent url(/images/icons/icppt.gif) no-repeat center right;
}
a[href$='.rtf'].file, a[href$='.RTF'].file {
     padding: 5px 20px 5px 0;
     background: transparent url(/images/icons/icrtf.gif) no-repeat center right;
}
a[href$='.zip'].file, a[href$='.gz'].file, a[href$='.tar'].file, a[href$='.ZIP'].file, a[href$='.GZ'].file, a[href$='.TAR'].file {
     padding: 5px 20px 5px 0;
     background: transparent url(/images/icons/iczip.gif) no-repeat center right;
}
span.videoYoutube {
     padding: 5px 20px 5px 0;
     background: transparent url(/images/icons/icon_play.png) no-repeat center right;
}
/*search*/
.search {
  width: 260px;
  position: relative;
  top:15px;
  right:0px;
}
.search input {
  border: none;
}
.search .input {
  width: 100%;
  padding: 4px 25px 5px 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.1), inset 0 1px 2px rgba(0,0,0,0.3);
  border-radius: 5px;
  background: #ececec;
  font-size: 12px;
  color: #555;
  outline: none;
}
.search .input:focus {
  box-shadow: inset 0 0 5px rgba(0,0,0,0.2), inset 0 1px 2px rgba(0,0,0,0.4);
  background: #E8E8E8;
  color: #333;
}
.search .submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 100%;
  cursor: pointer;
  background: url(/templates/images/search.png) 50% no-repeat;
  opacity: 0.7;
}
.search .submit:hover {
  opacity: 1;
}

/* Текущий регион */
#header_region {
	display:block;
	position:relative;
	float:right;
	right:5px;
	top: 30px;
	margin: 0px auto;
	font-size: 16px;
	width: 350px;
}
#header_region a {
	color:#ffffff;
	text-align: right;
	float:right;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 1000px;
	margin:0 auto;
	padding: 0 0px;
	height: 1%;
	position: relative;
	top:20px;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 260px 0 240px;
}
#content2coll {
	padding: 0 0px 0 240px;
}
#content1coll {
	padding: 0px;
}
.includes {
	margin-bottom:20px;	
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 220px;
	margin-left: -100%;
	position: relative;
}
.menu_left a {
	display:block;
	font-size:12px;
	border-bottom: 1px dotted #083a5d;
	text-align: left;
	height:45px;
	line-height:1.1;
	padding:5px 0px 0px 55px;
	margin:0px 0px 3px;
}
.lm-icon {
	background: url('/templates/images/sprite_left_menu.png') no-repeat;
}
	.menu-icon-pdd {
		background-position: 0 -300px;
	}
	.menu-icon-law {
		background-position: 0 -200px;
	}
	.menu-icon-world {
		background-position: 0 -500px;
	}
	.menu-icon-taxi {
		background-position: 0 -450px;
	}
	.menu-icon-peshehod {
		background-position: 0 -350px;
	}
	.menu-icon-depart {
		background-position: 0 0;
	}
	.menu-icon-dps {
		background-position: 0 -50px;
	}
	.menu-icon-exam {
		background-position: 0 -100px;
	}
	.menu-icon-reg {
		background-position: 0 -400px;
	}
	.menu-icon-gto {
		background-position: 0 -150px;
	}
	.menu-icon-poll {
		background-position: 0 -250px;
	}
	
.block-blue-btn {
	background:url(/templates/images/main_button.png) repeat-x 0px 0px;
	height:31px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin:12px 0px;
}
.block-blue-btn a {
	display:block;
	padding:6px 0px 4px 16px;
	-webkit-border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
/*	background:url('/templates/images/main_button_left.png') repeat-y 0px 0px;
*/	color:#ffffff;
	text-transform: uppercase;
	font-size:12px; 
	font-weight:bold;
}

.hr {
	height:2px;
	background:url('/templates/images/hr.png') repeat-x 0px 50%;
}
.region_name{
	position:absolute;
	padding:10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color:#fff;
	color:#000;
	font-weight:bold;
	white-space:nowrap;
	display:none;
}
#gosserv p, #gosserv table{margin-left:30px;}
.regkod {
	background:url('/templates/images/reg_kod_blue.png') no-repeat 0px 0px;
	font-weight:bold;
	font-size:20px;
	float:left;
	width:64px;
	height:64px;
	margin:20px 30px 0px 0px;
	text-align:center;
	color:#ffffff;
	padding-top:12px;
}
.bord_left {
	margin-top:15px;
	color:#083a5d;
	font-size:16px;
}
.gostitle {
	display:block;
	height:25px;
	padding-left:30px;
	padding-top:3px;
	font-size:14px;
	font-weight:bold;
	color:#083a5d;
	text-transform: uppercase;
	margin:15px 0px 5px;
}
.icon_map {
	background:url(/templates/images/icon_map.png) no-repeat 0px 0px;
}
.icon_time {
	background:url(/templates/images/icon_time.png) no-repeat 0px 0px;
}
.icon_phones {
	background:url(/templates/images/icon_phones.png) no-repeat 0px 0px;
}
.icon_bank {
	background:url(/templates/images/icon_bank.png) no-repeat 0px 0px;
}
.icon_form {
	background:url(/templates/images/icon_form.png) no-repeat 0px 0px;
}
.icon_furajka {
	background:url(/templates/images/icon_furajka.png) no-repeat 0px 0px;
}
.icon_gosservice {
	background:url(/templates/images/icon_gosservice.png) no-repeat 0px 0px;
}
/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 220px;
	margin-left: -220px;
	position: relative;
}
.line {
	height:2px;
	background:url('/templates/images/line.png') repeat-x 0px 50%;
}
/* Универсальный блок */
.block_main {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: #cecece 0px 1px 3px;
	-moz-box-shadow: #cecece 0px 1px 3px;
	box-shadow: #cecece 0px 1px 3px;
	background:url(/templates/images/block_bg.png) repeat-x bottom;
	background-color:#f4f8fa;
	border:1px solid #f5fafc;
	padding:5px 10px;
	margin:0px 0px 15px;
}
.block_main a {
	color:#125a85;
	width:170px;
}
.block_main  a:hover {
	text-decoration:underline;
}
.block_main a.link_block {
	display:block;
	height:30px;
	padding-left:40px;
	padding-top:5px;
	text-decoration:none;
	text-transform: uppercase;
}
.block_main a.link_block:hover {
	text-decoration:none;
	color:#b12020;
}
.block_main a img {
	margin-bottom: 5px;
}

/* Универсальный блок КОНЕЦ */

.icon-photo {
	background:url(/templates/images/icon_photo.png) no-repeat 0px 0px;
}
.icon-video {
	background:url(/templates/images/icon_video.png) no-repeat 0px 0px;
}
.icon-audio {
	background:url(/templates/images/icon_audio.png) no-repeat 0px 0px;
}
.icon-chanel {
	background:url(/templates/images/icon_youtube.png) no-repeat 0px 0px;
}

.block_main a.link {
	display:block;
	height:30px;
	padding-left:45px;
	padding-top:5px;
	text-decoration:none;
}
.icon-kremlin{
	background:url(/templates/images/icon_kremlin.png) no-repeat 0px 0px;	
}
.icon-gover{
	background:url(/templates/images/icon_gover.png) no-repeat 0px 0px;	
}
.icon-gos {
	background:url(/templates/images/icon_gos.png) no-repeat 0px 0px;	
}
.icon-mvd{
	background:url(/templates/images/icon_mvd.png) no-repeat 0px 0px;	
}
.icon-fcp{
	background:url(/templates/images/icon_fcp.gif) no-repeat 10px 0px;	
}
.tel{
	display:block;
	background:url(/templates/images/phone.png) no-repeat 0px 6px;
	padding-left:32px;
	margin-left:10px;
}

.medium a{
	font-size:12px;
	text-decoration:none;
}

/* Настройка положения футера */
#wrapper {
	margin-bottom: -230px;
}
#underfooter {
	height: 270px;
}
footer {
	height: 250px;
}


footer {
	background:url('/templates/images/footer_bg_300px.png') repeat-x bottom;
	margin: 10px 0px 0px 0px;
}
#footer {
	width:1000px;
	margin:0px auto;
}

	
#bottom-left, #bottom-center, #bottom-right {
	float:left;
	position:relative;
	top:25px;
	/*margin:0px 60px\0/;*/
}
#bottom-left {
	margin:0px 60px 0 70px;
}
#bottom-center {
	margin:0px 100px 0 70px;
}
#bottom-right {
	margin: 0px;
}

#bottom-left h4, #bottom-center h4, #bottom-right h4 {
	font-weight:bold;
	color:#ffffff;
	display:block;
	width:100%;
}
#bottom-left ul, #bottom-center ul, #bottom-right ul {
	display:block;
	position:relative;
	top:7px;
	left:20px;
	padding-left:0px;
	list-style-image:none;
	margin-right:0px;
	
}
#bottom-left ul a, #bottom-center ul a, #bottom-right ul a {
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}
#bottom-left ul a:hover, #bottom-center ul a:hover, #bottom-right ul a:hover {
	text-decoration:underline;
}
#copy {
	margin-top:30px;
	width:300px;
	width:285px\0/;
}
#copy img {
	float:left;
}
#copy p {
	font-size:12px;
	color:#ffffff;
}
/* footer END */

.doc-text p {
	text-indent:2em;
	text-align: justify;
}

a.other{
	/* display:block; */
	/* right:30px; */
	float:none;
	font-size:12px;
	position:relative;
	text-align:right;	
	font-style:italic;
	margin-bottom:10px;
}

.more{
	font-size:12px;
	position:relative;
	text-align:right;	
	font-style:italic;
	margin: 5px 10px 10px 5px;
	cursor: pointer;
}

.hidden-content-header{
	cursor:pointer;
}
	.hidden-content{
		display:none;
	}

/* forms */
form.blankform input, form.blankform select{
	margin: 5px 5px 5px 20px;
	padding: 5px 5px 5px 5px;
}
/*
input[type="button"], 
input[type="submit"], 
input[type="reset"], 
input[type="file"]::-webkit-file-upload-button, 
button {
	border: 1px solid;
	border-color: #87919c #959ea9 #9ea7b1 #959ea9;
	border-radius: 4px;
	box-shadow: 0 1px 0 0 rgba(255,255,255,0.3), inset 0 2px 2px -1px rgba(180,188,191,0.7);
	-webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.3), inset 0 2px 2px -1px rgba(180,188,191,0.7);
	cursor: pointer;
}
*/
.search-form input[type=text]{
	border-color: #87919c #959ea9 #9ea7b1 #959ea9;
	border-radius: 4px;
	color: #3f4b54;
	padding: 5px;
}


input[type=search] {
  -webkit-appearance: none;
}

input[name=captcha_word]
{
	text-transform:uppercase;
	text-align:center;
	margin: 0px 5px 0px 0px;
	padding: 3px 5px;
	font-size: 14pt;
}

/* lists */
div.list-multilevel li > ul {
	display: none;
}

div.list-multilevel ul li{
	cursor:pointer;
	color:#083a5d;
	font-weight:bold;
	/*text-transform: uppercase;*/
	margin-bottom:5px;
	list-style-type: circle;
}
	.list-multilevel ul li ul li{
		text-transform: none;
		font-weight: normal;
		font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
		font-size:14px;
		line-height: 20px;
		color: #1d1d1d;
		margin-left: 20px;
		list-style-type: circle;
	}
		.list-multilevel ul li ul li ul li{
			margin-left: 40px;
			list-style-type: disc;
		}

ul.list_decimal {
	list-style-type: decimal;
}
ul.list_disc {
		list-style-type: disc;
}	
ul.list_circle {
	list-style-type: disc;
}
ul.list_square {
	list-style-type: square;
}
ul.list_lower-roman {
	list-style-type: lower-roman;
}
ul.list_upper-roman {
	list-style-type: upper-roman;
}
ul.list_lower-alpha {
	list-style-type: lower-alpha;
}
ul.list_upper-alpha {
	list-style-type: upper-alpha;
}

nav {
	position: relative;
	width: 100%;
	margin: auto;
	z-index: 500;
}

nav.staytop {
	position: fixed;
	top: -3px;
	width: 100%;
	margin: auto;
	z-index: 500;
}

#fade {
	display: none;
	position: fixed;
	bottom: 0; left: 0; top: 0; right: 0;
    overflow: auto;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 999;
	background: #000;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
    zoom: 1;	
	/* хак для iPad*/
    -webkit-overflow-scrolling: touch;
}
#fade > * {
    -webkit-transform: translateZ(0px);
}

/* popup window*/
.popup_fade {
	display: none;
	position: fixed;
	bottom: 0; left: 0; top: 0; right: 0;
    overflow: auto;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 99999;
	background: #000;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
    zoom: 1;	
	/* хак для iPad*/
    -webkit-overflow-scrolling: touch;
}
.popup_fade > * {
    -webkit-transform: translateZ(0px);
}

.popup_block{
	display: none;
	background: #f9fcfd;
	padding: 20px;
	border: 10px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 999999;
	/*
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
img.popup_btn_close {
	float: right;
	margin: -50px -50px 0 0;
	border: none;
}
img.popup_btn_close:active {
	float: right;
	margin: -48px -52px 0 0;
	border: none;
}

*html .popup_fade {/*--IE6--*/
	position: absolute;
}
*html .popup_block {
	position: absolute;
}
/* basic list */
.basic-list-row {
	text-align: left;
	line-height: 1.25;
	padding: 2px 5px 2px 20px;
	background:url(/templates/images/bullet_blue.png) 0px 7px no-repeat;
}

.basic-list-row:hover {
	background:url(/templates/images/bullet.png) 0px 7px no-repeat;
	background-color: #eaf3f6;
}

.basic-list-row a {
	font-weight: bold;
	margin-bottom: 3px;
}

.basic-list-description{
	font: italic 10pt serif;
	color: gray;
	line-height: 1.5;
}

.basic-list-description:hover{
	color: red;
}

.popup-scroll-pane {
	width:100%;
	max-height:500px;
	border-top: 1px solid #C9CFD3;
	border-bottom: 1px solid #C9CFD3;
	overflow:auto;
}

.graytext
{
	color: gray;
	font-style: italic;
	font-size: 10pt;
}

.button-light {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: #cecece 0px 1px 3px;
	-moz-box-shadow: #cecece 0px 1px 3px;
	box-shadow: #cecece 0px 1px 3px;
	background:url(/templates/images/block_bg.png) repeat-x bottom;
	background-color:#f4f8fa;
	border:1px solid #f5fafc;
	display:block;
	color:#125a85;
	margin:15px 15px 15px 15px;
	padding:15px 20px;
}

.button-light:hover {
	text-decoration:none;
	color:#b12020;
	border:1px solid #A70C0C;
}
.news-back-btn {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: #cecece 0px 1px 3px;
	-moz-box-shadow: #cecece 0px 1px 3px;
	box-shadow: #cecece 0px 1px 3px;
	background:url(/templates/images/block_bg.png) repeat-x bottom;
	background-color:#f4f8fa;
	border:1px solid #f5fafc;
	display:block;
	color:#125a85;
	text-align: center;
	margin: 5px;
	padding:5px 7px;
	width:170px;
	cursor: pointer;
}

.news-back-btn:hover {
	text-decoration:none;
	color:#b12020;
	border:1px solid #A70C0C;
}
img.zoomingpic {
	cursor: pointer;
	margin: 10px;
}

/* Кнопки */
.errormessage{
	display:block;
	position:relative;
	box-shadow:inset 0 1px 1px 0 #fff;
	background:#f8e8eb;
	background:-moz-linear-gradient(top, #f8e8eb 0%, #eeccd4 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8e8eb), color-stop(100%,#eeccd4));
	background:-webkit-linear-gradient(top, #f8e8eb 0%,#eeccd4 100%);
	background:-ms-linear-gradient(top, #f8e8eb 0%,#eeccd4 100%);/* IE10+ */
	background:linear-gradient(to bottom, #f8e8eb 0%,#eeccd4 100%);
	border-top:1px solid #dcbec7;
	border-right:1px solid #cbacb3;
	border-bottom:1px solid #bb9a9f;
	border-left:1px solid #cbacb3;
	border-radius:3px;
	color:#751c26;
	text-shadow:0 1px 1px #fff;
	padding:10px 70px 10px 10px;
	font-size:13px;
}
.errormessage span{
	display:block;
	position:absolute;
	width:40px;
	height:40px;
	right:10px;
	top:50%;
	margin-top:-16px;
	background:url('/bitrix/templates/1c-bitrix-new/images/gui.png') no-repeat 0 -791px;
}

.bt_white{
	display:inline-block;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	cursor:pointer;
	color:#585c68 !important;
	text-shadow:0 1px #fff;
	padding:3px 15px !important;
	border-radius:2px;
	border-top:1px solid #fafafa;
	border-right:1px solid #f1f6f7;
	border-bottom:1px solid #dee9ec;
	border-left:1px solid #f1f6f7;
	box-shadow:0 0 1px rgba(0,0,0,.11), 0 1px 1px rgba(0,0,0,.4), /* inset 0 1px #fff, */ inset 0 0 1px rgba(255,255,255,.5);
	background:#dee9ec;
	
	/* background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlZTllYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWZhZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
	background:-moz-linear-gradient(top, #dee9ec 0%, #fafafa 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#dee9ec), color-stop(100%,#fafafa));
	background:-webkit-linear-gradient(top, #dee9ec 0%,#fafafa 100%);
	background:-ms-linear-gradient(top, #dee9ec 0%,#fafafa 100%);/* IE10+ */
	background:linear-gradient(to bottom, #dee9ec 0%,#fafafa 100%);
	margin-right:10px;
}
.bt_white:hover{
	border-radius:2px;
	box-shadow:0 0 1px rgba(0,0,0,.11), 0 1px 1px rgba(0,0,0,.4), inset 0 1px #fff, inset 0 0 1px rgba(255,255,255,.5);
	background:#f1f6f7;
	
	/* background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjZmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWZhZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
	background:-moz-linear-gradient(top, #f1f6f7 0%, #fafafa 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f6f7), color-stop(100%,#fafafa));
	background:-webkit-linear-gradient(top, #f1f6f7 0%,#fafafa 100%);
	background:-ms-linear-gradient(top, #f1f6f7 0%,#fafafa 100%);/* IE10+ */
	background:linear-gradient(to bottom, #f1f6f7 0%,#fafafa 100%);
}
.bt_white:active{
	box-shadow:inset 0 1px 1px 1px rgba(122,128,141,.78);
	
	/* background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JmY2RkMiIgc3RvcC1vcGFjaXR5PSIwLjc5Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkM2RmZTIiIHN0b3Atb3BhY2l0eT0iMC43OSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
	background:-moz-linear-gradient(top, rgba(191,205,210,0.79) 0%, rgba(211,223,226,0.79) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,205,210,0.79)), color-stop(100%,rgba(211,223,226,0.79)));
	background:-webkit-linear-gradient(top, rgba(191,205,210,0.79) 0%,rgba(211,223,226,0.79) 100%);
	background:-ms-linear-gradient(top, rgba(191,205,210,0.79) 0%,rgba(211,223,226,0.79) 100%);/* IE10+ */
	background:linear-gradient(to bottom, rgba(191,205,210,0.79) 0%,rgba(211,223,226,0.79) 100%);
	/*position:relative;*/
	bottom:-1px;
} 


<!--[if lte IE 9]>
.bt_white{background:#dee9ec}
.bt_white:hover{background:#f1f6f7}
.bt_white:active{background:#D5DFE2}
<![endif]-->
.wb_all.bt_white:active,
.ne_all.bt_white:active{position:absolute}

.bt_red{
	display:inline-block;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	cursor:pointer;
	color:#fff !important;
	text-shadow:0 1px #990404;
	padding:3px 15px !important;
	border-radius:2px;
	border-top:1px solid #ac2121;
	border-right:1px solid #a21621;
	border-bottom:1px solid #9a0d21;
	border-left:1px solid #a21621;
	box-shadow:0 0 1px rgba(0,0,0,.11), 0 1px 1px rgba(0,0,0,.4), inset 0 1px #f60b0b;
	background:#b30303;
	
	/* background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IzMDMwMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZDA3MDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
	background:-moz-linear-gradient(top, #b30303 0%, #ed0707 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#b30303), color-stop(100%,#ed0707));
	background:-webkit-linear-gradient(top, #b30303 0%,#ed0707 100%);
	background:-ms-linear-gradient(top, #b30303 0%,#ed0707 100%);/* IE10+ */
	background:linear-gradient(to bottom, #b30303 0%,#ed0707 100%);
	margin-right:10px;
}
.bt_red:hover{
	border-radius:2px;
	box-shadow:0 0 1px rgba(0,0,0,.11), 0 1px 1px rgba(0,0,0,.4), inset 0 1px #f60b0b;
	background:#e00d0d !important;
	
	/* background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwMGQwZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZDA3MDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
	background:-moz-linear-gradient(top, #e00d0d 0%, #ed0707 100%) !important;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#e00d0d), color-stop(100%,#ed0707) !important);
	background:-webkit-linear-gradient(top, #e00d0d 0%,#ed0707 100%) !important;
	background:-ms-linear-gradient(top, #e00d0d 0%,#ed0707 100%) !important;/* IE10+ */
	background:linear-gradient(to bottom, #e00d0d 0%,#ed0707 100%) !important;
}
.bt_red:active{
	position:relative;
	bottom:-1px;
	box-shadow:inset 0 1px 2px 1px rgba(122,128,141,.3);
	background:#c20000 !important;
	
	/* background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MyMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMzAzMDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
	background:-moz-linear-gradient(top, #c20000 0%, #b30303 100%) !important;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#c20000), color-stop(100%,#b30303)) !important;
	background:-webkit-linear-gradient(top, #c20000 0%,#b30303 100%) !important;
	background:-ms-linear-gradient(top, #c20000 0%,#b30303 100%) !important;/* IE10+ */
	background:linear-gradient(to bottom, #c20000 0%,#b30303 100%) !important;
}

.bt_black{
	display:inline-block;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	cursor:pointer;
	color:#fff !important;
	text-shadow:0 1px #41494f;
	padding:3px 15px !important;
	border-radius:2px;
	border-top:1px solid #272d3a;
	border-right:1px solid #272e3a;
	border-bottom:1px solid #272e3a;
	border-left:1px solid #272e3a;
	box-shadow:0 0 1px rgba(0,0,0,.11), 0 1px 1px rgba(0,0,0,.4), inset 0 1px #bdc5cc;
	background:#3d434a;
	
	/* background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNkNDM0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZjhjOWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
	background:-moz-linear-gradient(top, #3d434a 0%, #7f8c9a 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d434a), color-stop(100%,#7f8c9a));
	background:-webkit-linear-gradient(top, #3d434a 0%,#7f8c9a 100%);
	background:-ms-linear-gradient(top, #3d434a 0%,#7f8c9a 100%);/* IE10+ */
	background:linear-gradient(to bottom, #3d434a 0%,#7f8c9a 100%);
	margin-right:10px;
}
.bt_black:hover{
	border-radius:2px;
	box-shadow:0 0 1px rgba(0,0,0,.11), 0 1px 1px rgba(0,0,0,.4), inset 0 1px #bdc5cc;
	background:#5b646f !important;
	
	/* background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzViNjQ2ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZjhjOWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
	background:-moz-linear-gradient(top, #5b646f 0%, #7f8c9a 100%) !important;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b646f), color-stop(100%,#7f8c9a)) !important;
	background:-webkit-linear-gradient(top, #5b646f 0%,#7f8c9a 100% !important);
	background:-ms-linear-gradient(top, #5b646f 0%,#7f8c9a 100%) !important;/* IE10+ */
	background:linear-gradient(to bottom, #5b646f 0%,#7f8c9a 100%) !important;
}
.bt_black:active{
	position:relative;
	bottom:-1px;
	box-shadow:inset 0 1px 2px 1px rgba(122,128,141,.3);
	background:#5b646f !important;
	
	/* background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzViNjQ2ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDQzNGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
	background:-moz-linear-gradient(top, #5b646f 0%, #3d434a 100%) !important;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b646f), color-stop(100%,#3d434a)) !important;
	background:-webkit-linear-gradient(top, #5b646f 0%,#3d434a 100%) !important;
	background:-ms-linear-gradient(top, #5b646f 0%,#3d434a 100%) !important;/* IE10+ */
	background:linear-gradient(to bottom, #5b646f 0%,#3d434a 100%) !important;
}

.bt_green{
	display:inline-block;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	color:#fff !important;
	text-shadow:0 0 1px rgba(52,100,119,.05), 0 1px 1px rgba(0,0,0,.2);
	padding:3px 15px !important;
	cursor:pointer;
	border:none;
	border-top:1px solid #88c900;
	border-radius:3px;
	margin-right:5px;
	box-shadow:inset 0 2px 0 -1px rgba(255,255,255,.5), 0 1px 2px 0 rgba(0,0,0,.2);

	background:#a2d43b;
	
	/* background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EyZDQzYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ODlhMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
	background:-moz-linear-gradient(top, #a2d43b 0%, #689a01 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#a2d43b), color-stop(100%,#689a01));
	background:-webkit-linear-gradient(top, #a2d43b 0%,#689a01 100%);
	background:-ms-linear-gradient(top, #a2d43b 0%,#689a01 100%);/* IE10+ */
	background:linear-gradient(to bottom, #a2d43b 0%,#689a01 100%);
}
.bt_green:hover{
	color:#fff;
	box-shadow:inset 0 2px 0 -1px rgba(255,255,255,.5), 0 1px 2px 0 rgba(0,0,0,.2);
	background:#a1c152;
	
	/* background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ExYzE1MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2Nzg3MTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
	background:-moz-linear-gradient(top, #a1c152 0%, #678718 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#a1c152), color-stop(100%,#678718));
	background:-webkit-linear-gradient(top, #a1c152 0%,#678718 100%);
	background:-ms-linear-gradient(top, #a1c152 0%,#678718 100%);/* IE10+ */
	background:linear-gradient(to bottom, #a1c152 0%,#678718 100%);
}
.bt_green:active{
	color:#fff;
	border-top:1px solid #649f00;
	background-color:#649f00;
	box-shadow:inset 0 2px 1px rgba(69,102,9,.71);
	position:relative;
	bottom:-1px;
}

.errormsgs
{
	background-image: none;
	background-color: #ffdede;
	padding: 20px;
	margin: 10px;
	margin-bottom: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: #cecece 0px 1px 3px;
	-moz-box-shadow: #cecece 0px 1px 3px;
	box-shadow: #cecece 0px 1px 3px;
/*	background:url(/templates/images/block_bg.png) repeat-x bottom;*/
	border:1px solid #f5fafc;
}

.info-message {
	background:#e6e5be;
	background:-webkit-linear-gradient(top, rgba(244,233,141,.3), rgba(232,209,62,.3), rgba(225,194,40,.3));
	background:-moz-linear-gradient(top, rgba(244,233,141,.3), rgba(232,209,62,.3), rgba(225,194,40,.3));
	background:-ms-linear-gradient(top, rgba(244,233,141,.3), rgba(232,209,62,.3), rgba(225,194,40,.3));
	background:-o-linear-gradient(top, rgba(244,233,141,.3), rgba(232,209,62,.3), rgba(225,194,40,.3));
	background:linear-gradient(top, rgba(244,233,141,.3), rgba(232,209,62,.3), rgba(225,194,40,.3));
	border-radius:5px;
	border:1px solid;
	border-color:#d3c6a3 #cabc90 #c1b37f #c9bc8f;
	-webkit-box-shadow:inset 0 1px 0 #fff;
	box-shadow:inset 0 1px 0 #fff;
	color:#716536;
	display:inline-block;
	margin:16px 0;
	font-size:13px;
	line-height:18px;
	text-shadow:0 1px 0 rgba(255,255,255, 0.7);
	padding:15px 30px 15px 18px;
	position:relative;
}

#cur-reg-selector{
	width: 500px;
	height: 550px;
	overflow: hidden;
}
	#cur-reg-selector h4{
		font-size: 20px;
	}
	#cur-reg-selector p{
		text-align: justify;
		margin: 7px 0;
	}
	#cur-reg-selector ul{
		height: 300px;
		overflow: auto;
	}
	#cur-reg-selector ul li{
		padding: 7px;
		line-height: 1.5;
		display: block;
		font-family: 'lucida sans unicode', 'lucida grande', sans-serif;
		font-size: 20px;
		cursor: pointer;
	}
	#cur-reg-selector ul li:hover{
		background-color: #d1edff !important;
	}
	#cur-reg-selector div.reglist{
		height: 250px;
		overflow: auto;
	}

	
#linksZoomPic {
    position: fixed;
    bottom: 10px;
    width: 100%;
    padding-top: 10px;
    list-style: none;
    text-align: center;
    z-index: 99999;
}

#linksZoomPic li {
    display: inline;
    padding: 0 5px;
}

#linksZoomPic li label {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

#linksZoomPic li.active label {
    background-color: white;
}