body {
  padding: 25px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  background-color: #222222;
  color: #EEEEEE;
  margin: 0px;
}
input[type="text"]{
	width:200px;
	height:25px;  
	border:1px solid #777777;
	border-radius: 4px;
	background:#333333;
	margin: 2px 2px;
	color: #EEEEEE;
}
textarea{
  width:250px;
  height:50px; 
  border:1px solid #777777;
  border-radius: 4px;
  background:#333333;
  margin: 2px 2px;
  color: #EEEEEE;
}

td {
    padding-left: 10px; /* 左边距 */
    padding-right: 10px; /* 右边距 */
}
.notice {
    margin: auto;
    top: 25vh;
    width: 50vw;
    border: 10px solid;
    border-image-source: url(/images/notice.png);
    border-image-repeat: repeat;
    border-image-slice: 30 100 fill;
    border-image-width: 15px 50px;
}
.mlink {
            color: #bbbbbb;
            margin-top: 170px;
            text-align: center;
            font-size: 12px;
}
.bottomRight {
            margin-top: 0px;
            text-align: right;
            color: #777777;
            font-size: 12px;
}
.import {
  color: #ADFF2F;
}
.board {
  color: #EE2323;
}
.tip {
  color: #00EEEE;
}
.center
{
  color: #FFFFFF;
  text-align: center;
  margin:5px;
  font-size: 14px;
}
.cor {
  text-align: right;
  margin:5px;
  font-size: 12px;
}
.hr {
	border:1 solid #777777;
}
.lbutton {
  color: #222222;
  background-color: #DD6E00;
  border: none;
  border-radius: 2px;
  font-size: 14px;
  padding: 2px 5px;
  margin: 2px 2px;
  cursor: pointer;
}
.button {
    background-color: #DD6E00;
    border: none;
    border-radius: 4px;
    color: #222222;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 2px 2px;
    cursor: pointer;
}
ul.vbar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100px;
    background-color: #222222;
    position: fixed;
    height: 100%;
    overflow: auto;
}

ul.vbar li a {
    display: block;
    color: #EEEEEE;
    padding: 8px 16px;
    text-decoration: none;
}

ul.vbar li a:hover {
    background-color: #46c4f3;
    color: white;
}

ul.hbar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #222222;
    overflow: auto;
}

ul.hbar li {
    float: left;
}

ul.hbar li a {
    display: block;
    color: #EEEEEE;
    padding: 8px 16px;
    text-decoration: none;
}

ul.hbar li a:hover {
    background-color: #46c4f3;
    color: white;
}