﻿/* tagBox - default skin */

html {
overflow-y:no !important;
}

body {
margin:0;
background-color:#000;
}

body,td,th,div {
font-family:Verdana;
font-size:13px;
color:#fff;
vertical-align:top;
text-align:left;
cursor:default
}

#h, #i, #a {
color:#090;
}

div {
overflow:hidden;
word-wrap:break-word /* IE ONLY */
}

a {
color:#0f0;
text-decoration:underline
}

a:hover {
color:#0f0;
text-decoration:none;
cursor: pointer
}

li {
font-size:8px;
color:#0f0
}

.poweredby{
font-size:85%
}

.admin_online{
color:#0f0
}

.admin_offline{
color:#fff
}

.ip{
color:#f00
}

.online{
color:#f00
}

.taga {
border-bottom:1px dotted #090;
background-color:transparent;
padding:1px
}

.taga a {
color:#0f0;
font-size:14px
}

.tagb {
border-bottom:1px dotted #090;
background-color:transparent;
padding:1px
}

.tagb a {
color:#0f0;
font-size:14px
}

img{max-width:150px}

.tagcount{
text-align:center;
margin-top:0;
font-size:10px;
}

.formarea {
text-align:center;
background-color:transparent;
padding-bottom:0;/* IE ONLY */
color:#fff;
margin:0 auto;
width:100%;
}

form{
max-width:250px;
margin: 0 auto;
}

input {
border:1px solid #090;
background-color:#000;
font-weight:bold;
text-align:center;
margin-bottom:1px;
cursor:default;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
color:#fff
}

input.inputname {
width:100%;
cursor:text;
padding-top:3px;
color:#fff
}

input.inputmsg {
width:100%;
cursor:text;
padding-top:3px;
color:#fff
}

input.inputbutton {
width:50%;
background-color:#090;
position:relative;
cursor:pointer;
color:#fff;
padding-top:3px;
float:left;
}

.inputbutton:hover {
background-color:#0f0;
}

.footer {
text-align:center;
color:#2e8b57;
font-size:10px;
text-decoration:underline;
}




