body{
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #d9cb9e;
    color: #464237;
}
a {
    color: #dc3522;
    text-decoration: none;
}
p, h1, form, button{
    border: 0;
    margin: 0;
    padding: 0;
}
div#regform{
    margin: 0 auto;
    width: 400px;
    padding: 20px;
    border: solid 2px #c5b78a;
    background: #eee5c7;
    box-shadow: 3px 3px 4px #cbbc8d;
    -moz-box-shadow: 3px 3px 4px #cbbc8d;
    -webkit-box-shadow: 3px 3px 4px #cbbc8d;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
div#regform h1 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}
div#regform p{
    font-size: 11px;
    margin-bottom: 20px;
    border-bottom: solid 1px #c5b78a;
    padding-bottom: 10px;
}
div#regform label{
    display: block;
    font-weight: bold;
    text-align: right;
    width: 150px;
    float: left;
}
div#regform small{
    color: #8e8462;
    display: block;
    font-size: 11px;
    font-weight: normal;
    text-align: right;
}
div#regform input[type="text"], div#regform input[type="password"], div#regform input[type="file"] {
    float: left;
    background: #fbf7e8;
    padding: 5px;
    border: 1px solid #c5b78a;
    width: 200px;
    margin: 2px 0 20px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
div#regform input[type="submit"]{
    padding: 5px 20px;
    border: 0;
    margin-left: 160px;
    background: #374140;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
div.clear {
    clear: both;
}
div.message {
    background: #ddd;
    width: 420px;
    padding: 10px;
    margin: 10px auto;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 3px 3px 4px #cbbc8d;
    -moz-box-shadow: 3px 3px 4px #cbbc8d;
    -webkit-box-shadow: 3px 3px 4px #cbbc8d;
}
div.error {
    background: url('../pics/icon_error.png') #dc3522 no-repeat center left;
    color: #fff;
    text-indent: 20px;
}
div.notice {
    background: #374140;
    color: #fff;
    text-indent: 20px;
    background: url('../pics/icon_notice.png') #374140 no-repeat center left;
}


table.get_array {
    width: 400px;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px auto;
}
table.get_array tr:nth-child(odd) {
    background: #f4f4f4;
}
table.get_array td {
    padding: 5px;
    border: 1px dotted #ddd;
    vertical-align: top;
}
table.get_array th {
    background: #ddd;
    text-align: left;
    padding: 5px;
    border: 1px solid #ddd;
}
table.get_array tr td table {
    margin: 0;
}
table.get_array tr td:first-child {
    width: 100px;
}

div#content {
    width: 440px;
    margin: 0 auto;
}

div#header {
    width: 400px;
    margin: 20px auto;
    background: #374140;
    padding: 20px;
    box-shadow: 3px 3px 4px #cbbc8d;
    -moz-box-shadow: 3px 3px 4px #cbbc8d;
    -webkit-box-shadow: 3px 3px 4px #cbbc8d;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
div#header a {
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 20px 0 0;
    color: #fff;
}
div#header a:hover {
    padding-bottom: 2px;
    border-bottom: 2px solid #5c6867;
}
div#navbar {
    width: 400px;
    margin: 0 auto;
    padding: 20px;
    text-align: right;
}