.frame input[type="button"],.frame input[type="submit"] {
	background-color: #f7fafc;
	border: 1px solid #ccdce5;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #2e5d78;
	padding: 5px;
	font-size: 8pt;
	margin: 0px;
}

.frame input[type="button"].positive,.frame input[type="submit"].positive {
	padding-left: 22px;
	background-image: url(../images/icon_positive.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

.frame input[type="button"].negative,.frame input[type="submit"].negative {
	padding-left: 22px;
	background-image: url(../images/icon_negative.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

.frame input[type="button"].insert,.frame input[type="submit"].insert {
	padding-left: 22px;
	background-image: url(../images/icon_insert.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

.frame input[type="button"].remove,.frame input[type="submit"].remove {
	padding-left: 22px;
	background-image: url(../images/icon_remove.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

.frame input[type="button"]:hover,.frame input[type="submit"]:hover {
	background-color: #ffffff;
}

.frame input[type="button"]:active,.frame input[type="submit"]:active {
	background-position: 6px 6px;
}



.dialogWindow {
	font-family: verdana,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}

.dialogFieldset {
	padding: 0px;
	margin: 0px;
	padding: 6px;
}

.fieldsetTopPad {
	padding-top: 4px;
}

.dialogRow {
	margin-bottom: 6px;
}

#dialogAreaMeter {
	display: block;
}

