html, body {
    background-color: white;
}

* {
    margin: 0;
    padding: 0;
}
ul, li {
}

a {
    color: black;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    color: #333;
}
a img {
    border: none;
}

#menu {
    margin: 1em 1em;
}

#menu li {
    padding-left: 12px;
    background: url(images/arrow.gif) 2px center no-repeat;
    display: inline;
}
#menu #current {
    text-decoration: underline overline;
}

h2 {
    font-size: 1.1em;
    margin-left: 0.5em;
}
h2 span {
    font-size: 0.9em;
    font-weight: normal;
    margin-left: 2em;
}

form {
    margin: 1em;
}
form #sz legend {
    display: none;
}
form fieldset#sz {
    border: none;
    text-align: center;
}

#mainInput {
    width: 40em;
    text-align: center;
}

#smileysList {
    list-style: none;
}
#smileysList li {
    list-style: none;
    float: left;
    margin: 0.5em;
    padding: 0.5em;
    border: 1px solid #111;
    position: relative;
    min-width: 6em;
    _width: 6em;
}
#smileysList li h5 {
    position: relative;
    top: -1.3em;
    padding: 0 0.3em;
    background-color: white;
	font-size: xx-small;
}
#smileysList li li {
    float: none;
    margin: 0;
    padding: 0;
    border: none;
}

#smileysList label {
    width: 7em;
    display: block;
    float: left;
}

#smileysList input {
    width: 15em;
}

#smileysList.noinput li li {
    float: left;
    margin: 0;
    padding: 0;
    min-width: 0;
    _width: 0;
}
#smileysList.noinput li li a {
    letter-spacing: -1000em;
    display: block;
    margin: 0 2px;
    height: 11px;
    width: 15px;
    background: center left no-repeat;
    text-indent: -1em;
}
/*\*/html>body #smileysList.noinput li li a {
    letter-spacing : normal;
    text-indent : -999em;
    overflow : hidden;
}

#smileysList.noinput .SZ_bb {
    background-image: url(images/bbcode.gif);
}
#smileysList.noinput .SZ_bb2 {
    background-image: url(images/bbcode2.gif);
}
#smileysList.noinput .SZ_html {
    background-image: url(images/html.gif);
}
#smileysList.noinput .SZ_url {
    background-image: url(images/url2.gif);
}
#smileysList.noinput .SZ_mdnet {
    padding-left: 16px;
    letter-spacing: normal;
    text-indent: 0;
    background-image: url(images/mdnet.gif);
    font-size: 10px;
    width: 2.5em;
    height: 1.2em;
    color: black;
    text-decoration: none;
}

div {
    clear: both;
}

em.count {
    font-weight: bold;
    font-style: normal;
}


#copyrights p {
    text-align: center;
}
#footer p {
    text-align: right;
	font-size: 0.7em;
}
