html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, hr,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
button, input[type="text"], input[type="password"], textarea, select {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: transparent;
    vertical-align: baseline;
    font: inherit;
    font-size: 100%;
}

a {
    text-decoration: none;
}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    min-width: 1000px;
    line-height: normal;
    cursor: default;
}

:focus {
    outline: none;
}

blockquote, q {
    quotes: none;
}

q:before, q:after,
blockquote:before, blockquote:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

th {
    text-align: left;
}

th, td {
    vertical-align: top;
}

address, cite {
    font-style: normal;
}

ol, ul, menu {
    list-style: none outside none;
}

li {
    display: block;
}

b, strong {
    font-weight: bold;
}

i, em {
    font-style: italic;
}

sup, sub {
    position: relative;
    font-size: 0.58em;
}

sup {
    top: -0.6em;
}

sub {
    top: 0.6em;
}

a, button {
    cursor: pointer;
}

textarea {
    overflow: auto;
    resize: none;
}

input[type="file"] {
    margin: 0;
}

select {
    border: 1px solid;
}

input[type="radio"],
input[type="checkbox"] {
    vertical-align: text-top;
    position: relative;
    top: -0.2em;
    margin: 3px 3px 3px 0;
}

big {
    font-size: larger;
}

small {
    font-size: smaller;
}

*+html img {
    -ms-interpolation-mode: bicubic;
}

button::-moz-focus-inner {
    padding:0;
    border:0;
}

article, aside, figcaption, figure, footer, header, hgroup, mark, nav, section, time {
    display: block;
}

ul.st-clear {
    margin: 0;
    padding: 0;
    list-style: none outside none;
}

ul.st-clear > li {
    margin: 0;
    padding: 0;
    background: none;
}

.debug {
    background-color: rgba(255, 200, 200, .3) !important;
}

.heading {
    display: block;
}

/* .x-text ********************************************************************/
.x-text {
    position: relative;
    display: inline-block;
    z-index: 0;
    overflow: hidden;
}

.ie7 .x-text {
    display: inline;
    zoom: 1;
}

.x-text input {
    position: relative;
    width: 100%;
    background: url(/img/transparent.png);
    line-height: normal;
    display: block;
}

.x-text input.ph {
    position: absolute;
    z-index: -1;
    width: auto;
}

.x-text .bg {
    top: 0;
    height: 100%;
    z-index: -10;
    background-repeat: no-repeat;
    position: absolute;
}

.x-text .bg.l {
    background-position: 0 0;
    left: 0;
    right: 20px;
}

.x-text .bg.r {
    background-position: 100% 0;
    right: 0;
    width: 20px;
}

/* .x-button ******************************************************************/
.x-button {
    position: relative;
    display: inline-block;
    z-index: 0;
    text-decoration: none;
}

.ie7 .x-button {
    display: inline;
    zoom: 1;
}

.x-button .title {
    position: relative;
    text-align: center;
}

.x-button .bg {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -10;
    background-repeat: no-repeat;
}

.x-button .bg.l {
    left: 0;
    right: 20px;
    background-position: 0 0;
}

.x-button .bg.r {
    right: 0;
    width: 20px;
    background-position: 100% 0;
}

.x-button:hover .bg.l {
    left: 0;
    right: 20px;
    background-position: 0 100%;
}

.x-button:hover .bg.r {
    right: 0;
    width: 20px;
    background-position: 100% 100%;
}


.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/

.clearfix {
    *zoom: 1;
}