#mask {
    position:absolute;
    z-index:9000;
    background-color:#000;
    display:none;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    left: 0;
    top: 0;
}

#answer_recipe_ingredient, #thumbnail-popup {
    position:fixed;
    display:none;
    z-index:9999;
    background-color: white;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#answer_recipe_ingredient {
    width:440px;
    overflow: auto;
    height:500px;
}

#thumbnail-popup {
    padding: 12px;
}

#thumbnail-popup .close {
    width: 26px;
    height: 26px;
    background-image: url(/public/image/close.png);
    position: absolute;
    top: -7px;
    right: -5px;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 1;
}

.popup-thumbnail {
    cursor: pointer;
}
