/* 
	default rounded rectangles for inline help and alert text
*/

div.roundBase {
	padding:0;
	margin:0;
}
/*
 * Remember that URL is relatave to the path of THIS file
 * Since we are in common, we require an extra dot dot slash
 * to reach the images directory
 */
div.rounded {
	background: transparent url("../images/btl.gif") no-repeat top left;
}
div.rounded div.bl {
	background: transparent url("../images/bbl.gif") no-repeat bottom left;
}
div.rounded div.tr {
	background: transparent url("../images/btr.gif") no-repeat top right;
}
div.rounded div.br {
	background: transparent url("../images/bbr.gif") no-repeat bottom right;
}

div.rounded div.body {
	color:black;
	padding:8px 12px;
}

div.rounded div.body span {

	background-color:white;
}

div.rounded div.body p {
	margin-top:2px;
	margin-bottom:2px;
}
