body {
    color: #333;
    font-size: 16px;
    background-size: cover;
}

#header {
    text-align: right;
    margin-bottom: 20px;
}

#menu {
    font-size: 20px;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid;
}

#menu a {
    padding: 5px 10px;
    background: rgba(153, 153, 153, .6);
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}

#add {
    font-size: 20px;
    text-align: right;
    padding-top: 10px;
}

#add a {
    padding: 5px 10px;
    background: rgba(153, 153, 153, .6);
    border-radius: 5px;
}

#add a:hover {
    padding: 5px 10px;
    background: #999;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}

a {
    color: #333
}

.box {
    width: 80%;
    margin: 50px auto
}

.box .title, .box1 .title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

.box .title a:hover {
    background: #928a8a;
    color: #333;
}

.box table {
    width: 100%;
    margin-top: 15px;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 150%;
    border: 1px solid #333;
    min-width: 460px;
}

.box table th, .box table td {
    height: 40px;
    padding: 5px;
}

.box table th {
    font-weight: normal;
}

.box table td {
    text-align: center;
}

.box a {
    color: #333;
    text-decoration: none;
}

.box a:hover {
    text-decoration: underline;
}

.box h1 {
    text-align: center;
}

.search {
    padding: 10px 0;
    float: left;
    font-size: 12px;
}

.profile-table {
    margin: 0 auto;
    padding: 20px;
}

.profile-table th {
    font-weight: normal;
    text-align: right;
}

.profile-table input[type="text"] {
    width: 220px;
    border: 1px solid #ccc;
    height: 30px;
    padding-left: 4px;
}

.profile-table input[type="password"] {
    width: 220px;
    border: 1px solid #ccc;
    height: 30px;
    padding-left: 4px;
}

.profile-table .button {
    background: rgba(153, 153, 153, .6);
    color: #fff;
    border: none;
    width: 80px;
    height: 25px;
    font-weight: bold;
    margin: 0 5px;
    cursor: pointer;
}

.profile-table .td-btn {
    text-align: center;
    padding-top: 10px;
}

.profile-table th, .profile-table td {
    padding-bottom: 10px;
}

.profile-table td {
    font-size: 14px;
}

.profile-table span {
    color: #ff0000;
    font-size: 24px;
}

.profile-table .txttop {
    vertical-align: top;
}

.profile-table select {
    border: 1px solid #ccc;
    min-width: 80px;
    height: 25px;
}

.profile-table .description {
    font-size: 13px;
    width: 250px;
    height: 60px;
    border: 1px solid #ccc;
}

.desc {
    width: 400px;
    height: 90px;
}

#editor {
    width: 500px;
    height: 200px
}

.box1 {
    width: 80%;
    margin: 50px auto;
}

.box1 .title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.box1 .title a:hover {
    background: #928a8a;
    color: #333;
}

.box1 h2, h1 {
    text-align: center;
}

.box1 a {
    color: #333;
    text-decoration: none;
}

.box1 a:hover {
    text-decoration: underline;
}

.notice {
    border-bottom: 1px dotted;
    padding-bottom: 10px;
}

table {
    background: rgba(255, 255, 255, 0.7);
}