.AiToolsCreate
{
 width: 53.9em;
 height:10em;
 font-size:140%;


}

.AiToolsContent
{
 width:100%;
 height:8em;
 background-color:#888;
 padding-top:.4em;
 position: relative;
}

.AiToolsAlbumColumn
{
 display:inline-block;
 float:left;
}

.AiToolsCreate .AiToolsTitle
{
 width:100%;
 height:2.2em;
 background-color:black;
 color:white;
 text-align:center;
 line-height:2em;
 text-transform: uppercase;
}

#addArtwork
{
 border: 3px solid black;
 border-radius:6px;
 width:7em;
 height:7em;
 margin-left:.4em;
 position:relative;
 cursor:pointer;

}

#addArtwork span
{
 color:#cccccc;
 text-align:center;
 display:block;
 margin-top:1.2em;
 font-size:120%;
}

#artworkEdit
{
 background-color:#5c9ec8;
 width:2em;
 height:2em;
 position:absolute;
 bottom: 0;
 right: 0;
 border-left:2px solid black;
 border-top:2px solid black;
 border-top-left-radius:3em;
 z-index: 100;
}

#artworkEdit img
{
 width:1.2em;
 height:1.2em;
 margin-top:.6em;
 margin-left:.5em;
 display:inline-block;
}

#artWorkImg
{
 display:none;
 width:100%;
 height:100%;

}
.AiToolsForm
{
 width: 80%;
 height:5em;
 margin-left:2em;
}

.AiToolsForm input[type="text"]
{
 display:inline-block;
 height:1.5em;
 width:100%;
 font-size:140%;
}

.AiToolsForm input[type="text"]:nth-child(2)
{
 margin-top:.14em;
}

#aiToolsButtonContainer
{
 position: absolute;
 width: 100%;
 text-align: center;
 bottom: 0.25em;
}

#aiToolsButtonContainer #toolsActionBtn
{
 width:6em;
 height:2em;
 text-transform: uppercase;
 line-height:2em;
 background-color:black;
 margin-top:.4em;
 display:inline-block;
 cursor:pointer;
 border: 2px solid #2787ac;
 color: #2787ac;

}

#aiToolsButtonContainer #i18n_cancel
{
 width:6em;
 height:2em;
 text-transform: uppercase;
 line-height:2em;
 background-color:black;
 margin-top:.4em;
 display:inline-block;
 cursor:pointer;
 border-bottom: 2px solid #2787ac;
 border-right: 2px solid #2787ac;
 border-top: 2px solid #2787ac;
 color: #2787ac;

}


.AiToolsButton
{
 display:inline-block;
}

.AiToolsButton span
{
 text-align:center;
 display:block;
}

.AiUpperCase
{
 text-transform: uppercase;
}
