html { height: 100%; margin: 0; padding: 0; }
body {
    background: #fff;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 12px;
    line-height: 1;
    margin: 0; padding: 0;
}

#wrap {
    margin: 0 auto;
    width: 600px; height: 600px;
    background: url('me2virus.gif') center center no-repeat;
}
.load {
    position: absolute;
    background: url('load.gif') center 350px no-repeat;
    width: 600px; height: 600px;
}

p {
    font-size: 15px;
    line-height: 2;
    padding: 0 50px;
}

.root a {
    color: #d00 !important;
}
.node {
    cursor: pointer;
}
.node a {
    text-decoration: none;
}
.node .info {
    display: none;
    text-align: right;
    font-weight: normal;
    font-size: 11px;
    color: #000;
}
.selected .info, .node.hover .info, .node:hover .info {
    display: block;
}
.selected {
    font-weight: bolder;
}
.ignored {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
.root, .ignored.hover, .ignored:hover {
    opacity: 1 !important;
    -moz-opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

form {
    margin: 20px 0;
    text-align: center;
}
form label {
    color: #999;
}
form input {
    font-size: 15px;
    width: 400px;
    border: 3px solid #999;
    padding: 0 2px;
    font-family: 'Trebuchet MS', sans-serif;
}
form input:focus {
    border-color: #000;
    outline: none;
}
form button {
    .padding-top: 3px;
}

