#ydb_info_window {
    width: 220px;
}

#ydb_info_window_country{
    width: 250px;
}

#ydb_info_window_country, #ydb_info_window {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    color: #99baca;
    float: left;
}

#ydb_info_window_country_contents, #ydb_info_window_contents {
    background: #186286;
}

#ydb_info_window_country_tl, #ydb_info_window_tl {
    width: 15px;
    height: 38px;
    background: url('../images/gmaps/red_tl.png') top left no-repeat transparent;
}

* html #ydb_info_window_country_tl ,* html  #ydb_info_window_tl {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src = 'images/corners/red_tl.png', sizingMethod = 'crop');
}

#ydb_info_window_country_t, #ydb_info_window_t {
    background: url('../images/gmaps/red_t.png') top left repeat-x transparent;
}

#ydb_info_window_country_tr, #ydb_info_window_tr {
    width: 15px;
    height: 38px;
    background: url('../images/gmaps/red_tr.png') top left no-repeat transparent;
}

* html #ydb_info_window_country_tr,* html #ydb_info_window_tr {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src = 'images/corners/red_tr.png', sizingMethod = 'crop');
}

#ydb_info_window_country_l, #ydb_info_window_l {
    width: 9px;
    background: url('../images/gmaps/red_l.png') top left repeat-y transparent;
}

#ydb_info_window_country_r, #ydb_info_window_r {
    width: 9px;
    background: url('../images/gmaps/red_r.png') top right repeat-y transparent;
}

#ydb_info_window_country_bl, #ydb_info_window_bl {
    width: 16px;
    height: 16px;
    background: url('../images/gmaps/red_bl.png') top left no-repeat transparent;
}

* html #ydb_info_window_country_bl, * html #ydb_info_window_bl {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src = 'images/corners/red_bl.png', sizingMethod = 'crop');
}

#ydb_info_window_country_b, #ydb_info_window_b {
    height: 16px;
    background: url('../images/gmaps/red_b.png') top left repeat-x transparent;
}

#ydb_info_window_country_br ,#ydb_info_window_br {
    width: 16px;
    height: 16px;
    background: url('../images/gmaps/red_br.png') top left no-repeat transparent;
}

* html #ydb_info_window_country_br,* html #ydb_info_window_br {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src = 'images/corners/red_br.png', sizingMethod = 'crop');
}

#ydb_info_window_country_close, #ydb_info_window_close {
    width: 21px;
    height: 21px;
    background: url('../images/gmaps/red_close.png') top left no-repeat transparent;
    cursor: pointer; /*margin-top:8px;*/
/*margin-left:-10px;*/
}

* html #ydb_info_window_country_close, * html #ydb_info_window_close {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src = 'images/corners/red_close.png', sizingMethod = 'crop');
}

#ydb_info_window_country_beak, #ydb_info_window_beak {
    width: 24px;
    height: 28px;
    background: url('../images/gmaps/red_beak.png') top left no-repeat transparent;
    margin-top: 2px;
}

* html #ydb_info_window_country_beak, * html #ydb_info_window_beak {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src = 'images/corners/red_beak.png', sizingMethod = 'crop');
}

#ydb_info_window_country_contents .section1, #ydb_info_window_contents .section1 {
    margin: 0;
    padding: 0;
}

#ydb_info_window_country_contents .section2, #ydb_info_window_contents .section2 {
    margin: 0;
    padding: 0;
    background-color: #FFDFDF;
    border-bottom: dotted 1px #900;
    border-top: dotted 1px #900;
}

#ydb_info_window_country_contents p, #ydb_info_window_contents p {
    margin: 1px 0;
    padding: 5px;
}

#ydb_info_window_country_contents h1,#ydb_info_window_contents h1 {
    margin: 1px 0;
    padding: 5px;
    font-size: 9px;
}

#ydb_info_window_country_contents .title, #ydb_info_window_contents .title {
    font-size: 9px;
    font-weight: bold;
    color: #FFF;
    background-color: #900;
}
