@charset "UTF-8";

body, h1, h2, h3, h4, div, p,
address, ol, ul, li, dl, dt, dd, form, img, table {
    margin: 0;
    padding: 0;
    list-style: none;
    font-style: normal;
}

body {
    background: #000 url("/resources/images/bg.png");
    text-align: center;
    padding: 10px 0;
}

img {
    border: 0;
}

div#layout {
    color: #333;
    background: #FFF;
    width: 760px;
    margin: 0 auto;
    text-align: left;
    line-height: 1.5;
}

h2 {
    color: #FF348A;
    margin: 8px;
    padding: 0 8px;
    border-left: solid 8px #FF348A;
    border-bottom: dashed 1px #FF348A;
}

p, ul, dl {
    margin: 16px;
}
ul.hasMark li {
    list-style: disc;
}
ul.hasMark li {
    margin-left: 16px;
}
dl#recent dt,
dl#recent dd {
    display: inline;
}
dl#recent dt strong {
    color: #FF348A;
}

div#header {
    width: 760px;
    height: 100px;
    background: #AEED00 url("/resources/images/header_bg.png");
}
div#header h1 {
    text-align: center;
    line-height: 100px;
}
div#header h1 a {
    color: #333;
    text-decoration: none;
}

div#display img#data_loading {
    width: 100px;
    height: 100px;
    display: none;
    position: absolute;
    top: 48px;
    left: 184px;
    z-index: 1;
}

p#to_editor {
    width: 200px;
    border: solid 2px #01AFEF;
    background: #FFF url("/resources/images/form_bg.png");
    padding: 10px 0;
    margin: 0 auto;
    text-align: center;
}

p#uploader {
    text-align: center;
}
div#editor {
    clear: both;
    width: 700px;
    margin: 0 auto;
}
div#editor h3 {
    clear: both;
    background: #E0E0FF;
    border-left: solid 8px #C4C4FF;
    padding: 0 4px;
    margin-bottom: 8px;
}
div#editor div#questions_container {
    float: left;
    width: 350px;
}
div#editor ol#questions li {
    margin-left: 10px;
    cursor: pointer;
}
div#editor ol#questions li div {
    background: #CFC;
    border-bottom: solid 1px #0C0;
    padding-left: 2px;
    margin-bottom: 2px;
}
div#editor ol#questions li.hover div {
    background: #DFD;
}
div#editor div#questions_container p#questions_help {
    display: none;
    font-size: 80%;
}

input#title {
    width: 250px;
}
input#border {
    width: 50px;
}
input#email {
    width: 250px;
}

div#editor table#form {
    float: left;
    width: 350px;
}
div#editor table#form th {
    text-align: right;
}
div#editor table#form td.buttons {
    text-align: center;
}
div#editor table#form td.buttons input {
    padding-right: 10px;
    padding-left: 10px;
}
div#editor table#form td.buttons input#cancel,
div#editor table#form td.buttons input#remove_question {
    display: none;
}

div#general {
    clear: both;
    width: 700px;
    margin: 0 auto;
    text-align: center;
}
div#general table {
    width: 700px;
    margin: 0 auto;
}
div#general table th {
    text-align: right;
}
div#general table td {
    text-align: left;
}

div#publish_container {
    width: 600px;
    margin: 0 auto;
    border: solid 2px #01AFEF;
    background: #FFF url("/resources/images/form_bg.png");
    padding: 10px 0;
    text-align: center;
}
div#publish_container table {
    width: 500px;
    margin: 0 auto;
}
div#publish_container table th {
    text-align: right;
}
div#publish_container table td {
    text-align: left;
}
div#publish_container p#now_loading {
    display: none;
}
div#publish_container p#tag_area {
    display: none;
}

address {
    clear: both;
    background: #AEED00 url("/resources/images/footer_bg.png");
    text-align: center;
    margin-top: 8px;
    padding: 8px 0;
}
