html {
    height: 100%;
    margin:0;
}
body {
    margin: 0;
    padding: 0;
	background-color: #CCC;
	background:url(http://ww2.zingled.com/images/space.jpg);
    height: 100%;
    font-family: Arial, sans-serif;
	}
#header {
    padding: 0.5em;
    background:url(images/bg1.png);
	height: 60px;
	background-repeat: x;
    border-bottom: 0px solid #666666;
}
#logo {
    margin: 0;
    padding: 0;
    float: left;
    font-size: 1em;
    margin-left: .5em;
    margin-right: 2.5em;
}
#logo img {
    display: block;
}

#tagline {
 font-weight: bold;
    font-size: 0.9em;
    position: absolute;
    right: 1em;
    top: 8px;
}
#onlinecount {
    font-weight: bold;
    font-size: 0.9em;
    color: #555;
    position: absolute;
    left: 300px;
    top: 28px;
}
#chatbutton {
    text-align: center;
    margin-bottom: 0.25em;
}
#chatbutton img {
    display: block;
    margin: auto;
    cursor: hand;
    cursor: pointer;
}
img {
    border: 0 none;
}
.logwrapper {
    border: 1px solid #666666;
    border-radius-topleft: 0.5em;
    border-radius-topright: 0.5em;
    -moz-border-radius-topleft: 0.5em;
    -moz-border-radius-topright: 0.5em;
    -webkit-border-top-left-radius: 0.5em;
    -webkit-border-top-right-radius: 0.5em;
    background: white;
	opacity:.8;
    filter:Alpha(opacity=80);
    /* filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); */
    position: absolute;
    left: 1em;
    right: 1em;
    bottom: 6.5em;
    /* Dimensions for IE: */
    _width: 96%;
    _height: 250px;
}
.logbox {
    position: absolute;
    top: 0.5em;
    bottom: 0;
    left: 0.5em;
    right: 0;
    overflow: auto;
    /* Dimensions for IE: */
    _width: 97%;
    _height: 230px;
}
.controlwrapper {
    position: absolute;
	opacity:.8;
    filter:Alpha(opacity=80);
    /* filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); */
    bottom: 1em;
    left: 1em;
    right: 1em;
    height: 5em;
}
.controltable {
    border-collapse: separate;
    border-spacing: 0;
}
.disconnectbtnwrapper {
    margin-left: 0.5em;
    border: 1px solid #666666;
    border-radius-bottomright: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
    -webkit-border-bottom-right-radius: 0.5em;
}
.disconnectbtn {
    font-family: sans-serif;
    font-size: 1em;
    width: 7em;
    height: 5em;
    padding: 0;
    margin: 0;
    border: 0 none;
    border-radius-bottomright: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
    -webkit-border-bottom-right-radius: 0.5em;
}
.sendbtnwrapper {
    margin-left: 0.5em;
    border: 1px solid #666666;
}
.sendbtn {
    font-family: sans-serif;
    font-size: 1em;
    background: #00a2ff;
    width: 7em;
    height: 5em;
    padding: 0;
    margin: 0;
    border: 0 none;
}

.sendbtn2 {
    font-family: sans-serif;
    font-size: 1em;
    background: #ffffff;
	color: #000000;
    width: 7em;
    height: 3.0em;
    padding: 0;
    margin: 0;
    border: 0 none;
}

a {
color: #00a2ff;
}

.disconnectbtn2 {
    font-family: sans-serif;
    font-size: 1em;
	background: #000000;
	color: #ffffff;
    width: 7em;
    height: 2.0em;
    padding: 0;
    margin: 0;
    border: 0 none;
    border-radius-bottomright: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
    -webkit-border-bottom-right-radius: 0.5em;
}

.chatmsgcell {
    width: 100%;
}
.chatmsgwrapper {
    background: white;
    border: 1px solid #666666;
    height: 4.5em;
    padding: 0.25em;
    overflow:hidden;
	border-radius-bottomleft: 0.5em;
    -moz-border-radius-bottomleft: 0.5em;
    -webkit-border-bottom-left-radius: 0.5em;
}

.chatmsg {
    width: 100%;    
    background: white;
    font-family: sans-serif;
    font-size: 1em;
    border: 0 none;
    padding: 0;
    margin: 0;
    height: 4.5em;
    font-size: 1em;
    overflow: auto;
	border-radius-bottomleft: 0.5em;
    -moz-border-radius-bottomleft: 0.5em;
    -webkit-border-bottom-left-radius: 0.5em;
}


textarea:focus {
    outline: none;
}
