[moe] [url]:not([show]){
    display: none;
}
[moe] {
    display: inline-block;
}
[moe][relative] {
    position: relative;
}
[moe] [url]:not([show]) {
    z-index: 99999;
    position: absolute;
    background-color: white;
    padding: 10px;
    border: 1px solid gray;
}
[moe] [url][right] {
    right: 0;
    min-width: 200px;
}
#mask {
    background: rgba(0, 0, 0, 0) url(/assets/images/vanillaspin.gif) no-repeat scroll center center;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;
}
#moe-form-mask {
    cursor: pointer;
    background: rgba(0, 0, 0, .1) no-repeat scroll center center;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 97;
    width: 100%;
    height: 100%;
    display: none;
}
@media screen and (max-width: 700px) {
    [moe] [url]:not([show]) {
        position: fixed;
        top: 50px;
        width: 80%;
        left: 10%;
    }
}
