@charset "UTF-8";

body {
background-color: black;
color: white;
font-family: arial, helvetica, sans-serif;
font-size: 10px;
}

a {
color: #AA3333;
text-decoration: none;
}

a:hover {
color: #CC5555;
text-decoration: none;
}

a:visited {
color: #881111;
text-decoration: none;
}

img {
border: 0px;
}

select {
font-size: 10px;
}

input {
font-size: 10px;
}

div.chat {
position: absolute;
top: 12px;
}

div.video {
position: absolute;
top: 12px;
left: 12px;
}

p {
font-size: small;
position: absolute;
left: 12px;
line-height: 0px;
}

#helper {
position: relative;
top: 2px;

width: 16px;
height: 16px;
}

.tip {
border: 1px solid gray;
background-color: white;
color: black;

width: 160px;
}