/**
 * http://css-button-generator.com/
 */
.button,
.button-small,
.button-large {
    display: inline-block;
    
    font-weight: normal;
    text-decoration: none;
}

.button:active,
.button-small:active,
.button-large:active {
    position: relative;
    top: 1px;
}

.button-small {
    padding: 2px 8px;
    font-size: 12px;
       -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
            border-radius: 2px;            
}

.button {
    padding: 4px 12px;
    font-size: 14px;
       -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
            border-radius: 4px;            
}

.button-large {
    padding: 9px 18px;
    font-size: 16px;
       -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
            border-radius: 6px;            
}



/**
 * カラーテーマ設定
 */
.theme00 {
       -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
            box-shadow: inset 0px 1px 0px 0px #ffffff;

    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    background:  -ms-linear-gradient( top, #ededed 5%, #dfdfdf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;

    border: 1px solid #dcdcdc;

    color: #777777 !important;
    text-shadow: 1px 1px 0px #ffffff;
}

.theme00:hover {
    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    background:  -ms-linear-gradient( top, #dfdfdf 5%, #ededed 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color: #dfdfdf;
}


.theme01 {
       -moz-box-shadow: inset 0px 1px 0px 0px #f29c93;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f29c93;
            box-shadow: inset 0px 1px 0px 0px #f29c93;

    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
    background: -moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
    background:  -ms-linear-gradient( top, #fe1a00 5%, #ce0100 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
    background-color: #fe1a00;

    border: 1px solid #d83526;

    color: #ffffff !important;
    text-shadow: 1px 1px 0px #b23e35;
}

.theme01:hover {
    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
    background: -moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
    background:  -ms-linear-gradient( top, #ce0100 5%, #fe1a00 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
    background-color: #ce0100;
}


.theme02 {
       -moz-box-shadow: inset 0px 1px 0px 0px #caefab;
    -webkit-box-shadow: inset 0px 1px 0px 0px #caefab;
            box-shadow: inset 0px 1px 0px 0px #caefab;

    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
    background: -moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
    background:  -ms-linear-gradient( top, #77d42a 5%, #5cb811 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
    background-color: #77d42a;

    border: 1px solid #268a16;

    color: #306108 !important;
    text-shadow: 1px 1px 0px #aade7c;
}

.theme02:hover {
    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
    background: -moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
    background:  -ms-linear-gradient( top, #5cb811 5%, #77d42a 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
    background-color: #5cb811;
}


.theme03 {
       -moz-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
            box-shadow: inset 0px 1px 0px 0px #bbdaf7;

    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
    background: -moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
    background:  -ms-linear-gradient( top, #79bbff 5%, #378de5 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
    background-color: #79bbff;

    border: 1px solid #84bbf3;

    color: #ffffff !important;
    text-shadow: 1px 1px 0px #528ecc;
}

.theme03:hover {
    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
    background: -moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
    background:  -ms-linear-gradient( top, #378de5 5%, #79bbff 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
    background-color: #378de5;
}


.theme04 {
       -moz-box-shadow: inset 0px 1px 0px 0px #fce2c1;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
            box-shadow: inset 0px 1px 0px 0px #fce2c1;

    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
    background: -moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
    background:  -ms-linear-gradient( top, #ffc477 5%, #fb9e25 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
    background-color: #ffc477;

    border: 1px solid #eeb44f;

    color: #ffffff !important;
    text-shadow: 1px 1px 0px #cc9f52;
}

.theme04:hover {
    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
    background: -moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
    background:  -ms-linear-gradient( top, #fb9e25 5%, #ffc477 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
    background-color: #fb9e25;
}


.theme05 {
       -moz-box-shadow: inset 0px 1px 0px 0px #e184f3;
    -webkit-box-shadow: inset 0px 1px 0px 0px #e184f3;
            box-shadow: inset 0px 1px 0px 0px #e184f3;

    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c123de), color-stop(1, #a20dbd) );
    background: -moz-linear-gradient( center top, #c123de 5%, #a20dbd 100% );
    background:  -ms-linear-gradient( top, #c123de 5%, #a20dbd 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c123de', endColorstr='#a20dbd');
    background-color: #c123de;

    border: 1px solid #a511c0;

    color: #ffffff !important;
    text-shadow: 1px 1px 0px #9b14b3;
}

.theme05:hover {
    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a20dbd), color-stop(1, #c123de) );
    background: -moz-linear-gradient( center top, #a20dbd 5%, #c123de 100% );
    background:  -ms-linear-gradient( top, #a20dbd 5%, #c123de 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a20dbd', endColorstr='#c123de');
    background-color: #a20dbd;
}


.theme06 {
       -moz-box-shadow: inset 0px 1px 0px 0px #e6cafc;
    -webkit-box-shadow: inset 0px 1px 0px 0px #e6cafc;
            box-shadow: inset 0px 1px 0px 0px #e6cafc;

    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c579ff), color-stop(1, #a341ee) );
    background: -moz-linear-gradient( center top, #c579ff 5%, #a341ee 100% );
    background:  -ms-linear-gradient( top, #c579ff 5%, #a341ee 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c579ff', endColorstr='#a341ee');
    background-color: #c579ff;

    border: 1px solid #a946f5;

    color: #ffffff !important;
    text-shadow: 1px 1px 0px #8628ce;
}

.theme06:hover {
    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a341ee), color-stop(1, #c579ff) );
    background: -moz-linear-gradient( center top, #a341ee 5%, #c579ff 100% );
    background:  -ms-linear-gradient( top, #a341ee 5%, #c579ff 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a341ee', endColorstr='#c579ff');
    background-color: #a341ee;
}


.theme07 {
       -moz-box-shadow: inset 0px 1px 0px 0px #f9eca0;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f9eca0;
            box-shadow: inset 0px 1px 0px 0px #f9eca0;

    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0c911), color-stop(1, #f2ab1e) );
    background: -moz-linear-gradient( center top, #f0c911 5%, #f2ab1e 100% );
    background:  -ms-linear-gradient( top, #f0c911 5%, #f2ab1e 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0c911', endColorstr='#f2ab1e');
    background-color: #f0c911;

    border: 1px solid #e65f44;

    color: #c92200 !important;
    text-shadow: 1px 1px 0px #ded17c;
}

.theme07:hover {
    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f2ab1e), color-stop(1, #f0c911) );
    background: -moz-linear-gradient( center top, #f2ab1e 5%, #f0c911 100% );
    background:  -ms-linear-gradient( top, #f2ab1e 5%, #f0c911 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ab1e', endColorstr='#f0c911');
    background-color: #f2ab1e;
}


.theme08 {
       -moz-box-shadow: inset 0px 1px 0px 0px #c1ed9c;
    -webkit-box-shadow: inset 0px 1px 0px 0px #c1ed9c;
            box-shadow: inset 0px 1px 0px 0px #c1ed9c;

    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
    background: -moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
    background:  -ms-linear-gradient( top, #9dce2c 5%, #8cb82b 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
    background-color: #9dce2c;

    border: 1px solid #83c41a;

    color: #ffffff !important;
    text-shadow: 1px 1px 0px #689324;
}

.theme08:hover {
    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
    background: -moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
    background:  -ms-linear-gradient( top, #8cb82b 5%, #9dce2c 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
    background-color: #8cb82b;
}


.theme09 {
       -moz-box-shadow: inset 0px 1px 0px 0px #f5978e;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f5978e;
            box-shadow: inset 0px 1px 0px 0px #f5978e;

    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
    background: -moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
    background:  -ms-linear-gradient( top, #f24537 5%, #c62d1f 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
    background-color: #f24537;

    border: 1px solid #d02718;

    color: #ffffff !important;
    text-shadow: 1px 1px 0px #810e05;
}

.theme09:hover {
    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
    background: -moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
    background:  -ms-linear-gradient( top, #c62d1f 5%, #f24537 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
    background-color: #c62d1f;
}


.theme10 {
       -moz-box-shadow: inset 0px 1px 0px 0px #fcf8f2;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fcf8f2;
            box-shadow: inset 0px 1px 0px 0px #fcf8f2;

    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fae4bd), color-stop(1, #eac380) );
    background: -moz-linear-gradient( center top, #fae4bd 5%, #eac380 100% );
    background:  -ms-linear-gradient( top, #fae4bd 5%, #eac380 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fae4bd', endColorstr='#eac380');
    background-color: #fae4bd;

    border: 1px solid #eeb44f;

    color: #ffffff !important;
    text-shadow: 1px 1px 0px #cc9f52;
}

.theme10:hover {
    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eac380), color-stop(1, #fae4bd) );
    background: -moz-linear-gradient( center top, #eac380 5%, #fae4bd 100% );
    background:  -ms-linear-gradient( top, #eac380 5%, #fae4bd 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eac380', endColorstr='#fae4bd');
    background-color: #eac380;
}


.theme11 {
       -moz-box-shadow: inset 0px 1px 0px 0px #fbafe3;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fbafe3;
            box-shadow: inset 0px 1px 0px 0px #fbafe3;

    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff5bb0), color-stop(1, #ef027d) );
    background: -moz-linear-gradient( center top, #ff5bb0 5%, #ef027d 100% );
    background:  -ms-linear-gradient( top, #ff5bb0 5%, #ef027d 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bb0', endColorstr='#ef027d');
    background-color: #ff5bb0;

    border: 1px solid #ee1eb5;

    color: #ffffff !important;
    text-shadow: 1px 1px 0px #c70067;
}

.theme11:hover {
    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ef027d), color-stop(1, #ff5bb0) );
    background: -moz-linear-gradient( center top, #ef027d 5%, #ff5bb0 100% );
    background:  -ms-linear-gradient( top, #ef027d 5%, #ff5bb0 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef027d', endColorstr='#ff5bb0');
    background-color: #ef027d;
}


.theme12 {
       -moz-box-shadow: inset 0px 1px 0px 0px #cae3fc;
    -webkit-box-shadow: inset 0px 1px 0px 0px #cae3fc;
            box-shadow: inset 0px 1px 0px 0px #cae3fc;

    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee) );
    background: -moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
    background:  -ms-linear-gradient( top, #79bbff 5%, #4197ee 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
    background-color: #79bbff;

    border: 1px solid #469df5;

    color: #ffffff !important;
    text-shadow: 1px 1px 0px #287ace;
}

.theme12:hover {
    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4197ee), color-stop(1, #79bbff) );
    background: -moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
    background:  -ms-linear-gradient( top, #4197ee 5%, #79bbff 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
    background-color: #4197ee;
}


.theme13 {
       -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
            box-shadow: inset 0px 1px 0px 0px #ffffff;

    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
    background: -moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
    background:  -ms-linear-gradient( top, #f9f9f9 5%, #e9e9e9 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
    background-color: #f9f9f9;

    border: 1px solid #dcdcdc;

    color: #666666 !important;
    text-shadow: 1px 1px 0px #ffffff;
}

.theme13:hover {
    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
    background: -moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
    background:  -ms-linear-gradient( top, #e9e9e9 5%, #f9f9f9 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
    background-color: #e9e9e9;
}


.theme14 {
       -moz-box-shadow: inset 0px 1px 0px 0px #fed897;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fed897;
            box-shadow: inset 0px 1px 0px 0px #fed897;

    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6b33d), color-stop(1, #d29105) );
    background: -moz-linear-gradient( center top, #f6b33d 5%, #d29105 100% );
    background:  -ms-linear-gradient( top, #f6b33d 5%, #d29105 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b33d', endColorstr='#d29105');
    background-color: #f6b33d;

    border: 1px solid #eda933;

    color: #ffffff !important;
    text-shadow: 1px 1px 0px #cd8a15;
}

.theme14:hover {
    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d29105), color-stop(1, #f6b33d) );
    background: -moz-linear-gradient( center top, #d29105 5%, #f6b33d 100% );
    background:  -ms-linear-gradient( top, #d29105 5%, #f6b33d 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d29105', endColorstr='#f6b33d');
    background-color: #d29105;
}


.theme15 {
       -moz-box-shadow: inset 0px 1px 0px 0px #d9fbbe;
    -webkit-box-shadow: inset 0px 1px 0px 0px #d9fbbe;
            box-shadow: inset 0px 1px 0px 0px #d9fbbe;

    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52) );
    background: -moz-linear-gradient( center top, #b8e356 5%, #a5cc52 100% );
    background:  -ms-linear-gradient( top, #b8e356 5%, #a5cc52 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52');
    background-color: #b8e356;

    border: 1px solid #83c41a;

    color: #ffffff !important;
    text-shadow: 1px 1px 0px #86ae47;
}

.theme15:hover {
    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356) );
    background: -moz-linear-gradient( center top, #a5cc52 5%, #b8e356 100% );
    background:  -ms-linear-gradient( top, #a5cc52 5%, #b8e356 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356');
    background-color: #a5cc52;
}


.theme16 {
       -moz-box-shadow: inset 0px 1px 0px 0px #97c4fe;
    -webkit-box-shadow: inset 0px 1px 0px 0px #97c4fe;
            box-shadow: inset 0px 1px 0px 0px #97c4fe;

    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
    background: -moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
    background:  -ms-linear-gradient( top, #3d94f6 5%, #1e62d0 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
    background-color: #3d94f6;

    border: 1px solid #337fed;

    color: #ffffff !important;
    text-shadow: 1px 1px 0px #1570cd;
}

.theme16:hover {
    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
    background: -moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
    background:  -ms-linear-gradient( top, #1e62d0 5%, #3d94f6 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
    background-color: #1e62d0;
}


.theme17 {
       -moz-box-shadow: inset 0px 1px 0px 0px #d197fe;
    -webkit-box-shadow: inset 0px 1px 0px 0px #d197fe;
            box-shadow: inset 0px 1px 0px 0px #d197fe;

    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a53df6), color-stop(1, #7c16cb) );
    background: -moz-linear-gradient( center top, #a53df6 5%, #7c16cb 100% );
    background:  -ms-linear-gradient( top, #a53df6 5%, #7c16cb 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a53df6', endColorstr='#7c16cb');
    background-color: #a53df6;

    border: 1px solid #9c33ed;

    color: #ffffff !important;
    text-shadow: 1px 1px 0px #7d15cd;
}

.theme17:hover {
    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7c16cb), color-stop(1, #a53df6) );
    background: -moz-linear-gradient( center top, #7c16cb 5%, #a53df6 100% );
    background:  -ms-linear-gradient( top, #7c16cb 5%, #a53df6 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c16cb', endColorstr='#a53df6');
    background-color: #7c16cb;
}


.theme18 {
       -moz-box-shadow: inset 0px 1px 0px 0px #fceaca;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fceaca;
            box-shadow: inset 0px 1px 0px 0px #fceaca;

    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffce79), color-stop(1, #eeaf41) );
    background: -moz-linear-gradient( center top, #ffce79 5%, #eeaf41 100% );
    background:  -ms-linear-gradient( top, #ffce79 5%, #eeaf41 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce79', endColorstr='#eeaf41');
    background-color: #ffce79;

    border: 1px solid #eeb44f;

    color: #ffffff !important;
    text-shadow: 1px 1px 0px #ce8e28;
}

.theme18:hover {
    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eeaf41), color-stop(1, #ffce79) );
    background: -moz-linear-gradient( center top, #eeaf41 5%, #ffce79 100% );
    background:  -ms-linear-gradient( top, #eeaf41 5%, #ffce79 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeaf41', endColorstr='#ffce79');
    background-color: #eeaf41;
}


.theme19 {
       -moz-box-shadow: inset 0px 1px 0px 0px #f4cafc;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f4cafc;
            box-shadow: inset 0px 1px 0px 0px #f4cafc;

    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eea1fc), color-stop(1, #d441ee) );
    background: -moz-linear-gradient( center top, #eea1fc 5%, #d441ee 100% );
    background:  -ms-linear-gradient( top, #eea1fc 5%, #d441ee 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eea1fc', endColorstr='#d441ee');
    background-color: #eea1fc;

    border: 1px solid #dd5df4;

    color: #ffffff !important;
    text-shadow: 1px 1px 0px #b63dcc;
}

.theme19:hover {
    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d441ee), color-stop(1, #eea1fc) );
    background: -moz-linear-gradient( center top, #d441ee 5%, #eea1fc 100% );
    background:  -ms-linear-gradient( top, #d441ee 5%, #eea1fc 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d441ee', endColorstr='#eea1fc');
    background-color: #d441ee;
}


.theme20 {
       -moz-box-shadow: inset 0px 1px 0px 0px #bee2f9;
    -webkit-box-shadow: inset 0px 1px 0px 0px #bee2f9;
            box-shadow: inset 0px 1px 0px 0px #bee2f9;

    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf) );
    background: -moz-linear-gradient( center top, #63b8ee 5%, #468ccf 100% );
    background:  -ms-linear-gradient( top, #63b8ee 5%, #468ccf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
    background-color: #63b8ee;

    border: 1px solid #3866a3;

    color: #14396a !important;
    text-shadow: 1px 1px 0px #7cacde;
}

.theme20:hover {
    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee) );
    background: -moz-linear-gradient( center top, #468ccf 5%, #63b8ee 100% );
    background:  -ms-linear-gradient( top, #468ccf 5%, #63b8ee 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee');
    background-color: #468ccf;
}


.theme21 {
       -moz-box-shadow: inset 0px 1px 0px 0px #fff6af;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fff6af;
            box-shadow: inset 0px 1px 0px 0px #fff6af;

    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23) );
    background: -moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
    background:  -ms-linear-gradient( top, #ffec64 5%, #ffab23 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
    background-color: #ffec64;

    border: 1px solid #ffaa22;

    color: #333333 !important;
    text-shadow: 1px 1px 0px #ffee66;
}

.theme21:hover {
    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64) );
    background: -moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
    background:  -ms-linear-gradient( top, #ffab23 5%, #ffec64 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
    background-color: #ffab23;
}


.theme22 {
       -moz-box-shadow: inset 0px 1px 0px 0px #fab3ad;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fab3ad;
            box-shadow: inset 0px 1px 0px 0px #fab3ad;

    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fa665a), color-stop(1, #d34639) );
    background: -moz-linear-gradient( center top, #fa665a 5%, #d34639 100% );
    background:  -ms-linear-gradient( top, #fa665a 5%, #d34639 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa665a', endColorstr='#d34639');
    background-color: #fa665a;

    border: 1px solid #d83526;

    color: #ffffff !important;
    text-shadow: 1px 1px 0px #98231a;
}

.theme22:hover {
    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d34639), color-stop(1, #fa665a) );
    background: -moz-linear-gradient( center top, #d34639 5%, #fa665a 100% );
    background:  -ms-linear-gradient( top, #d34639 5%, #fa665a 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d34639', endColorstr='#fa665a');
    background-color: #d34639;
}


.theme23 {
       -moz-box-shadow: inset 0px 1px 0px 0px #f6dcfb;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f6dcfb;
            box-shadow: inset 0px 1px 0px 0px #f6dcfb;

    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f1bdfa), color-stop(1, #da80ea) );
    background: -moz-linear-gradient( center top, #f1bdfa 5%, #da80ea 100% );
    background:  -ms-linear-gradient( top, #f1bdfa 5%, #da80ea 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1bdfa', endColorstr='#da80ea');
    background-color: #f1bdfa;

    border: 1px solid #e284f3;

    color: #ffffff !important;
    text-shadow: 1px 1px 0px #b952cc;
}

.theme23:hover {
    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #da80ea), color-stop(1, #f1bdfa) );
    background: -moz-linear-gradient( center top, #da80ea 5%, #f1bdfa 100% );
    background:  -ms-linear-gradient( top, #da80ea 5%, #f1bdfa 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#da80ea', endColorstr='#f1bdfa');
    background-color: #da80ea;
}


.theme24 {
       -moz-box-shadow: inset 0px 1px 0px 0px #f7c5c0;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f7c5c0;
            box-shadow: inset 0px 1px 0px 0px #f7c5c0;

    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fc8d83), color-stop(1, #e4685d) );
    background: -moz-linear-gradient( center top, #fc8d83 5%, #e4685d 100% );
    background:  -ms-linear-gradient( top, #fc8d83 5%, #e4685d 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8d83', endColorstr='#e4685d');
    background-color: #fc8d83;

    border: 1px solid #d83526;

    color: #ffffff !important;
    text-shadow: 1px 1px 0px #b23e35;
}

.theme24:hover {
    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e4685d), color-stop(1, #fc8d83) );
    background: -moz-linear-gradient( center top, #e4685d 5%, #fc8d83 100% );
    background:  -ms-linear-gradient( top, #e4685d 5%, #fc8d83 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4685d', endColorstr='#fc8d83');
    background-color: #e4685d;
}


.theme25 {
       -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
            box-shadow: inset 0px 1px 0px 0px #ffffff;

    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6) );
    background: -moz-linear-gradient( center top, #ffffff 5%, #f6f6f6 100% );
    background:  -ms-linear-gradient( top, #ffffff 5%, #f6f6f6 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');
    background-color: #ffffff;

    border: 1px solid #dcdcdc;

    color: #666666 !important;
    text-shadow: 1px 1px 0px #ffffff;
}

.theme25:hover {
    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff) );
    background: -moz-linear-gradient( center top, #f6f6f6 5%, #ffffff 100% );
    background:  -ms-linear-gradient( top, #f6f6f6 5%, #ffffff 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff');
    background-color: #f6f6f6;
}


.theme26 {
       -moz-box-shadow: inset 0px 1px 0px 0px #a4e271;
    -webkit-box-shadow: inset 0px 1px 0px 0px #a4e271;
            box-shadow: inset 0px 1px 0px 0px #a4e271;

    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809) );
    background: -moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
    background:  -ms-linear-gradient( top, #89c403 5%, #77a809 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
    background-color: #89c403;

    border: 1px solid #74b807;

    color: #ffffff !important;
    text-shadow: 1px 1px 0px #528009;
}

.theme26:hover {
    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403) );
    background: -moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
    background:  -ms-linear-gradient( top, #77a809 5%, #89c403 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
    background-color: #77a809;
}


.theme27 {
       -moz-box-shadow: inset 0px 1px 0px 0px #dcecfb;
    -webkit-box-shadow: inset 0px 1px 0px 0px #dcecfb;
            box-shadow: inset 0px 1px 0px 0px #dcecfb;

    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bddbfa), color-stop(1, #80b5ea) );
    background: -moz-linear-gradient( center top, #bddbfa 5%, #80b5ea 100% );
    background:  -ms-linear-gradient( top, #bddbfa 5%, #80b5ea 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bddbfa', endColorstr='#80b5ea');
    background-color: #bddbfa;

    border: 1px solid #84bbf3;

    color: #ffffff !important;
    text-shadow: 1px 1px 0px #528ecc;
}

.theme27:hover {
    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #80b5ea), color-stop(1, #bddbfa) );
    background: -moz-linear-gradient( center top, #80b5ea 5%, #bddbfa 100% );
    background:  -ms-linear-gradient( top, #80b5ea 5%, #bddbfa 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b5ea', endColorstr='#bddbfa');
    background-color: #80b5ea;
}


.theme28 {
       -moz-box-shadow: inset 0px 1px 0px 0px #efdcfb;
    -webkit-box-shadow: inset 0px 1px 0px 0px #efdcfb;
            box-shadow: inset 0px 1px 0px 0px #efdcfb;

    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfbdfa), color-stop(1, #bc80ea) );
    background: -moz-linear-gradient( center top, #dfbdfa 5%, #bc80ea 100% );
    background:  -ms-linear-gradient( top, #dfbdfa 5%, #bc80ea 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfbdfa', endColorstr='#bc80ea');
    background-color: #dfbdfa;

    border: 1px solid #c584f3;

    color: #ffffff !important;
    text-shadow: 1px 1px 0px #9752cc;
}

.theme28:hover {
    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bc80ea), color-stop(1, #dfbdfa) );
    background: -moz-linear-gradient( center top, #bc80ea 5%, #dfbdfa 100% );
    background:  -ms-linear-gradient( top, #bc80ea 5%, #dfbdfa 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc80ea', endColorstr='#dfbdfa');
    background-color: #bc80ea;
}


.theme29 {
       -moz-box-shadow: inset 0px 1px 0px 0px #ee97fe;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ee97fe;
            box-shadow: inset 0px 1px 0px 0px #ee97fe;

    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #da3df6), color-stop(1, #b51ed0) );
    background: -moz-linear-gradient( center top, #da3df6 5%, #b51ed0 100% );
    background:  -ms-linear-gradient( top, #da3df6 5%, #b51ed0 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#da3df6', endColorstr='#b51ed0');
    background-color: #da3df6;

    border: 1px solid #d133ed;

    color: #ffffff !important;
    text-shadow: 1px 1px 0px #b115cd;
}

.theme29:hover {
    background:     -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b51ed0), color-stop(1, #da3df6) );
    background: -moz-linear-gradient( center top, #b51ed0 5%, #da3df6 100% );
    background:  -ms-linear-gradient( top, #b51ed0 5%, #da3df6 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b51ed0', endColorstr='#da3df6');
    background-color: #b51ed0;
}

