/*------------------POP okno slide------------------------*/
#container_center {
   margin:0 auto;
   text-align:left;
   width:968px;
   z-index:99999px;
}

#fade {
  background: url(../img/bg_transparent.png) repeat;
	display:none; 
	position:fixed;
  left:0; 
  top:0; 
	z-index:10;
	width:100%; 
  height:100%;
	z-index:9999;
}
.close {
  background: url(../img/close.png) no-repeat right top;
  position:absolute;
  padding:8px 35px 0px 0px;
  top:40px;
  font-size:120%;
  right:20px;
  height:47px;
  width:120px;
}
a.close{
  color:#FFFFFF;
  text-decoration:none;
}
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}

#slide_2 {
  background:#E9F3F5;
  color:#043A61;
  display: block;
  float:left;
  height:400px;
  width:961px;
}

#slide_2 .left_panel {
  float:left;
  width:480px;
}

#slide_2 .right_panel {
  float:right;
  margin:50px 0px 0px 0px;
  width:430px;
}

#slide_blue {
  background:#043961;
  position:relative;
  color:#043A61;
  display:block;
  float:left;
  height:105px;
  width:961px;
}

#slide_blue .title_bg {
  background: url(../img/title_png_2.png) no-repeat;
  position:absolute;
  top:35px;
  left:45px;
  height:47px;
  width:402px;
}

#container_slide {
  display: none;
	padding:0px; 	
	float:left;
	font-size:100%;
	position:absolute; 
	top:121px;
	z-index: 99999;
	height:380px;
	width:961px;
}
#container_bottom {
  background: url(../img/bg_bottom_slide.png) no-repeat;
  display:block;
  position:relative;
  float:left;
  height:24px;
  width:964px;
} 
input.text_url {
 height: 35px;
 border:1px solid #c6d1d6;
 line-height:35px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 font-size: 1.2em;
 padding:0 5px;
 color:#5A6A72;
 width:204px;
}
table#table_slider_form .text {
 height: 35px;
 border:1px solid #c6d1d6;
 line-height:35px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 font-size: 1.2em;
 padding:0 5px;
 color:#5A6A72;
 width:239px;
}

table#table_slider_form {
 display:block;
 position:relative;
 left:35px;
 top:50px;
 width:450px;
} 
 
#table_slider_form tr td {
  padding-bottom:15px;
} 

#table_slider_form tr td.slider_td {
  color:#043961;
  font-weight:bold;
  font-size:90%;
  width:80px;
}
table#table_slider_form tr td span.small {
 padding:10px 0px;
 display:block;
 font-size:12px;
}
table#table_slider_form tr td span.small_2 {
 padding:0px 0px;
 display:block;
 font-size:12px;
}
.submit_form {
 background: url(../img/button_slide.png) no-repeat;
 border:none;
 cursor:pointer;
 color:#3B3A3A;
 display:block;
 height:59px;
 width:215px;
}

.submit_form:hover{
 background: url(../img/button_slide_2.png) no-repeat;
 border:none;
 color:#3B3A3A;
 display:block;
 height:59px;
 width:215px;
}

.cross, .cross_2, .cross_3 {
  color:#ff0000;
  display:none;
}
.tick, .tick_2, .tick_3 {
  display:none;
}
.msg_error {
 position:relative;top:45px;
 left:160px;
 display:block;
}

.show_error {
   display:block;
   color:#ff0000;
   padding:0px 0px 0px 37px;
   height:15px;
}

.object_ok {
	border: 1px solid green; 
	color: #333333; 
}

.object_error {
	border: 1px solid #AC3962; 
	color: #333333; 
}

#alert {
 z-index: 999999 !important;
}   