
input {

	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
textarea {

	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.order_but_m {
  margin-left: 125px;
  width: 160px;
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
  background-color: #c8b276;
  font-family: verdana;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
}

.order_but2 {
  margin-left: 120px;
  width: 100px;
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
  background-color: #c8b276;
  font-family: verdana;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
}

.mes_other {
  margin: 10px;
  font-family: verdana;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
.mes_error {
  margin: 10px;
  font-family: verdana;
  font-size: 11px;
  font-weight: bold;
  color: red;
  text-align: center;
}
.mes_ok {
  margin: 10px;
  font-family: verdana;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}







.order_tbl {
  font-family: verdana;
  font-size: 11px;
  color: black;
}
.order_inp {
  width: 95%;
  font-family: verdana;
  font-size: 11px;
  color: black;
}

.mes_g {
  text-decoration: underline;
}

img.border1 {
 border:1px solid #000000;
 padding:2px;
}
img.border2 {
 border:3px solid #000000;
 padding:5px;
}