.updated{
  font: inherit;
  color: red;
}

.updatedC{
  font: inherit;
  color: red;
  text-align: center;
}

.redbold {
  color: red;
  font-weight: bold;
}

.formfieldaddinfo {
  width: 1000px;
  max-width: 90%;
}

.emailbox {
  width: 300px; 
  max-width: 90%;
  height:30px;
  text-transform: lowercase;
}

.textbox {
  width: 300px; 
  max-width: 90%;
  height:30px;
}

.travelbox, .adultsbox, .childrenbox, .undertwobox {
  margin-top: 10px; 
}

	.beds {
		margin: 0 0;
		width: 210px;
	}

	.beds label {
		display: inline-block;
		text-align: right;
		float: left;
	}

	.beds bedone {
		display: inline-block;
		text-align: left;
		float: right;
	}
