fieldset.extended_help {
	width: 447px;
margin-bottom: 40px;
}
.columns fieldset.extended_help fieldset legend {
	background: #EBE8E3;
	color: #333;
	font-size: 0.75em;
}
fieldset.extended_help .form_row .field  {
	width:283px;
	margin-right: 0;
}
	fieldset.extended_help .form_row .field span.frozen_field {
		padding-top: 2px;
		display: block;
	}
	fieldset.extended_help fieldset .form_row .field  {
		width:268px;
		margin-right: 0;
	}
fieldset.extended_help .form_row label {
	text-align: right;
	padding-top: 2px;
}
	fieldset.extended_help .form_row .field .images .image {
		float:left;
		padding-right: 3px;
		text-align: center;
		font-size: 11px;
		color: #666;
	}
		fieldset.extended_help .form_row .field .images .image img {
			margin-bottom: 3px;
		}
fieldset.extended_help .form_row .field .text {
	width:274px;
}
	fieldset.extended_help fieldset .form_row .field .text {
		width:259px;
	}
	fieldset.extended_help .form_row .field_required {
		float:left;
		color:red;
		font-size: 19px;
		font-weight: bold;
	}
fieldset.extended_help .small_feedback {
	font-size: 11px;
	color: #666;
}
fieldset.extended_help .field_extended_feedback {
	position: absolute;
	width: 300px;
	left: 467px;
	display:none;
	margin-top: -26px;
	z-index: 5;
}
fieldset.extended_help div.show_always {
	z-index: 2;
}
	fieldset.extended_help .field_extended_feedback .placeholder {
		position: relative;
		width: 300px;
	}
	fieldset.extended_help .field_extended_feedback .arrow {
		position: absolute;
		left: 0px;
		top: 24px;
		width: 22px;
		height: 30px;
		background: url(/images/feedback_arrow.gif) no-repeat;
	}

	fieldset.extended_help .field_extended_feedback div.content {
		border: 1px solid #9f9f9f;
		padding: 10px 8px;
		background: white;
		margin-left: 21px;
	}
	
		fieldset.extended_help .field_extended_feedback div.content h4{
			color: #0084c8;
			font-size: 18px;
			padding-bottom: 5px;
		}
			
		fieldset.extended_help .field_extended_feedback div.example {
			color: #666666;
			font-style: italic;
			font-size: 12px;
			
			
		}
		fieldset.extended_help .field_extended_feedback div.required {
			color: red;
			padding-top: 10px;
			font-size: 13px;
		}	

		fieldset.extended_help .field_extended_feedback div.content div.feedback {
			color: black;
			float: none;
			font-size: 13px;
			width: auto;
			padding-top: 10px;
		}
			fieldset.extended_help .field_extended_feedback div.content div.feedback span {
				color: #333;
			}
			
div#existing_items {
	background: #def2f9;
	padding: 6px 8px;
	width: 431px;
	font-size: 12px;
}
div#existing_items div.cells {
	padding: 4px 0;
	overflow: hidden;
}
div#existing_items div.cell {
	width: 85px;
	height: 89px;
	margin: 0 1px 5px 0;
	float: left;
	text-align: center;	
}
div#existing_items div.cell a {
	display: block;
	height: 89px;
}
div#existing_items div.cell img {
	border: 2px solid white;
	display: inline;
	margin: 1px 0;
	vertical-align: middle;	
}
	div#existing_items strong span {
		color: #0084c8;
	}
	
	div#existing_items div#existing_items_footer {
		width: 431px;
	}
		div#existing_items div.help_text {
			font-size: 11px;
			float:left;
			width: 300px;
		}
		div#existing_items div.more_items {
			text-align:right;
		}

div#exist_tooltip {
	position: absolute;
	background: white;
	border: 1px solid #9f9f9f;
	padding: 5px;
	display: none;
	z-index: 400;
	opacity: 0.9;
	-moz-opacity: 0.9;
	max-width: 200px;
}
		
/* PERSON VIEW */

div.plaintext {
	padding-top: 2px;
	color: #0084c8;
}

/* wizard */
form.wizard fieldset {

	margin-bottom: 4px;
}
form.wizard fieldset.inactive {
	padding: 5px 10px;
	border-left:1px solid white;
	border-right:1px solid white;
	border-bottom:1px solid white;
}
form.wizard fieldset.active legend {
	background: #0084C8;
	cursor: auto;
}
form.wizard fieldset.inactive legend {
	cursor: pointer;
	color: #666;
	background: #e2e2e2;
}
form.wizard fieldset.notyet legend {
	cursor: auto;
	color: #aaa;
	background: #e2e2e2;
}
form.wizard fieldset legend {
	margin-left: 17px;
	cursor: pointer;
}
form.nonumbers fieldset legend {
	margin-left: 0px;
	cursor: auto;
}
form.wizard fieldset div.step {
	background: #0084C8;
	position:absolute;
	
	margin-top: -32px;
	width: 12px;
	font-size:0.857em;
	line-height:1.167;
	padding: 4px 2px;
	text-align: center;
	color: white;
}

form.wizard fieldset.inactive div.step {
	margin-top: -27px;
	background: #666;
}
form.wizard fieldset.notyet div.step {
	background: #bbb;
}
form.wizard fieldset .form_links {
	padding: 4px 0;

	margin: 0;
}
form.wizard fieldset .form_links .feedback {
float:right;
padding-right:48px; 
}
form.wizard fieldset .form_links input {
	float: right;
	margin-right: 3px;
}
form.wizard fieldset .wide {
	width: 100%;
}
form.wizard fieldset .full,
fieldset .form_row .full {
	width:567px;
}


form.wizard div.coverimg {
	float:left;
	text-align:center;

}

form.wizard div.coverimg img {
	cursor: pointer;
}


form.wizard a .magnifier {
	display: block;
	text-align: left;
	padding-left: 19px;
	line-height: 18px;
	margin: 0px auto;
	width: 65px;
	background-image: url('/images/magnifier.gif');
	background-position: left 1px;
	background-repeat: no-repeat;
}
form.wizard a:hover .magnifier {
	text-decoration: underline;
	
}
form.wizard .images {
	padding-left: 15px;
	position: relative;
}
form.wizard .images img.tooltip {
	display: none;
	position: absolute;
	left: 431px;
	top: 122px;
}

form.wizard div.feedback_row {
	font-size:0.857em;
	line-height:1.167;
	background-image: url('/images/book/feedback_help_large.gif');
	background-position: 72px 11px;
	background-repeat: no-repeat;
}
form.wizard div.feedback_row .full {
	width: 521px;
	padding: 10px 0;
	color: #7A2060;
	
}
form.wizard div.small_feedback_row  {
	background-image: url('/images/book/feedback_help_small.gif');
	background-position: 109px 2px;
	background-repeat: no-repeat;
}
form.wizard div.small_feedback_row div.feedbacksmall {
	color: #7A2060;
	font-size:0.857em;
	line-height:1.167;
	padding: 3px 0;
}
.eac_pane,
.eac_buttons {
	overflow: auto;
	height: 200px;
	width: 240px;
	margin-top: 11px;
	float: left;
	padding: 2px;
	margin-right: 4px;
}
	.eac_pane select {
		width: 100%;
		height: 179px;
		margin-top: 3px;
	}
	
.eac_buttons {
	width: 40px;
	text-align: center;
	padding-top: 48px;
	height: auto;
	overflow: visible;
}
.eac_buttons input {
	width: 40px;
}

form.wizard .form_links input.back { background-image: url('/images/greybutton.png');}
form.wizard .form_links input.back:hover,
form.wizard .form_links input.back:focus { background-image: url('/images/greybutton-hover.png'); }
form.wizard .form_links input.back:active { background-image: url('/images/greybutton-active.png'); }

form.wizard .form_links input.disabled { color: #5ccbf2;}

div.column_form {
	font-size: 12px;
	padding: 4px;
	background: #f2f2f2;
	border: 1px solid #ebe8e3;
}
div.column_form form label {
	display: block;
	
	padding-bottom: 2px;
	font-weight: bold;
}
div.column_form div.formfield {
	border-top: 1px solid #ddd;
	padding: 8px 2px;
	background: #f5f5f5;
}
div.column_form h4 {
	color: #0084C8;
	font-size: 14px;
	margin-bottom: 3px;
}
div.column_form img {
	vertical-align: text-bottom;
}
div.column_form div.form_links {
	margin: 0;
}