.content-header { background: url(/img/edit-header.png) no-repeat top right; }
.content-header-content { height: 90px; }

.content-header-content div
{
    float:left;
    width: 220px;
    margin-left: 60px;
}
.content-header-content div h3
{
    color: #909;
    margin-bottom: 0;
    margin-top: 16px;
    font-size: 13px;
}
.content-header-content div p { margin-top: 3px; }

.content-content
{
    background: #fff url(/img/edit-fon.png) no-repeat;
    padding-top: 37px;
}

.content-content-table
{
    margin-left: 79px;
}

.upload-center
{
    position: absolute;
    margin-top: -260px;
    width: 448px;
    height: 59px;
}
.upload-center .fileUpload
{
    background: url(/img/edit-bt-upload-center.png) no-repeat;
    text-decoration: none;
}
.upload-center .fileUpload.uploading { background: none !important; }
.upload-center .fileUpload:hover { background-position: 0 -75px; }

.upload-center form.fileUpload
{
    width:260px;
    /*height:59px;*/
    height:65px;
}

.edit-bt-upload
{
    float:left;
    background: url(/img/edit-bt-upload.png) no-repeat;
    text-decoration: none;
    width: 287px;
    height: 49px;
}
.edit-bt-upload:hover { background-position: 0 -49px; }

.edit-bt-upload img
{
    width: 287px;
    height: 59px;
}

.edit-bt-next
{
    float:right;
    background: url(/img/bt-next.png) no-repeat;
    text-decoration: none;
    width: 208px;
    height: 49px;
    cursor: pointer;
}
.edit-bt-next:hover { background-position: 0 -49px; }

.editboxwrapper
{
    position: relative;
    width: 448px;
}

.leftContent
{
    width: 521px;
}

.rightContent
{
    width: 275px;
    height: 582px;
    vertical-align: top;
}

#editbox
{
    position: relative;
    font-size: 0;
    /*background-color: #e4f1ff;*/
    text-align: left;
}
#editcontainer
{
    top: 0;
    font-size: 0;
    position:absolute;
    border: solid 0px red;
    z-index:1000;
    cursor: default;
}
#editbox image, #editbox img
{
    border: solid 0px red;
    margin: 0;
    padding: 0;
    position: relative;
    border-collapse:collapse;
    cursor: move;
}
#ec00,#ec01,#ec02, #ec10,#ec12, #ec20,#ec21,#ec22
{
    position:absolute;
    background-color: black;
    opacity: 0.4;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    font-size: 0;
}
#ec10 { border-right: #fff dashed 1px; }
#ec01 { border-bottom: #fff dashed 1px; }
#ec12 { border-left: #fff dashed 1px; }
#ec21 { border-top: #fff dashed 1px; }
#ec11
{
    position:absolute;
    font-size: 0;
    background-color: gray;
    opacity: 0.01;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1);
}

.buttons1
{
    position: relative;
    padding-top: 18px;
    left: -28px;
}

.buttons1 img
{
    cursor: pointer;
}

.buttons2
{
    position: relative;
    padding-top: 33px;
    padding-bottom: 30px;
    left: -36px;
}


.previewContainer, .shadowContainer
{
    width: 200px;
    height: 0;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: hidden;
}

.previewContainer img { display: none; }
.shadowContainer img { display: none; }
.gradient
{

    position:absolute;
    display: none;
    margin-left: 36px;
    width: 202px;
}

.gradientSelector
{
    margin-left: 32px;
    margin-top: 36px;
    height: 47px;
}

.gradientSelector div
{
    float:left;
    width: 75px;
    height: 47px;
    cursor: pointer;
}
.gradientSelector div.gradientSelector0 { background-image: url(/img/gradientSelector0.png); }
.gradientSelector div.gradientSelector1 { background-image: url(/img/gradientSelector1.png); }
.gradientSelector div.gradientSelector2 { background-image: url(/img/gradientSelector2.png); }

