#artGalleryWindow {
    text-align: center;
    display: none;
}

#selectArtWindow {
    text-align: center;
    display: none;
}

#selectArtContainer 
{
    position: relative;
    text-align: center;
    height: 270px;
}

    #selectArtContainer div.option:first-child {
        background-image: url('/content/images/default/SelectArt_Popup_Upload.png');
        background-repeat: no-repeat;
        width: 221px;
        height: 190px;
        margin: 10px 15px 10px 0;
        position: relative;
        display: inline-block;
    }

#selectArtContainer div.option:first-child button{
    position: absolute;
    bottom: 0px;
    left: 5px;
}

    #selectArtContainer div.option:nth-child(2) {
        background-image: url('/content/images/default/SelectArt_Popup_Browse.png');
        background-repeat: no-repeat;
        width: 221px;
        height: 190px;
        margin: 10px 0 10px 15px;
        position: relative;
        display: inline-block;
    }

#selectArtContainer div.option:nth-child(2) button {
    position: absolute;
    bottom: 0px;
    right: 5px;
}

.optionBoxOption {
    text-align: center;
    vertical-align:middle;
    width: 100px;
    height: 100px;
    border: 1px solid #7E7E7E; 
    border-radius: 2px;
    padding:10px;
    margin: 10px;
    display:inline-block;
}   

.optionBoxContent 
{
    width: 100px;
    height: 100px;
    display:table;
    cursor: pointer;
}

.optionBoxContent p 
{
    display: table-cell; 
    vertical-align: middle; 
    text-align: center; 
}
/*  Moved to \Web\Home\Content\Css\Views\StickerMaker.cshtml.css

*/
