html {
    height: 100%;
    margin:0;
	overflow:hidden

}
body {
    margin: 0;
    padding: 0;
    background: url(images/bg2.png);
    height: 100%;
    font-family: Arial, sans-serif;
	}
#header {
	padding: 5px;
	background:url(images/bg.jpg);
	border-bottom: 1px solid #CCC;
	cursor:pointer;
	height: 100px;
}
#logo {
    margin: 0;
    padding: 0;
    float: left;
    font-size: 1em;
    margin-left: 0px;
    margin-right: 5em;
}
#logo img {
    display: block;
}
#tagline {
    margin: 0;
    padding: 0;
}
#tagline img {
    display: block;
}
#copyright {
        font-weight: normal;
        font-size: 10px;
        color: #000000;
        text-align: center;
}
#onlinecount {
	font-weight: bold;
	font-size: 20px;
	color: #24A3B0;
	position: absolute;
	right: 1.66667em;
	top: 28px;
}
#intro {
    line-height: 1.5;
    margin: 1em;
    margin-right: auto;
    margin-left:auto;
    padding: 0.5em;
    padding-top: 0;
    border: 1px solid #CCC;
    background: white;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
}
#chatbutton {
    text-align: center;
    margin-bottom: 0.25em;
}
#chatbutton img {
    display: block;
    margin: auto;
    cursor: hand;
    cursor: pointer;
}
#aim {
    margin: 0;
    text-align: center;
    font-size: 0.9em;
}
img {
    border: 0 none;
}
.adbox {
	float: right;
	height: 600px;
	width: 160px;
	margin: 8px
}

.logwrapper {margin-right:160px!important;
	border: 1px solid #CCC;
	background-color:#fff;
	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;
	position: absolute;
	left: 16px;
	right: 1em;
	bottom: 6.5em;
		/* Dimensions for IE: */
    _width: 96%;
	_height: 250px;
	}
.logbox {
	position: absolute;
	top: 55px;
	bottom: 0;
	left: 0px;
	right: 0;
	overflow: auto;
	/* Dimensions for IE: */
    _width: 97%;
	_height: 230px;
	padding:10px
}
.controlwrapper {margin-right:160px!important;
    position: absolute;
    bottom: 1em;
    left: 1em;
    right: 1em;
    height: 5em;
	
}
.controltable {
    border-collapse: separate;
    border-spacing: 0;
}
.disconnectbtnwrapper {
    margin-right: 0.5em;
    border: 1px solid #CCC;
    border-radius-bottomleft: 0.5em;
    -moz-border-radius-bottomleft: 0.5em;
    -webkit-border-bottom-left-radius: 0.5em;
}
.disconnectbtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background:url(images/bgbutton.png);
	width: 7em;
	height: 5em;
	padding: 0;
	margin: 0;
	border: 0 none;
	border-radius-bottomleft: 0.5em;
	-moz-border-radius-bottomleft: 0.5em;
	-webkit-border-bottom-left-radius: 0.5em;
	font-weight: bold;
	color: #FFFFFF;
}
.sendbtnwrapper {
    margin-left: 0.5em;
    border: 1px solid #CCC;
    border-radius-bottomright: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
    -webkit-border-bottom-right-radius: 0.5em;
}
.sendbtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background:url(images/sendbutton.png);
	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;
	font-weight: bold;
	color: #FFFFFF;
}
.chatmsgcell {
    width: 100%;
}
.chatmsgwrapper {
    background: white;
    border: 1px solid #CCC;
    height: 4.5em;
    padding: 0.25em;
    overflow:hidden;
}
.chatmsg {
    width: 100%;    
    background: white;
    font-family: sans-serif;
    font-size: 1em;
    border: 0 none;
    height:40px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    overflow: auto;
}
.youmsg .msgsource {
    color: #60c3cd;
    font-weight: bold;
}
.strangermsg .msgsource {
    color: #fe6969;
    font-weight: bold;
}
.statuslog {
    color: #555;
    font-size: 0.9em;
    font-weight: bold;
}
.logitem {
    padding-bottom: 0.5em;
}
textarea:focus {
    outline: none;
}
#feedback label {
    font-size: 0.9em;
    font-weight: bold;
    color: #555;
}
#emailfield {
    position: absolute;
    top: -5000px;
    left: -5000px;
}
#feedback h2 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    padding-left: 20px;
}
#feedback.expanded h2 {
    background: url(/static/feedbackexpanded.png) no-repeat center left;
}
#feedback.collapsed h2 {
    background: url(/static/feedbackcollapsed.png) no-repeat center left;
}
#feedback form {
    margin-left: 20px;
}
#feedback.collapsed form {
    display: none;
}
#ads {
    float: right;
    margin-top: 0.25em;
}
#trafficexchangewrapper {
    position: absolute;
    right: 1em;
    width: 200px;
    float: right;
    margin-top: 1em;
}
#trafficexchange {
    background: white;
}
#trafficexchangelabel {
    text-align: center;
    font-size: 0.8em;
}

#warningshad 
{height:200px;
left:30%;
right:30%;
position:absolute;
top:30px;
width:40%;
background:#ccc;
filter:alpha(opacity=90);
opacity: 0.9;
-moz-opacity:0.9;
}

#warning {
	margin:10px;
	background:#fff;
	padding:10px;
	height:160px;
	font-size: 11px;
}
