div.popup.full {border-width:0 0 0 1px;border-radius:0;width:451px;height:400px;}
div.popup.opaque {background-color:rgb(0,10,0);}

div.popup div.title,
div.popup div.footer {font-size:15px;display:block;background-color:rgba(0,30,0,0.8);
    border-bottom-width:1px;padding:5px 0;text-align:center;font-weight:bold;position:absolute;width:100%;}

div.popup > div.title {top:0;max-height:20px;overflow:hidden; padding-top:5px;}

div.popup > div.footer {border-width:1px 0 0 0;bottom:0;}
div.popup > div.title > a.xclose, div.popup > a.xclose {position:absolute;right:0;top:0;}
div.popup > div.popup_content {overflow:auto;max-height:373px;font-size:12px;}
div.no_overflow > div.popup_content {overflow:hidden;}
div.popup.with_header {padding-top:28px;}
div.popup.with_footer {padding-bottom:28px;}
div.popup > div.popup_content div.table {font-size:12px;}

div.popup > div.popup_content div.tall {height:100%;}
div.popup > div.popup_content div.tall > div.tr:last-child .td,
div.popup > div.popup_content div.tall > div.tr:last-child .th,
div.popup > div.popup_content div.tall > div.tbody:last-child .td,
div.popup > div.popup_content div.tall > div.tbody:last-child .th {
    border-bottom-width:0;
}
div.popup {
    box-shadow: 3px 3px 6px rgba(212, 175, 55,0.3);
    position:absolute;
    background-color:rgba(0,15,0,0.8);
    width:465px;
    height:335px;
    top:5px;
    left:515px;
    z-index:100;
}

div.popup.error {
    height:0;
    width:90%;
    left:5%;
    top:25%;
    position:absolute !important;
}
div.popup.error > div.title {color:red;background-color:rgba(0,10,0,0.8);}


div.change_colors {width:620px;left:100px;height:360px;top:10px;}
div#colors {overflow:hidden;}

div.popup.settings_popup {width:450px;height:200px;top:40px;left:250px;}
div.popup.settings_popup textarea#question_question {width:443px;}
div.friends_popup {width:800px;height:300px;top:40px;left:100px;}
div.popup.money_log_popup {width:500px;left:240px;top:5px;height:350px;}

div.popup.find_stuff { width: 445px; left:350px; top:240px;height:125px;}
div.popup.social {width: 455px; top:250px;left:450px;height:106px;}


div.popup div.tabs_list {
    position:absolute;
    top:-27px;
    left:18px;
    right:inherit;
    bottom:inherit;
}

div.help_popup div.tabs_list {
    font-size: 12px;
}


div.popup.tokens_log_popup {width:984px;left:0px;top:0px;height:400px;}
div.popup.tokens_log_popup > div.popup_content {
    max-height:378px;
}
div.popup.tokens_log_popup div#logs > div.table.wide {
    height:316px;
}
div.answer_popup {
    width:600px;
    left:190px;
}

div.popup > div.lt,
div.popup > div.rt,
div.popup > div.lb,
div.popup > div.rb {
    background-image:url('/v02/layout/popup/new/corner.png');
    background-repeat:no-repeat;
    width: 35px;
    height:35px;
    position:absolute;
    z-index:2;
}



div.popup > div.lt {
    left:-15px;
    top:-13px;
}
div.popup > div.rb {
    right:-15px;
    bottom:-13px;
    transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
}

div.popup > div.rt{
    right:-13px;
    top:-15px;
    transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
}
div.popup > a.xclose {
    z-index:10 !important;
}
div.popup > div.lb{
    left:-13px;
    bottom:-15px;
    transform:rotate(270deg);
    -webkit-transform:rotate(270deg);
}
div.popup > div.hb,
div.popup > div.ht{
    background-image: url('/v02/layout/popup/new/h.png');
    background-repeat:repeat-x;
    height:6px;
    padding:0;
    left:0px;
    right:0px;
    position:absolute;
}


div.popup > div.ht {
    vertical-align: top !important;
    top:-5px;
}

div.popup > div.hb {
    vertical-align: bottom !important;
    bottom:-5px;
}

div.popup > div.lv,
div.popup > div.rv{
    background-image: url('/v02/layout/popup/new/v.png');
    background-repeat:repeat-y;
    position:absolute;
    top:0px;
    bottom:0px;
    width:6px;
}
div.popup > div.lv{
    left:-5px;
}


div.popup > div.rv {
    text-align:right;
    background-position:right top;
    right:-5px;
}

div.popup > div.td,
div.popup > div.th {
    padding:0 !important;
}


