﻿.editpage
{
    width: 405px;
    margin-top: 0px;
    padding-top: 0px;
}
.editpage label
{
    font-weight: bold;
}
.editpagetitle
{
    font-size: 260%;
    font-weight: normal;
    color: #869837;
    text-transform: uppercase;
    border: dashed 1px #91a538;
    background-color: Transparent;
    width: 385px;
    margin: 0;
    padding: 10px 10px 10px 10px;
}
.editpagetext
{
    border: dashed 1px #91a538;
    width: 385px;
    height: 400px;
    margin: 0;
    padding: 10px 10px 10px 10px;
}
.editpageline
{
    border: dashed 1px #91a538;
    width: 385px;
    margin: 0;
    padding: 10px 10px 10px 10px;
}
.editpageselect
{
    width: 100%;
}
.editbarleft
{
    padding: 6px 10px 3px 10px;
    color: #333333;
    background-color: #ffffff;
}
.editbarleft2
{
    padding: 6px 10px 6px 10px;
    margin-top: 5px;
    color: #333333;
    background-color: #ffffff;
    font-size: 90%;
}
.editbarleft2func
{
    margin-top: 10px;
}
.editbarright2
{
    padding: 6px 10px 6px 10px;
    margin-top: 5px;
    color: #333333;
    background-color: #ffffff;
}
.ordericon
{
    float: left;
    margin-top: 2px;
}
.imageordericon
{
    position: absolute;
    top: 0px;
    left: 0px;
}
.editpagelangspec
{
    font-weight: normal;
    border: dashed 1px #91a538;
    background-color: Transparent;
    width: 300px;
    margin: 0;
    padding: 4px 6px 4px 6px;
}

.imagesselect
{
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 4px #efefef;
}
.imagesselect .imgbox
{
    float: left;
    width: 180px;
    display: inline;
}
.imagesselect .imginfobox
{
    margin: 34px 0 0 10px;
    float: left;
    width: 215px;
    font-size: 11px;
}
.imagesselect .imginfobox div
{
    clear: both;
}
.imagesselect .imginfobox img
{
    height: 16px;
    float: left;
    margin-right: 4px;
}
.imagesselect .imgdeletebutton
{
    position: absolute;
    left: 190px;
    top: 0px;
    font-size: 12px;
}
.imagesselect .imgaddbutton
{
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 12px;
}

