/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.insSoftBlue,
.insSoftBlack {
	position:relative;
	margin:0px auto;
	min-width:8em;
	max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
	color:#fff;
	z-index:1;
	margin-left:12px; /* default, width of left corner */
	margin-bottom:0.5em; /* spacing under dialog */
}
.insSoftBlue .content, .insSoftBlue .bsHeading1Content, .insSoftBlue .b, .insSoftBlue .b div.b1 {
	background:transparent url(../iso_icons/insSoft-blue.png) no-repeat top right;
	behavior: url(iso_misc/iepngfix.htc);
	/*_background-image:url(dialog2-blue.gif);*/
}

.insSoftBlack .content, .insSoftBlack .bsHeading1Content, .insSoftBlack .b, .insSoftBlack .b div.b1 {
	background:transparent url(../iso_icons/insSoft-black.png) no-repeat top right;
	behavior: url(iso_misc/iepngfix.htc);
}

.insSoftBlue .content,
.insSoftBlack .content {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding:1px 12px 0px 0px;
}
.insSoftBlue .bsHeading1Content,
.insSoftBlack .bsHeading1Content {
	/* top+left vertical slice */
	position:absolute;
	left:0px;
	top:0px;
	width:12px; /* top slice width */
	margin-left:-12px;
	height:100%;
	_height:1600px; /* arbitrary long height, IE 6 */
	background-position:top left;
}
.insSoftBlue .b,
.insSoftBlack .b {
	/* bottom */
	position:relative;
	width:100%;
}
.insSoftBlue .b, .insSoftBlue .b div.b1,
.insSoftBlack .b, .insSoftBlack .b div.b1 {
	height:30px; /* height of bottom cap/shade */
	font-size:1px;
}
.insSoftBlue .b,
.insSoftBlack .b {
	background-position:bottom right;
}
.insSoftBlue .b div.b1,
.insSoftBlack .b div.b1 {
	position:relative;
	width:12px; /* bottom corner width */
	margin-left:-12px;
	background-position:bottom left;
}
.insSoftBlue p,
.insSoftBlack p {
	margin-bottom:0;
}

.insSoftBlue h3,
.insSoftBlack h3 {
	margin-top:12px;
	color:white;
}