/******************************************
 * General table layout
 ******************************************/
.requestForm {
  width: 570px;
}
 
table.rooms {
  border-bottom: 1px solid #999;
  margin: 8px 0px 8px 0px;
}

table.rooms tr td {
  font-size: 11px;
  padding: 4px;
}

table.rooms tr td.date {
 font-weight: bold; 
 
}

table.rooms tr.header td {
  background: #eee;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  font-weight: bold;
}

/* billing info */
#Billing {
  padding: 8px 0px 24px 0px; 
}
#Billing label {
  float: left;
  width: 140px;
  padding-top: 2px;
  
/*margin-top: 8px;*/
}

#BillingContent .field_row {
  padding: 4px 0px 4px 0px;
  /* padding: 4px 0px 4px 0px; */
  
}

#Billing input {
  /* margin: 0px 0px 4px 0px; */
  
  margin: 0px;
}

/******************************************
 * Meeting Rooms/Different Venues section
 ******************************************/
div.meeting_comment {
  padding: 16px 0px 8px 0px; 
}
div.pref_row label, div.pref_row input {
  float: left;
}
div.pref_row label {
 margin-top: 4px; 
}
 
div.pref_row label.name {
 width: 120px; 
}

div.pref_row label.comments {
  margin-left: 20px;
  width: 90px;
}

div.audioVisual {
  float: left;
  width: 170px;
}

input.Rate_radio, input.AlternateMeetingDate_radio {
  float:left;
}
div.rate {

  padding: 0px 4px 0px 4px;
  float:left;
    
}

/* group history */
#label_meetingName {
  float:left;
  width: 140px;
}

.groupHistory_comment {
  padding: 4px 0px 8px 0px; 
}

.return_button {
 float:left;
 padding-right: 20px; 
}

#otherHotelsGroup label {
  float: left; 
  width: 140px;
}

.field {
  padding: 4px 0px 4px 0px; 
}

/**
 ** Form CSS 
 **/
 .dateFieldMonth,
 .dateFieldDay,
 .dateFieldYear
 {
  float:left; 
 }

 div.requestForm .dropdownlist,
 div.requestForm input,
 div.requestForm select,
 div.requestForm textarea
 
 {
    font-size: 10px; 
 }
 
 div.requestForm h1 {
  color:#3166AC;
  font-size:12px;
  font-weight:bold;
  margin:4px 0px;
  font-style: normal;
 }
 
 
 .field {
    clear: both; 
 }

