﻿.mymapsoverflowpopup
{
    background-position: top;
    height: 158px;
    width: 258px;
    background-image: url('../images/overflowpopup_bg.png');
    background-repeat: no-repeat;
}

.mymapsoverflowpopup .header
{
    padding:3px;
    width:100%;
    height:20px;
}

.mymapsoverflowpopup .header .title
{
    float:left;
    margin: 20px 0 0 20px;
}

.mymapsoverflowpopup .header .close
{
    float:right;   
    margin: 10px 17px 0 0;
}

.mymapsoverflowpopup .content
{
    padding:3px;
    width:100%;
    height:50px;
    float: left;
    margin: 10px 20px 0 20px;
}
.overflowpopup_button
{
    float:right;
    margin: 10px 20px 0 0;
}