.bginput{
  background:url('../../images/common/input_bg.gif') #FDFDFD fixed no-repeat;
  background-repeat:repeat-x;
  font-family:MS Shell Dlg,Tahoma,sans-serif,Verdana,Arial,Helvetica,sans-serif;
  font-size:11px;
  border:1px solid #9D9D9D;
}

input.black_button{
  background:url('../../images/common/input_black_bg.gif');
  background-repeat:repeat-x;
  font-size:14px;
  font-weight:bold;
  font-family:"Microsoft JhengHei", "Kozuka Mincho Pro";
  width:120px;
  height:30px;
  padding:1px 3px 1px 3px;
  margin-bottom:1px;
  cursor:pointer;
  border-top:1px solid #EEEEEE;
  border-left:1px solid #EEEEEE;
  border-bottom:1px solid #999999;
  border-right:1px solid #999999;
}

input.blue_button{
  background:url('../../images/common/input_blue_bg.gif');
  background-repeat:repeat-x;
  font-size:14px;
  font-weight:bold;
  font-family:"Microsoft JhengHei", "Kozuka Mincho Pro";
  color:white;
  width:120px;
  height:30px;
  padding:1px 3px 1px 3px;
  margin-bottom:1px;
  cursor:pointer;
  border-top:1px solid #99CCFF;
  border-left:1px solid #99CCFF;
  border-bottom:1px solid #115599;
  border-right:1px solid #115599;
}

input.green_button{
  background:url('../../images/common/input_green_bg.gif');
  background-repeat:repeat-x;
  font-size:14px;
  font-weight:bold;
  font-family:"Microsoft JhengHei", "Kozuka Mincho Pro";
  color:#666666;
  width:120px;
  height:30px;
  padding:1px 3px 1px 3px;
  margin-bottom:1px;
  cursor:pointer;
  border-top:1px solid #E9E9C1;
  border-left:1px solid #E9E9C1;
  border-bottom:1px solid #98A574;
  border-right:1px solid #98A574;
}

.form-input {
  font-family: georgia, verdana, arial, sans-serif;
  color: #666;
  font-size: small;
  font-weight: normal;
  padding-top: 5px;
  line-height: 140%;
  padding: 5px 5px 5px 5px;
}

.form-input ul {
  font-family: georgia, verdana, arial, sans-serif;
  padding-left: 10px;
  overflow: hidden;
  line-height: 16px;
  white-space: nowrap;
  text-overflow: clip;
}

.form-input-submit {
  padding-right: 15px;
  margin-top: 2px! important;
  padding-left: 0px;
  float: center;
  padding-bottom: 0px;
  width: 300px;
  padding-top: 5px;
  text-align: center;
}
