.innerbox {
	width:347px;	/* changes the width of the innerbox */
	margin-bottom:3px;
}

.innerbox_callout {
	position:relative;
	top:0;
	left:-12px;
	width:275px;
	margin-bottom:2px;
}

* html .innerbox_callout { /* IE Star Hack */
	top:5px;
}

.innerbox_callout_arrow {
	position:relative;
	top:25px;
	left:-11px;
	width:15px;
	height:17px;
	background-image:url("../images/innerbox_callout.gif");
	background-repeat:no-repeat;
	z-index:+1;
}



.innerbox_top_left {
	width:5px;
	height:5px;
	background-image:url("../images/innerbox_top_left.gif");
	background-repeat:no-repeat;
}

.innerbox_top {
	height:5px;
	background-image:url("../images/innerbox_top.gif");
	background-repeat:repeat-x;
}

.innerbox_top_right {
	width:6px;
	height:5px;
	background-image:url("../images/innerbox_top_right.gif");
	background-repeat:no-repeat;
}

.innerbox_left {
	width:5px;
	background-image:url("../images/innerbox_left.gif");
	background-repeat:repeat-y;
}

.innerbox_right {
	width:6px;
	background-image:url("../images/innerbox_right.gif");
	background-repeat:repeat-y;
}

.innerbox_bottom_left {
	width:5px;
	height:7px;
	background-image:url("../images/innerbox_bottom_left.gif");
	background-repeat:no-repeat;
}

.innerbox_bottom {
background-image:url("../images/innerbox_bottom.gif");
	background-repeat:repeat-x;
}

.innerbox_bottom_right {
	width:5px;
	height:7px;
	background-image:url("../images/innerbox_bottom_right.gif");
	background-repeat:no-repeat;
}

.innerbox_content {
	background-color: #fff;	
	padding:1px 1px 1px 4px;
}

.innerbox_content p {
	margin:0;
	margin-bottom:4px;
	font-size:8pt;
	color:#333;
}