input[type=select] {
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 0px solid #ccc;
    border-radius: 0px;
    box-sizing: border-box;
}

input {
  padding: 6px 10px;
    margin: 4px 0;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-sizing: border-box;
}

input[type="button"] {
  display: block;
  margin: 0;
  //width: 100%;
  font-family: Tahoma;
  font-size: 12px;
  color: #FFFFFF;
  appearance: none;
  font-weight: bold; 
  background-color: #000080;
  box-shadow: none;
  border-radius: none;
}

input[type="submit"] {
  display: block;
  margin: 0;
  //width: 100%;
  font-family: Tahoma;
  font-size: 12px;
  color: #FFFFFF;
  appearance: none;
  font-weight: bold; 
  background-color: #000080;
  box-shadow: none;
  border-radius: none;
}


table{
	border-collapse: collapse;
	border: none;
}


input[type="reset"] {
  display: block;
  margin: 0;
  //width: 100%;
  font-family: Tahoma;
  font-size: 12px;
  color: #FFFFFF;
  appearance: none;
  font-weight: bold; 
  background-color: #000080;
  box-shadow: none;
  border-radius: none;
}

textarea {
border: 1px solid: 0.5px background:#FFFFCC color: #000080;
border-color: #000080;
border-radius: 0px;
border-top-color:inherit; border-right-color:inherit; border-bottom-color:inherit; border-left-color:inherit
}

select {
        height:25px;
        line-height:25px;
        background:#FFFFFF;
        border-radius: 0px;
        // border:solid 2px #BFBDBD;  }