
#popup {
    position: absolute;
    z-index: 201;
    display: none;
    min-width:200px;
    min-height:200px;
}

#background {
    width: 100%;
    height: 100%;
    z-index: 200;
    display: none;
    background-color: #111;
    opacity: 0.9;
    position: fixed;
    top: 0;
    left: 0;
}

#popup_content {
    font-family: 'Droid Sans', sans-serif;
				box-shadow: 0px 7px 0px #777;
				padding: 10px;
    background-color: #fff;
    height: auto;
    width: auto;
    border-radius: 8px;
    margin-top: 50px;
    overflow: auto;
				max-width: 900px;
}

.popup_loading {
    background: url('https://static.tierra.net/images/lang/tn_loading_new-c1c53ba.gif') no-repeat center center;
}
