div.popup
{
    float: left;
    position: absolute;
    z-index: 6;
    border: 1px solid #aaa;
}

div.popup div
{
    float: left;
}

div.popup div.head
{
    background-image: url(http://style.dailymotion.com/images/button_bg.gif.v1198003829);
    background-repeat: repeat-x;
    height: 18px;
    position: relative;
    text-align: right;
    width: 100%;
    cursor: move;
}
div.popup div.head div.foreground2
{
    font-weight: bold;
    left: 5px;
    position: absolute;
    text-align: left;
}
div.popup div.head img.close
{
    background-image: url(http://style.dailymotion.com/images/close.gif.v1198003829);
    background-repeat: no-repeat;
    cursor: pointer;
    height: 16px;
    width: 16px;
    position: absolute;
    right: 2px;
}

div.popup span.title
{
    font-weight: bold;
    font-size: 12px;
    font-variant: small-caps;
    float: left;
    margin-left: 5px;
    color: #333;
}

div.popup div.dm_confirm
{
    font-size: 14px;
    line-height: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    width: 330px;
}

div.popup div.dm_widget_invitevideoingroup
{
    margin-left: 8px;
    margin-top: 8px;
}