
.textBackground {
	background: url(../images/standardTxtBoxBG.gif) repeat-x scroll left top;
	background-color : White;
	border: 1px solid #999;
	padding-top:4px;
	padding-left: 2px;
	padding-right: 2px;
	text-align : left;
	color: #333;
	height: 16px;
	font-size: 14px;
	margin: 0pt;
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.updateButton {
	background: url(../images/btnUpdate.png) no-repeat;
	width: 90px;
	height: 24px;
	border: 0px;
	cursor: pointer;
}

.cancelButton {
	background: url(../images/btnCancel.png) no-repeat;
	width: 90px;
	height: 24px;
	border: 0px;
	cursor: pointer;
}