/* CSS Document */
#submitButton{margin-left: 30px;}
form.cmxform {
width: 550px;
}
form.cmxform fieldset {
  margin-bottom: 10px; border: 0;
}
form.cmxform legend {
  padding: 5px 2px;
  color: #3399CC;
  border-bottom: #64c733 dashed 1px;
  font-family:Verdana, Arial, Helvetica, sans-serif; font-size: .9em;
}
form.cmxform label {
  width: 230px; 
  text-align: left;
  float: left;
  margin-right: 0.5em;
  display: block;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px 0;
  margin: 0;
  clear: both;
  width: 550px;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}

form.cmxform input.checkbox {width: 20px !important;}
form.cmxform input {width: 300px !important;}
form.cmxform .smlfields input {width: 150px !important; }
*html form.cmxform input {width: 299px !important}
form.cmxform input#submitButton {width: 80px !important;}
#booking-form input#submitButton {width: 150px !important; float: right; margin-top: 20px; }

form.cmxform select {width: 307px; float: right; margin-right: 7px;}
form.cmxform textarea {width: 540px; margin-bottom: 15px;}
*html form.cmxform textarea {margin-left: -30px !important;}
form.cmxform label.descriptionlabel {width: 550px; padding-top: 10px; padding-bottom: 10px; font-weight: bold; }
form.cmxform p {font-size: 12px; padding-bottom: 5px;}
*html form.cmxform input#file1 {margin-left: -30px;}
*html form.cmxform input#file2 {margin-left: -30px;}
*html form.cmxform input#file3 {margin-left: -30px;}

html>body form.cmxform input#file1 {*margin-left: -30px;}
html>body form.cmxform input#file2 {*margin-left: -30px;}
html>body form.cmxform input#file3 {*margin-left: -30px;}

/*booking form*/
#bookingform .button {width: 80px !important;  } 
#bookingform .buttonlong {width: 150px !important; margin-left: 220px;  } 
form.cmxform .attendee div { width: 130px !important; float: left;   }
form.cmxform .attendee input { width: 120px !important; }
form.cmxform .attendee .button { margin-top: 14px; }

.linkbutton { color: #1b75bc; text-decoration: none; border-bottom: none; }
.linkbutton:hover { cursor: pointer;} 
