

/*** Pick Image Editor ********************************************************************/

.tplPickImageEditor
{
    width: 400px;
    position: relative;
}

.tplPickImageEditor div.ctlUploadContainer
{
    position: absolute;
    left: 40px;
}

.tplPickImageEditor div.image
{
    margin-top: 10px;
    text-align: center;
}

.tplPickImageEditor div.image img
{
    border: solid 2px #eee;
}