  /* CSS For IN-SIGHT */

img.insight.logo {
	width:200px;
	
	float:left;
}

h1.insight {
	font-size:50px;


}

h1.warning.stop,
p.warning.stop {
	clear:both;

	margin-top:30px;
	color:#c00;
	
	font-weight:bold;
	font-size:30px;
}

div.disclosure {
	display:inline;
	
	border:1px solid black;
	border-radius:5px;
	
	padding:5px;
	cursor:pointer;
}

div.insight_introduction.hidden {
	display:none;
}

html body span.alert {
	color:#c00;
	font-weight:bold;
}

li.spacer {
	padding-top:20px;

}

div.requestForm ul.hidden {
	display:none;
}

div.requestForm table.insight ul li ul {
	margin-left:50px;
}

div.requestForm table.insight ul li ul li:last-child {
	padding-bottom:20px;
}	


div.requestForm table.insight fieldset label.hidden {
	display: none;
}

div.requestForm table.insight select.year {
	width:100px;
}

div.requestForm table.insight select.month {
	width:150px;
}

div.requestForm table.insight ul li div.note {
	color:#666;
	margin-left:25px;
}

div.requestForm table.insight ul li input[type=text] {
	width:45%;
	margin-left:20px;
}

form#ISComments textarea {
	width:400px;
	height:200px;
	margin-bottom:20px;
}

iframe#ISDownloadFrame {
	width:0px;
	height:0px;	

	border-width:0px;
	padding:0px;
	margin:0px;
}