﻿.DisplayCirclesBox      
{ 
    position    : fixed;
    top         : 40px;
    right       : 0;
    margin      : 15px 10px;
    z-index     : 5001;
    width       : 400px;
    height      : 300px;
    background  : white;
    opacity     : 0.9;
}
.DisplayCirclesBox .close
{
    float       : right;
    width       : 30px;
    height      : 30px;
    cursor      : pointer;
    position    : relative;
    right       : 4px;
    top         : 4px;
    background  : url(/themes/images/dashboard/close.png) center center;
}
.DisplayCirclesBox .form
{
    margin      : 40px;
}