.help_center_index {
  float: left;
  margin-left: 10px;
  width: 750px;
  min-height:378px;
}
.detail_help_page {
  border: 1px solid #E5E5E5;
  font-family: verdana;
  font-size: 12px;
  padding: 0 20px 10px;
  min-height: 336px;
}

.detail_help_page ul.page_tool {
  border-bottom: 1px solid #E5E5E5;
  font-size: 12px;
  height: 30px;
  line-height: 32px;
  text-transform: uppercase;
}

.detail_help_page dl {
  font-size: 14px;
  line-height: 21px;
  margin-top: 3px;
}

.detail_help_page dl dt {
  border-bottom: 1px solid #EEEEEE;
  font-weight: 700;
  margin-top: 10px;
  padding-bottom: 10px;
}

.detail_help_page dl {
  font-size: 14px;
  line-height: 21px;
}

.detail_help_page {
  font-family: verdana;
}

.detail_help_page dl dd p {
  font-size: 12px;
  overflow: hidden;
}


.defaultInput {
  -moz-box-sizing: border-box;
  border: 1px solid #CCCCCC;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 2px 2px 2px #EEEEEE inset;
  font-size: 12px;
  margin: 1px 5px;
  padding: 6px;
  width: 240px;
}

.defaultInput:focus {
  border-color: #85C0FF;
  box-shadow: 0 0 6px #85C0FF;
  outline: medium none;
}

.action {
  background: none repeat-x scroll 0 -337px #FF5D00;
  border: medium none;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 5px 12px;
}

.btn {
  border-radius: 6px 6px 6px 6px;
  font-family: Verdana,Arial,sans;
  outline: 0 none;
  overflow: visible;
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
}

.action {zoom:1; font-size:12px; border:none; background:#ff5d00 repeat-x 0 -337px; padding:5px 12px; color:#fff; letter-spacing:1px;