/* ZContext */
.ZContextContextTable
{
	width: 100%;
}

.ZContextUpperContextCell
{
	width: 200px;
	vertical-align: top;
	text-align: left;
}

.ZContextLowerContextCell
{
	width: 200px;
	vertical-align: top;
	text-align: left;
}

.ZContextContextUpperLabel
{
	font-size: large;
	font-weight: bold;
	color: #cc9900;
}

.ZContextContextLowerLabel
{
	font-size: medium;
	font-weight: bold;
}

/* ZOkCancelApplyHelpButton */

.ZOkCancelApplyHelpButtons
{
	width: 500px;
}

.ZOkCancelApplyHelpButton
{
	width: 75px;
}

/* ZInput */

.ZInputInputTable
{
	/*width: 575px;*/
}

.ZInputLabelCell
{
	width: 200px;
}

.ZInputInputCell
{
	width: 300px;
}

.ZInputButtonCell
{
	/*width: 75px;*/
}

.ZInputInputSubTable, .ZInputInputSubRow, .ZInputInputSubCell
{
	width: 100%;
}

.ZInputLabel
{
	font-weight: bold;
	width: 100%;
}

.ZInputInput
{
	border-left-width:1; border-right-width:1; border-top-width:1; border-bottom-width:1;
	width: 98%;
}

.ZInputSelect
{
	border-left-width:1; border-right-width:1; border-top-width:1; border-bottom-width:1;
	width: 100%;
}

.ZInputComment
{
	width: 100%;
	color: #808080;
}

