div.TextEditTool {
    display: none;
}

    div.TextEditTool input, div.TextEditTool select {
        width: 126px;
    }

    div.TextEditTool .textEditToolStyleFirstTitle {
        margin-bottom: 5px;
    }

    div.TextEditTool .textEditToolStyleTitle {
        margin-top: 7px;
        margin-bottom: 5px;
        padding-top: 7px;
        border-top: 1px solid #AAA;
    }

.textEditToolsWrapper {
    padding: 0 20px 20px 20px;
    text-align: left;
}

.textEditSection {
    float: left;
    margin-left: 10px;
}

    .textEditSection:first-child {
        margin-left: 0px;
    }

    .textEditSection .textEditToolsIntro {
        text-align: left;
    }

    .textEditSection .textEditSectionTitle {
        font-size: 10px;
        height: 20px;
        text-align: left;
    }

.textEditToolSection {
    width: 87px;
    margin: auto auto;
}

.textAlignmentOptions {
    width: 87px;
    margin: auto auto;
}

.textRotationOption, .textReflectionOption {
    width: 116px;
    margin: auto auto;
}

    .textEditSection .textStyleOption, .textEditToolSection .textStyleOption, .textAlignmentOptions div, .textRotationOption div, .textReflectionOption div {
        float: left;
        text-align: center;
        margin-left: 5px;
        padding: 3px;
        border: 1px solid #9f9f9f;
        width: 16px;
        height: 16px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        cursor: pointer;
    }

    .textReflectionOption div {
        margin-bottom: 5px;
    }

        .textEditSection .textStyleOption.active, .textEditToolSection .textStyleOption.active, .textAlignmentOptions div.active, .textRotationOption div.active, .textReflectionOption div.active {
            background: #dfdede;
        }

.textEditSection div.colorpicker a.colorwheelactivator {
    margin: 0;
}

.textEditToolsWrapper .textString {
    text-align: left;
    margin-top: 10px;
    width: 700px;
    height: 80px;
    font-size: 40px;
    padding: 0 10px;
    border: 1px solid #909090;
}

.insertText {
    text-align: right;
    padding: 5px 20px 5px 0;
}

.insertTextButton {
    background: #077EB9;
    background: -moz-linear-gradient(top, #077EB9 0%, #035F8D 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#077EB9), color-stop(100%,#035F8D));
    background: -webkit-linear-gradient(top, #077EB9 0%,#035F8D 100%);
    background: -o-linear-gradient(top, #077EB9 0%,#035F8D 100%);
    background: -ms-linear-gradient(top, #077EB9 0%,#035F8D 100%);
    background: linear-gradient(top, #077EB9 0%,#035F8D 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#077EB9', endColorstr='#035F8D',GradientType=0 );
    box-shadow: 0px 1px 0px 0px #80BEDD inset;
    border: 1px solid #4B4B4B !important;
    border-radius: 8px;
    -moz-border-radius: 8px;
    display: block;
    padding: 1px 15px;
    line-height: 34px;
    color: white;
    font-weight: normal;
    text-shadow: -1px -1px -1px #1C4255;
    font-size: 15px;
    border: 0;
    cursor: pointer;
    margin: 0 auto;
    float: right;
}

    .insertTextButton:hover {
        background: #035f8d;
        text-decoration: none;
    }

.textEditToolsIntro {
    font-size: 14px;
}

.textOpacityWrapper {
    margin-bottom: 10px;
}

    .textOpacityWrapper .textOpacityTitle, .textOpacityWrapper .textAlignmentTitle, .textOpacityWrapper .textRotationTitle {
        margin-top: 7px;
        padding-top: 7px;
        border-top: 1px solid #AAA;
    }

    .textOpacityWrapper .textRotationTitle {
        margin-bottom: 5px;
    }