

.lds-image > div {
    ;background-position: 100% 50%;
    background-position: 50% 50%;
}
.lds-r .lds-image > div {
   ; background-position: 0% 50%;
    background-position: 50% 50%;
}
.lds-image > div {
    position:relative;
	z-index:10;
}
.lds-image > div:before {
    position:absolute;
	content:'';
	margin:auto;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:15;
	background:url(../images/lds/right.png) no-repeat 0% 100%;
}
.lds-r .lds-image > div:before {
	background:url(../images/lds/left.png) no-repeat 100% 0%;
}

#lds7 {height:38px !important;}

.new-content-submit input {
	width:282px;
	font-size:24px;
	line-height:26px;
	color:#fff;
	text-transform:uppercase;
	display:inline-block;
	background:url(../images/new-content-submit.gif) 0 0 repeat-x #fe5300;
	text-decoration:none;
	padding:11px 0 12px 0;
	cursor:pointer;
	border:none;
}

.fields_error {
	border-color:#f00 !important;
	box-shadow:0 0 10px 1px rgba(255, 0, 0, 0.3);
}

#feedback_feedback .new-content-input4 input.fields_error {
	background:#FAD1D1;
}

.new-content-block3 {padding:0;font-size:0;line-height:1;}
.new-content-block3 img {width:141px;height:50px;}
.new-content-text3 {padding:0;line-height:1;}
.input-style1 {width:141px;border:0;text-align:center;line-height:50px;margin:0;padding:0;font-weight:700;color:#2b2b2b;}

.marker-infoblock {
    position: relative;
    z-index: 800;
    bottom: 100%;
    left: 0;
    margin-left: -200px;
    margin-bottom: 90px;
    width: 395px;
    background: #fff;
    padding: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.64);
}


.mi-head {
  
    text-align: center;
    color: #fff;
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 15px;
	/*line-height: 40px;
    height: 40px;*/
	background:#a6a6a6 url(../images/das_bg.png) 30px center no-repeat;
}

.mi-desc {
    background: #a6a6a6;
    color: #fff;
    margin-bottom: 2px;
    font-size: 12px;
    padding: 10px 25px;
    font-weight: bold;
}

.mi-row {
    margin-bottom: 2px;
    overflow: hidden;
    position: relative;
}

.mi-row .label {
    background: #f2f2f2;
    float: left;
    font-weight: bold;
    font-size: 12px;
    color: #fe5000;
    padding: 7px 5px 7px 15px;
    width: 160px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.mi-row .value {
    float: right;
    background: #f2f2f2;
    padding: 7px 5px 7px 15px;
    font-size: 12px;
    width: 193px;
}
.mi-row .value  ul{
   padding:0;
   margin:0;
}
.mi-row .value  ul li{
   padding:0 0 0 10px;
   margin:0;
   list-style:none;
   background:url(../images/li-bg.jpg) left 5px no-repeat
}
.mi-row .value  span{
   padding-left:10px;
   display:block;
}

.mi-row .or {
    color: #fe5000;
    margin-right: 5px;
}

.test-pos{
	position:relative;
	z-index:999;
}