* {
border:0;
text-decoration:none;
outline:none;
margin:0;
padding:0;
}

body {
background:#0f0f0f;
font-family:Arial, sans-serif;
color:#ccc;
}

#wrapper {
width:700px;
margin:30px auto 0;
}

textarea,input {
color:#ccc;
padding:5px;
}

#header {
width:680px;
border:1px solid #0f0f0f;
overflow:hidden;
padding:10px;
}

.left {
width:50%;
float:left;
}

.right {
width:50%;
float:right;
text-align:right;
}

#onlinecount {
font-weight:400;
font-size:12px;
color:#FFF;
}

#intro {
width:680px;
line-height:130%;
border:1px solid #000;
background:#ed008c url(../images/emo-kid.gif) no-repeat bottom left;
color:#0f0f0f;
min-height:360px;
padding:10px;
}

p {
width:350px;
float:right;
margin:10px auto;
}

p#chatbutton {
text-align:right;
clear:both;
cursor:pointer;
margin:40px 75px 0 0;
}

#social {
border:2px solid #000;
background:#FFF;
padding:5px;
width:330px;
float:right;
text-align:center;
margin:70px auto 0;
clear:both;
}

#aim {
text-align:center;
font-size:0.9em;
margin:0;
}

.logwrapper {
border:1px solid #000;
background:#141414;
height:260px;
width:700px;
margin:10px auto;
}

.logbox {
width:700px;
overflow:auto;
height:260px;
padding:5px;
}

.controlwrapper {
width:700px;
}

.disconnectbtnwrapper {
margin-right:5px;
border:1px solid #000;
}

.sendbtnwrapper {
margin-left:5px;
border:1px solid #000;
}

.chatmsgcell {
width:485px;
}

.chatmsgwrapper {
background:#141414;
border:1px solid #000;
height:70px;
padding:5px;
}

.chatmsg {
width:465px;
height:60px;
background:#141414;
font-family:sans-serif;
font-size:1em;
overflow:auto;
}

.youmsg .msgsource {
color:#ed008e;
font-weight:700;
}

.strangermsg .msgsource {
color:#6d6e72;
font-weight:700;
}

.statuslog {
color:#ccc;
font-size:0.9em;
font-weight:700;
}

.logitem {
padding-bottom:0.5em;
}

textarea:focus {
outline:none;
}

.inconversation #adwrapper {
display:none;
}

.inconversation .logwrapper {
width:600px;
}

#footer {
width:660px;
font-size:11px;
margin:10px auto;
}

#footer a:link,#footer a:visited {
color:#ed008e;
}

#footer a:hover {
color:#CCC;
}

.disconnectbtn,.sendbtn {
font-family:sans-serif;
font-size:16px;
background:#ed008e;
width:100px;
height:80px;
}