.linershape {
    position: absolute;
    width: 118px;
    height: 116px;
    top: 105px;
    padding: 14px;
    cursor: pointer
}

.linershape a {
    position: absolute;
    width: 118px;
    height: 13px;
    padding: 132px 14px 1px 14px;
    top: 0;
    left: 0;
    z-index: 3;
    text-decoration: none;
    color: #000;
    line-height: 13px;
    font-size: 10px;
    text-align: center
}

.linershape.square {
    left: 22px
}

.linershape.Lshape {
    left: 168px
}

.linershape.circle {
    left: 314px
}

.linershape .over {
    position: absolute;
    width: 142px;
    height: 140px;
    top: 2px;
    left: 2px;
    visibility: hidden;
    z-index: 2
}

.linershape.square .over {
    background: url(/images/linertype_over_square.png) no-repeat;
}

.linershape.Lshape .over {
    background: url(/images/linertype_over_lshape.png) no-repeat;
}

.linershape.circle .over {
    background: url(/images/linertype_over_circle.png) no-repeat;
}

.linershape:hover .over {
    visibility: visible
}

.linershape .outer {
    position: relative;
    width: 114px;
    height: 112px;
    border: 2px solid #000
}

.linershape.Lshape .corner {
    position: absolute;
    width: 35px;
    height: 34px;
    bottom: -2px;
    right: -2px;
    background-color: #fff;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    z-index: 2
}

.linershape.circle .outer {
    background: url(/images/circle13.png) center no-repeat;
    border: 0;
    padding: 2px
}

#linershapes .controls {
    border-bottom: 2px solid #003591;
    margin-bottom: 22px;
    padding: 5px 0px 17px 0px;
}

#linershapes .controls a {
    padding: 10px 30px;
    color: white;
    background: #003591;
    border-radius: 17px;
    text-decoration: none;
    font-weight: bold;
}
