#pm-wrapper {
    margin: 5px;
    position: relative;
}
#pm-wrapper a:hover {
    border-bottom: medium none;
}
#pm-wrapper p {
    text-indent: 0;
}
#pm-header {
    color: #666666;
    line-height: 20px;
    margin: 3px;
    padding: 0;
}
#pm-menu {
    border-bottom: 1px solid #EEEEEE;
    margin: 15px 0;
    padding: 4px 0;
    width: 100%;
}
#pm-menu a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #F8F8F8;
    border-color: #EEEEEE #EEEEEE -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    margin-right: -1px;
    padding: 8px 15px;
}
#pm-menu a.current {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #28B779;
    padding-bottom: 9px;
}
#pm-notify {
    background: none repeat scroll 0 0 #FFFCEF;
    border: 1px solid #FFBB76;
    border-radius: 2px 2px 2px 2px;
    color: #DB7C22;
    font-size: 14px;
    padding: 3px 10px;
}
#pm-content {
    height: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0;
    width: 100%;
}
#pm-content p, #pm-content form {
    margin: 5px;
}
#pm-content hr {
    margin-bottom: 5px;
    margin-right: 5px;
    margin-top: 5px;
}
#pm-content .pmtext p {
    margin-left: 0;
}
#pm-content textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 2px 2px 2px 2px;
    height: 200px;
    padding: 5px;
    width: 80%;
}
#pm-content input[type="text"] {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 2px 2px 2px 2px;
    padding: 5px;
    width: 50%;
}
#pm-content input[type="submit"] {
    background: none repeat scroll 0 0 #1BA1E2;
    border: medium none;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: "Open Sans","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",Arial,Verdana,Tahoma,sans-serif;
    font-size: 14px;
    margin-top: 10px;
    min-width: 100px;
    padding: 8px 15px;
}
#pm-content input[type="submit"]:hover {
    background: none repeat scroll 0 0 #9B59B6;
}
#pm-content table {
    border: 0 none;
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}
#pm-content th, #pm-content td {
    border: 1px solid #E1E1E1;
    line-height: 20px;
    padding: 5px 1%;
    vertical-align: top;
    white-space: pre-line;
}
#pm-content th {
    color: #888888;
}
#pm-content .trodd0 {
}
#pm-content .trodd1 {
    background-color: #F8F8F8;
}
#pm-content img {
    margin-bottom: 5px;
    margin-top: 5px;
    max-width: 400px;
}
#pm-content td.pm-sender {
    line-height: 20px;
    text-align: center;
}
#pm-content td.pm-sender .avatar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 30px 30px 30px 30px;
    margin: 5px;
}
#pm-content a {
    color: #28B779;
}
#pm-content a.pm-delete {
    color: #E82C0C;
}
#pm-content a:visited {
    color: #888888;
}
#pm-content a:hover {
    color: #FF7200;
    text-decoration: underline;
}
#pm-content small {
    color: #999999;
    font-size: 12px;
    padding: 0;
}
#pm-content blockquote {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #666666;
    color: #666666;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 5px;
    width: 90%;
}
#pm-content hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #EEEEEE -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: medium none;
    border-style: solid none none;
    border-width: 1px medium medium;
    height: 0;
}
pre.code {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #CCCCCC;
    font-size: 95%;
    overflow: auto;
    padding: 5px;
    white-space: pre-wrap;
    width: 90%;
}
#pm-footer {
    border: 1px solid #666666;
    color: #666666;
    font-size: 10px;
    text-align: center;
    width: 100%;
}
#pm-footer a, #pm-footer a:hover, #pm-footer a:visited {
    color: #666666;
    text-decoration: underline;
}
#results {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #666666;
    display: none;
    position: absolute;
    width: 250px;
}
#results ul, #results li {
    border: 0 none;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#results li {
    border-top: 1px solid #666666;
}
#results li a {
    color: #666666;
    display: block;
    font-weight: normal;
    padding: 5px;
    text-decoration: none;
}
#results li a:hover {
    background: none repeat scroll 0 0 #666666;
    color: #FFFFFF;
}