body{
  text-align: center; /*center hack*/
  font-size:80%;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	/* line-height:1.3em;
	*/ margin:1em 0;
	
}
#container{
  margin: 0 auto; /*center hack*/
  text-align: left;
  padding: 0;
}
.error, #error { 
  background-color: #F0A8A8; 
  border: 1px solid #900;
}
#error{
  margin: 10px;
  display: none;   
}
#error ul {
	list-style: none;
	margin: 0px;
	padding-left: 1em;
	text-indent: -1em;
}
#error li{
  margin-left: 20px;
}
#error p { 
  margin-left: 20px; 
  padding: 0; 
  font-size: .75em; 
  color: #000; 
}
form.afnogform fieldset div.notes {
  float: right;
  width: 32%;
  height: auto;
  margin: 0 0 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 88%;
}
form.afnogform fieldset div.notes h4 {
  background-image: url(../media/icon_info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0 3px 27px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 110%;
}
form.afnogform label.desc {
  line-height: 150%;
  padding: 0 0 1px 0;
  border: none;
  color: #222;
  display: block;
  font-size: 95%;
  font-weight: bold;
}

form.afnogform fieldset {
  margin-bottom: 10px;
}

form.afnogform legend {
  white-space: normal;/*moz- won't wrap*/
  padding: 0 2px;
  font-weight: bold;
}
form.afnogform legend span {
  width: 500px; /*i.e won't wrap <legends>*/
}
form.afnogform label {
  display: block;
  vertical-align: top;
}

form.afnogform label.bool {
  display: inline;
  margin: 5px;
}

form.afnogform fieldset ol {
  margin: 0;
  padding: 0;
}

form.afnogform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
/*hide the financials till they're clicked*/
form.afnogform fieldset li#airfare,form.afnogform fieldset li.finance/*, form.afnogform div#airinfo*/ {
  display: none;
}

form.afnogform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}

form.afnogform fieldset fieldset legend {
  white-space: normal; /*moz- won't wrap*/
  display: inline;
  padding: 0 0 5px;
  font-weight: bold;
  font-size: 95%;
  color: #222;
}

form.afnogform fieldset fieldset label {
  display: block;
  width: auto;
}

form.afnogform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
  /* font-size: 130%; */
}

form.afnogform fieldset fieldset label, form.afnogform fieldset fieldset input.sub {
  margin-left: 23px; /* Width plus 3 (html space) */
}
html>body form.afnogform legend span { width: auto;} /*let moz and webkit and khtml browsers handle themselves.*/
