.formBlock {
  width: 100%;
  margin-top: 10px;
  clear: both;
}
.formElementTitle {
  font-weight: bold;
  margin-bottom: 3px;
}
.formElementDescription {
  
}
.formButton {
  margin: 10px 5px 0px 0px;
  padding: 1px 10px 1px 10px;
  background: white;
  border: 1px solid #9aaa00;
}
.formHorizontalTitle {
  font-weight: bold;
  font-size: 1.1em;
  width: 100%;
  float: left;
  clear: both;
  margin-top: 10px;
  margin-bottom:10px;
}
hr.formHorizontalLine {
  display: none;
}
table.formTable {
  width: 30px;
  float: left;
  display: inline;
}
td.formTableCell[valign=middle] {
  display:none;
}
.formInputTextArea {
  float: left;
  clear: both;
  margin-bottom: 20px;
}


form.tableform {
  margin:0px;
  padding:0px;
}

form.tableform .button {
  margin:0px;
  width:50px;
  font-size:x-small;
}

h3.signup {
  float:left;
  clear: right;
}
h4.signup {
  float:left;
}
.receipt {
  font-weight: bold;
  float: left;
  clear: both;
}
.leadin 
{
  display:inline;
  width:120px;
  float:left;
  clear: left;
  padding-top:2px;
}

.leadout {
  display:inline;
  clear: right;
  margin-left: 2px;
}

.info
{
  height: 20px;
  font-weight:bold;
  color:#333333;
}

.split {
  clear:both;
  width: 100%;
  height:4px; 
  border-bottom: 1px solid rgb(129,134,76);
  margin-top: 0px;
  margin-bottom: 4px;
}

 .input 
{
} 

.field
{
  background-color: white;
  padding:0px;
  margin: 2px 0px 2px 0px;
} 

.input .field.text {
  width:220px;
}
.input .field.text_short {
  width:80px;
}
.input .field.textarea { 
  width:220px;
}
.input .field.error {
  background-color: #ffecec; 
  border-bottom:1px solid red;
  padding: 2px;
}
.input .field.locked 
{ 
  background-color: rgb(228,218,87);
  border-bottom:1px solid black;
  font-weight: bold;
  width: 80px;
}


.input .field.numeric { 
  width:30px;
}
.button { 
  border: 1px solid rgb(129,134,76);
  width:100px; 
  margin-right:10px;
}
.button_image {
  margin-right: 10px;
}
.buttons {
  
}
.file{ 
  border: 1px solid rgb(129,134,76);
}

.error { 
  border:1px solid red; 
  padding:10px; 
  background-color:#ffecec;
}


.grouptable {
  border-collapse: collapse;
}

tr {
  vertical-align: top;
}

.hotell_fields {
  width: 410px;
}

.hotell_fields div {
   display: inline;
}
.hotell_fields .input {
  margin-right: 10px;
}