﻿form.styleform {
	font-size: 100%;
	color: #333;
	}

form.styleform fieldset {
  margin-bottom: 10px;
  	border: none;
	border-top: 1px solid #CCFF99;
}
form.styleform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.styleform label {
  display: -moz-inline-block;
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  font-size: 90%;
  text-align:right;
  padding-right:8px;
}
form.styleform fieldset ol {
  margin: 0;
  padding: 0;
}
form.styleform fieldset li {
  list-style: none;
  margin: 0;
  padding: 5px 10px 7px;
	background: url("../images/form_separate_1px.gif") left bottom repeat-x;

}
form.styleform fieldset fieldset{
	background: none;
  border: none;
  margin: 3px 0 0;
}

form.styleform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.styleform fieldset fieldset label {
  display: block;
  width: auto;
}
form.styleform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.styleform label {
  width: 200px; /* Width of labels */
}
form.styleform fieldset fieldset label {
  margin-left: 203px; /* Width plus 3 (html space) */
}
.rightnote {
	margin-left: 203px; /* Width plus 3 (html space) */
  display: -moz-inline-block;
  display: inline-block;

}


