.h3-titleMaterial-style {
  text-align: left;
}

.contentMenu-style {
  font-size: 100%;
  color: #444;
  width: 100%;
  min-height: 20px;
  background: aqua;
}

.titleContact-style {
  line-height: normal;
  text-align: left;
}

.input-fname-style {
  width: 100%;
  border: 2px solid #ccc;
  /*border: 3px solid #444;*/
}

.width-250 {
	width: 250px;
}

 #error_message, #data{
  margin:0 0 5px 0;height: 27px;
}
 /*#error_message, #data{margin:0 0 5px 0;height: 41px;}*/

.select-materials-style {
  padding: 5px 0;
  border: 2px solid #ccc;
}

.font-size-table{
	font-size: 130%;
}

.input-border-style {
  border: 1px solid #ccc;
  /*border: 3px solid #444;*/
}

.submitButton-style {
  float: right;
  cursor: pointer;
  width: auto;
  margin-right: 10px;
  padding: 10px 20px;
  color: #FFFFFF;
  background: #184979;
  border:0;
  border-radius: 10px;
}

.loading-gif-style {
  float: right;
  display: none;
  margin-right: 20px;
}

.clearForm-button-style {
  float: left;
  cursor: pointer;
  width: auto;
  padding: 10px 20px;
  color: #FFFFFF;
  background: #b22d18;
  border:0;
  border-radius: 10px;
  font-size: inherit;
}

.table-postion {
  position:relative;margin-top:-60px;
}