

/* FROM LOGIN!!!! */

body {
    background: #eee;
    color: #333;
    font-family: Verdana, sans-serif;
    font-size: 10px;
    padding-bottom:30px;
    text-align: center;
}
h2 {
    font-family: Georgia, serif;
    color: #444;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}
.version {
    text-align: right;
    color: #444;
    font-weight: bold;
    margin:  3px 0 12px;
    display: block;
    font-size: 10px;
    padding: 0;
}
h3 {
    font-weight: bold;
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
}
a {
    text-decoration: none;
    border-bottom: 1px dotted black;
    color: #333;
}

input {
    font-size: 10px;
    font-family: Verdana, sans-serif;
    color: #333;
}

input.wide {
    width: 200px;
}

td {
    font-family: Verdana,sans-serif;
    font-size: 10px;
    padding-right: 10px;
}

#pagewrap {
    width: 960px;
    margin-left: 10px;
}

#input-table {
    margin-left: auto;
    margin-right: auto;
}
#input-table td.action-area {
    padding: 10px;
}

.container {
    text-align: left;
    width: 500px;
    margin: auto;
}
.container .tl {
    background: transparent url(bg-container2.gif) left top no-repeat;
    height: 30px;
}
.container .tr {
    background: transparent url(bg-container2.gif) right top no-repeat;
    height: 30px;
    width: 15px;
    float: right;
}
.container .bl {
    background: transparent url(bg-container2.gif) left bottom no-repeat;
    height: 10px;
}
.container .br {
    background: transparent url(bg-container2.gif) right bottom no-repeat;
    height: 10px;
    width: 15px;
    float: right;
}
.container .m {
    padding: 0 10px;
    padding-bottom: 5px;
    background: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.container-header {
    padding: 16px 0 7px 0;
    margin-bottom: 5px;
    background: transparent url(login-header.gif) center top no-repeat;
}
.container-header h2 {
    width: 478px;
    margin-top: 30px;
    padding: 0;
    text-align:center;
    font-size:16px;
    font-family: Georgia, serif;
}
.content-text {
    padding: 5px 25px 10px 25px;
}
.content-text ul {
    padding-left:15px;
    margin-left:5px;
    margin-top: 7px;
    margin-bottom: 7px;
}
.content-text ul li {
    vertical-align: bottom;
}
label.key {
    font-weight:bold;
}
.submit {
    width: 50px;
    height: 20px;
    margin-top: 20px;
}
.announcement {
    margin: 15px auto 30px;
}