.dialog {
	display:					inline;
}
.dialog TD {
	font-size:					11px;
	line-height:				150%;
}
.dialogleft {
	background-image:			url(../images/dialog/left.gif);
	background-repeat:			no-repeat;
	background-position:		bottom left;
}
.dialogright {
	background-image:			url(../images/dialog/right.gif);
	background-repeat:			no-repeat;
	background-position:		bottom right;
}
.dialogbottom {
	background-image:			url(../images/dialog/bottom.gif);
	background-repeat:			repeat-x;
	background-position:		top left;
}
