/* Shared Styles */
fieldset {
	padding: 0 0 0 10px;
}

form p {
	padding: 7px 0;
}

label.error {
	color: #f00;
}

input[type=text], input[type=password], textarea {
	font-size: 12px;
	margin: 0;
	padding: 4px;
	width: 272px;
	height: 20px;
	
	border: none;
	background: #e6e6e6;
}

textarea {
	height: 85px;
}

label {
	padding: 0 0 4px 0;
	font-size: 1.1em;
}
.toplabel label {
	display: block;
}

input[type=submit], input[type=file], .form-button {
	margin-top: 18px;
	padding: 2px 6px;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	border: none;
	background: #b10005;
}

/* Checkbox and Radio Styles */
.jquery-checkbox, .jquery-radio { display: inline; font-size: 20px; line-height: 20px; cursor: pointer; }
.jquery-checkbox .mark, .jquery-radio .mark { display: inline; }

.jquery-checkbox img, .jquery-radio img { vertical-align: middle; width: 20px; height: 20px; }
.jquery-checkbox img { background: transparent url('insight-exhibits/checkbox.png') no-repeat; }
.jquery-radio img { background: transparent url('insight-exhibits/radio.png') no-repeat; }

.jquery-checkbox img,
.jquery-radio img {
	background-position: 0px 0px;
}
.jquery-checkbox-hover img,
.jquery-radio-hover img {
	background-position: -20px 0px;
}
.jquery-checkbox-checked img,
.jquery-radio-checked img {
	background-position: 0px -20px;
}
.jquery-checkbox-checked .jquery-checkbox-hover img,
.jquery-radio-checked .jquery-radio-hover img {
	background-position: -20px -20px;
}

.jquery-checkbox-disabled img,
.jquery-radio-disabled img {
	background-position: 0px -40px;
}
.jquery-checkbox-checked .jquery-checkbox-disabled img,
.jquery-radio-checked .jquery-radio-disabled img {
	background-position: 0px -60px;
}

/* Request Information Form */
#request-information-form h1 {
	font-size: 1.8em;
}
#request-information-form div.column {
	position: relative;
	float: left;
	padding: 5px 1% 0 0;
	width: 32%;
}
#request-information-form #services {
	padding: 0 0 0 15px;
}
#request-information-form #state {
	width: 115px;
}
#request-information-form #zip {
	width: 145px;
}
#request-information-form p {
	position: relative;
}
#request-information-form p label.error {
	position: absolute;
	top: 8px;
	right: 2px;
}

/* Client Access Form */


/* Response Form */
#response-form #show_details, #response-form #comments {
	width: 400px;
}

/* Newsletter Sign-Up Form */
#newsletter-signup-form label.error {
	padding: 0 0 0 10px;
}

/* Questionnaire Form */
#questionnaire-form h1 {
	font-size: 1.8em;
}
#questionnaire-form div.column {
	position: relative;
	float: left;
	padding: 5px 1% 0 0;
	width: 32%;
}
#questionnaire-form .checkbox-group,
#questionnaire-form .radio-group {
	padding: 0 0 34px 10px;
}
#questionnaire-form .radio-group p {
	float: left;
	width: 120px;
}

#questionnaire-form.page3 textarea,
#questionnaire-form.page4 textarea,
#questionnaire-form.page5 textarea {
	width: 600px;
	height: 50px;
}

#questionnaire-form.fail input[type=submit] {
	margin-bottom: 21px;
}