/* //// reset defaults based on src = http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ ////*/
#av100_form, #av100_form div, #av100_form em, #av100_form fieldset,
#av100_form h4, #av100_form input, #av100_form label, #av100_form option,
#av100_form select {
  margin: 0;padding: 0;border: 0;outline: 0;vertical-align: baseline;
}
#av100_form h4 {
  font-size: 1.1em;
  font-weight: normal;
}
#av100_form em {font-style: italic;}

/* form error */

#av100_form_error {
	margin: 0 5px 10px 5px;
	padding: 10px 10px;
	background-color: #fff0d0;
	}

#av100_form_error h4 {
	margin: 0;
	padding: 0 0 0 25px;
	color: #cc3300;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	background: url('error.gif') no-repeat 3px 1px;
	}

/* form */

#av100_form {
  margin: 0 10px 0 10px
}

#av100_form label em,
#av100_form legend em {
	color: #009900;
	font-style: normal;
	font-size: 1em;
	}

#av100_form label {
	display: block;
	font-size: 1em;
	line-height: 1.5em;
	color: #374359;
	}

#av100_form fieldset {
	padding-bottom: 15px;
	}

#av100_form fieldset label {
	padding-bottom: 2px;
	}

#av100_form label input {
	padding: 0;
	border: 0px solid #ccc;
	}

#av100_form input,
#av100_form select {
	padding: 2px;
	margin: 2px;
	border: 1px solid #ccc;
	font-size: 1em;
	color: #333;
	overflow: visible;
	}

/* check_box fields */

#av100_form div.checkbox_split {
	margin: 0 0 20px 0;
	}

#av100_form div.checkbox, #av100_form div.question_group {
	margin-bottom: 15px;
	}

#av100_form div.checkbox fieldset legend,
#av100_form div.checkbox_split fieldset legend {
	padding: 0 2px;
	color: #0872b9;
	font-size: 1em;
	}

#av100_form div.checkbox_split fieldset legend {
	margin-left: -10px;
	}

#av100_form div.checkbox fieldset div {
	padding-top: 5px;
	}

#av100_form div.checkbox fieldset div label {
	color: #393939;
	}

#av100_form div.checkbox_split fieldset div label input,
#av100_form div.checkbox fieldset div label input {
	margin-left: 0;
	border: 0px solid #f3db20;
	}

/* misc */

#av100_form input.submit {
	background: url(form_submit.gif) no-repeat center 4px;
	border: none;
	width: 177px;
	height: 45px;
	font-size: 0;
	color: #000;
}

#av100_form .submit img {
	margin-right: 5px;
	vertical-align: top;
	}

#av100_form .submit {
	margin-bottom: 10px;
	padding: 0;
	cursor: pointer;
	border: none;
	}

#av100_form h4.question_error {
	margin: 0;
	padding: 0 0 1px 22px;
	color: #cc3300;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	background: url('error.gif') no-repeat 0 0;
	}

#av100_form .question_description {
	color: #468;
	line-height: 1.5em;
	}

#av100_form .hr {
	padding-top: 15px;
	border-top: 1px dotted #ccd7ad;
	}

#av100_form .hr_btm {
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccd7ad;
	}

#av100_form .w100 {
	width: 100%;
	}

#av100_form .w75 {
	width: 75%;
	}

#av100_form .w65 {
	width: 65%;
	}

#av100_form .w52 {
	width: 52%;
	}

#av100_form .w50 {
	width: 50%;
	}

#av100_form .w25 {
	width: 25%;
	}
