
#modal_frame1 {
	display:block;
	clear:both;
}

#modal_frame2 {
	display:none;
	clear:both;
}

#portrait {
	padding-left:30px;
	float:left;
}

#statement_column {
	overflow:auto;
	height:350px;
	width:420px;
	padding-left:60px;
	padding-top:0px;
	padding-right:30px;
}

* html #statement_column {
	width:520px;
}

#name {
	font-style:italic;
}

#statement {
	font-style:regular;
	line-height: 1.6;
}

#modal_footer {
	clear:both;
	position:absolute;
	color:#223B65;
	text-align:center;
	bottom:10px;
	height:30px;
	margin-left:280px;
}

#modal_footer a {
	border-bottom:2px solid #223B65;
	background:#fff url("../images/itn_modal_button_background.png") top left repeat-x;
	padding:6px;
	color:#223B65;
	color:#f00;
	text-decoration:none;
	font-weight:bold;
}

#modal_footer a:hover {
	border-top:2px solid #223B65;
	background-color:#fff7d4;
}