a,
img {
  outline: 0;
}
.oneline {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.clear {
  clear: both;
}
body {
  font-family: Arial;
  min-width: 980px;
}
.container {
  width: 980px;
  margin: auto;
}
header {
  border-top: 5px solid #da605a;
  background: url(img/bg_header.png) repeat-x;
  min-width: 980px;
}
header .container {
  height: 135px;
}
header .container a {
  display: block;
  width: 84px;
  height: 95px;
  text-indent: -99999px;
}
header .container a:nth-child(1) {
  background: url(img/menu_1.png) center no-repeat;
  float: left;
  margin-left: 80px;
  margin-top: 15px;
}
header .container a:nth-child(2) {
  background: url(img/menu_2.png) center no-repeat;
  float: left;
  margin-left: 45px;
  margin-top: 15px;
}
header .container a:nth-child(4) {
  background: url(img/menu_3.png) center no-repeat;
  float: right;
  margin-right: 45px;
  margin-top: 15px;
}
header .container a:nth-child(3) {
  background: url(img/menu_4.png) center no-repeat;
  float: right;
  margin-right: 80px;
  margin-top: 15px;
}
header .container a:nth-child(1):hover {
  background: url(img/menu_1_over.png) center no-repeat;
}
header .container a:nth-child(2):hover {
  background: url(img/menu_2_over.png) center no-repeat;
}
header .container a:nth-child(4):hover {
  background: url(img/menu_3_over.png) center no-repeat;
}
header .container a:nth-child(3):hover {
  background: url(img/menu_4_over.png) center no-repeat;
}
header .container a:nth-child(5) {
  position: relative;
  z-index: 9998;
  text-indent: 0px;
  background: url(img/logo_bg.png) no-repeat bottom;
  width: 251px;
  height: 170px;
  text-align: center;
  margin: auto;
}
header .container a:nth-child(5) img {
  position: relative;
  top: 15px;
}
.banner {
  height: 170px;
}
footer {
  line-height: 67px;
  text-align: center;
  margin-bottom: 9px;
  color: #646464;
  font-size: 12px;
}
footer a {
  font-size: 12px;
}
.title {
  margin-top: 21px;
  margin-bottom: 22px;
  display: block;
}
header .container a:nth-child(3) {
  background: url(img/menu_4_over.png) center no-repeat;
}
.banner {
  background: url(img/Inner-Banner-4.jpg) center no-repeat;
}
.editor {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e1e1e1;
}
.form-title {
  font-weight: bold;
  padding-bottom: 16px;
}
.star,
.error-message {
  color: #8f96c6;
}
.error-message {
  width: 404px;
  line-height: 25px;
  margin-bottom: 9px;
}
.error-message p {
  color: #8f96c6;
  line-height: 25px;
  float: none;
  margin-bottom: 0;
}
div.star {
  margin-left: 6px;
}
.form-left {
  float: left;
}
.form-left .label {
  width: 121px;
}
.form-right {
  float: right;
}
.form-right .label {
  width: 56px;
}
input,
textarea {
  border: 1px solid #abadb3;
  padding: 3px 5px;
}
input.error,
textarea.error {
  border: 1px solid #8f96c6;
}
input {
  width: 260px;
  height: 18px;
}
.label {
  line-height: 26px;
}
.row {
  clear: both;
}
.row>* {
  float: left;
  margin-bottom: 9px;
}
.row>span.star {
  float: none;
  margin-bottom: 0px;
}
#valid_code {
  width: 63px;
}
#btn_refresh {
  background: url(img/btn_refresh.png) center no-repeat;
  width: 34px;
  height: 26px;
}
textarea {
  width: 408px;
  height: 123px;
  overflow: auto;
  font-size: 13px;
}
#submit,
#reset {
  width: 87px;
  height: 26px;
}
.buttons {
  margin: auto;
  width: 306px;
}
#submit {
  background: url(img/btn_submit.png) no-repeat;
}
#reset {
  background: url(img/btn_reset.png) no-repeat;
  float: right;
}
.slide {
  position: relative;
  width: 200px;
}
.slide #submit {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.slide span {
  display: block;
  line-height: 25px;
  text-align: center;
  padding-left: 87px;
  border: 1px solid #abadb3;
  border-radius: 6px;
  color: #abadb3;
}
.items {
  margin-bottom: 20px;
}
.items .item {
  padding: 10px 20px 9px 9px;
}
.items .item:nth-child(odd) {
  background-color: #dbe0ff;
}
.items .item:nth-child(even) {
  background-color: #e7eaff;
}
.items .thumbnail {
  border: 1px solid #c4caee;
  float: left;
  margin-right: 12px;
}
.items .item_title {
  line-height: 24px;
  padding: 12px 0;
  width: 830px;
  display: inline-block;
}
.items a.btn_del {
  margin-left: 4px;
  display: inline-block;
  line-height: 16px;
  padding: 16px 0;
  background: url(img/icon_del.png) left center no-repeat;
  width: 64px;
  text-align: right;
  font-weight: bold;
  color: #686f99;
}
.items .hint {
  background-color: #686f99;
  text-align: center;
  color: #dbe0ff;
  line-height: 39px;
  margin-top: 2px;
}
.items .hint a {
  color: #dbe0ff;
  text-decoration: underline;
}
.submitted {
  text-align: center;
  line-height: 200px;
}
