

/* The css file for the text setup panel. */


/* The text setup panel itself. */
.TextSetupPanel{
	margin: 0px auto;
}


/* The title text box. */
.TextSetupPanelTitleBox{
	width: 20em;
}

/* The comment text box. */
.TextSetupPanelCommentBox{
	width: 20em;
}


/* The title text box label. */
.TextSetupPanelTitleLabel{
	text-align: right;
}

/* The comment text box label. */
.TextSetupPanelCommentLabel{
	text-align: right;
}
