/* system form */
#yandex_map_control div.form-item {
    display:block;
    overflow: hidden;
    float: left;
    clear: right;
    width: 49%;
}
#yandex_map_control div.form-item div.form-item {
	overflow:hidden; 
	display:block; 
	float:none; /* add sas */
	width:90%;
	}
/* add/edit page */
p.findAddress {
    display: block;
    float: left;
    background: transparent url(img/lupa.png) no-repeat left top;
    height: 48px;
    width: 48px;
    cursor: pointer;
}
.yandex_map_find { overflow: hidden; }
.yandex_map_find .form-item {
    width: 50%;
    float: left;
    margin: 0 25px 0 0;
}
.yandex_map_find .form-item input {
    height: 16px;
    margin: 7px 0;
}

/* all page */
#yandex_map table {margin:0;}

/* yandex map */
.YMaps-scale-line span {
    background-color: #ff0;
    border-color:#666666;
    border-style:solid;
    border-width:1px 1px 0;
    bottom:5px;
    padding:0 5px;
    position:absolute;
    right:0;
}

.YMaps-mini-map { border:2px solid #8A668F;}
.YMaps-mini-map-map { border:2px solid #8AA48F;}
.YMaps-copyrights {background:#fff; bottom:0; padding:0 5px; font-weight: bold;}
label.yandex-map{
font-weight:bold;
}
/* for view page */
table.YMaps-b-balloon-frame {
margin:0;
width:auto;
}
.yandex-map-snode .form-item, .yandex-map-snode .node .content{
margin-top:0;
margin-bottom:0;
}
.yandex-map-snode .print-link, .yandex-map-snode .node{
padding-bottom:0;
}
.w_100p{
width:100%;	
}
.h_400px{
height:400px;
}