.selectsection{width:100%; position:absolute; left:0; top:0; bottom:0; right:0; z-index:99999; height:100%;}
.selectsection .overlay{ background:url(overlay_bg.png) repeat;width:100%; position:fixed; left:0; top:0; bottom:0; right:0;height:100%;}
.selectsection .selectcontent{border-radius:8px; /* padding:15px; */ min-width:300px; position:absolute; left:50%; top:40px; margin:0 0 0 -225px; background:#FFF;border:6px solid #4BBC46;}
.selectsection .button_cross{background:#4BBC46 url('close.png') no-repeat center center; width:32px; height:32px; display:inline-block; position:absolute; right: -20px;
    top: -20px;border-radius:50px;}