@charset "utf-8";
/* CSS Document */

/* form styles */

form {
	width: 350px;
	float: left;
	margin-left: 70px !important;
	margin-left: 50px;
}

form fieldset {
	margin: 0 !important;
	margin: 10px 0 0 0;
	border: 0;
	padding: 0;
	clear: left;
}

form fieldset.graybg {
	background-color: #eeeeee;
}

form legend {
	clear: both;
	font-size: 120%;
	font-weight: bold;
	padding-left: 0;
	padding-top: 0.8em;
	color: #3f3f69;
/*
	position: relative;
	left: -0.5em;
*/
}

form fieldset fieldset legend {
	margin: 0;
	border: 0;
	padding: 0;
	clear: left;
	font-size: 90%;
	color: #3f3f69;
}

form label {
	float: left;
	width: 45%;
	display: block;
	padding: 0.4em;
}

form label.wider {
	width: 94%;
}

form label.narrower {
	/* IE 6 (and most other browsers) */
	width: 20%;
}

.xform label.narrower {
	/* IE 5.5 */
	width: 23%;
}

input, select, textarea {
	width: 100%;
	margin-top: 0.1em;
}

.smallinput {
	padding-left: 2em;
	margin-right: -2em;
}

.smallinput input {
	width: 1.2em;
	height: 1.1em;
	margin-right: 0.4em;

	position: relative;
	margin-left: -1.7em;
	padding-left: 0.3em;
}

.submit input {
	width: 6em;
}

form fieldset div.notes {
  float: right;
  width: 158px;
  height: auto;
  margin: 0 0 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 88%;
}

form fieldset div.notes h4 {
  background-image: url(/images/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 fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
}

/* LOGIN FORM STYLES */

form.login{  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  width: 170px; 
  margin-left: 15px  !important;
  margin-left: 10px;
}
form.login label {
	width: 150px;
}
