@charset "utf-8";
/* CSS Document */

body {
	color:#666;
	font-family:Helvetica, "Trebuchet MS", sans-serif;
	font-size:75%;
	padding:0;
	}

/*FORMS BEGIN*/

form#formstyle fieldset {
  margin-bottom: 10px;
  padding:10px;
  border:#CCC thin dotted;
}
form#formstyle legend {
  padding: 0 2px;
  font-weight: bold;
  color:#666;
}
form#formstyle label {
  display: inline-block;
  line-height: 1.5;
  vertical-align: top;
}
form#formstyle fieldset ul {
  margin: 0;
  padding: 0;
}
form#formstyle fieldset li {
  list-style: none;
  padding: 2px;
  margin: 0;
  border-top:2px #fff solid;
  background-color:#FFD9C6;
}
form#formstyle li:nth-child(even) {background:#FDD3FE}

form#formstyle fieldset li:last-child  {
	  border-bottom:2px #fff solid;
}


form#formstyle fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form#formstyle fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form#formstyle fieldset fieldset label {
  display: block;
  width: auto;
}
form#formstyle em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form#formstyle label {
  width: 145px; /* Width of labels */
}
form#formstyle fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

form#formstyle label.radio {width:270px; display:block;}

/*FORMS END*/
