.text-box {
  background: #FFFDF4;
  border: 2px solid #D2BA85;
  border-radius: 5px;
  color: #0C2245;
  font-size: 14px;
  height: 25px;
  line-height: 30px;
  text-align: left;
  margin-right: 10px;
  width: 450px;
}
.select-box {
  background: #FFFDF4;
  border: 2px solid #D2BA85;
  border-radius: 5px;
  color: #0C2245;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  text-align: left;
  margin-right: 10px;
}
.easy-select-box{
  background: #fffdf4;
  border: 2px solid #d2ba85;
  border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
  text-align:left;
  font-size:12px;
  color:#0c2245;
  margin-right:5px;
}
.easy-select-box .esb-displayer{
  background: url(img/common/select-box-arrow.png) no-repeat right top;
	color:#0c2245;
	cursor: default;
  height: 30px;
	line-height:30px;
	padding:0 3px;
	text-indent: 5px;
  width: 470px;
}
.easy-select-box .esb-displayer:hover {
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=80)';
  opacity: .8;
}
.easy-select-box:hover .esb-displayer{
	text-decoration:none;
}
.easy-select-box.disabled .esb-displayer,
.easy-select-box:hover.disabled .esb-displayer{
	background-position: 0 -36px;
}
.easy-select-box .esb-dropdown{
  background: #fff;
  border: 1px solid #ccc;
  display: none;
  max-height: 200px;
  overflow: auto;
  position: absolute;
  z-index: 999;
	width: 200px;
}
.easy-select-box  .esb-item{
	padding:3px;
	background:#fffdf4;
	color:#0c2245;
	cursor:default;
}
.easy-select-box .esb-item:hover{
	background:#d2ba85;
	color:#FFFFFF;
	text-decoration:none;
}
.key_sub {
	display:inline-block;
}
.form {
	display:inline-block;
	vertical-align: middle;
	margin-bottom: 10px;
}
.key_descript {
	display: inline-block;
	margin: 5px 0px;
	font-size: 90%;
	color: #545454;
}
.highlight {
	display: inline;
	background-color: yellow;
}
.page {
	text-align: right;
	font-size: 90%;
	color:#5F5F5F;
}
.no_key {
	margin-left: 10px;
	margin-bottom: 0px;
}