
div.text {
      width: 500px; /* override normal content col width */
}

tr.yesno {
	background: #DDD;
}

tr.yesno td {
	padding: 1em 0.5em;
}

div.appref {
	width: 235px;
	float: right;
	margin: 1em 0 1em 0;
}

.desc {
	padding: 0.5em 0 2.5em 0;
}

div.buttonRow {
	display: block;
	padding: 3em;
	text-align: right;
}
input.followme {
/*	color:#856766; */
	float:right;
	margin-left: 15px;
}
.warning {
	background:#FF3399;
	color:white;
	font-weight:bold;
	padding:10px;
}

.warning_blue {
	background:#569CBE;
	color:white;
	font-weight:bold;
	padding:10px;
}

.hideable {
	background: silver;
	padding: 10px;
}

.nowrap {
	white-space: nowrap;
}

td.caption {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

.required {
	background: #FEF;
}
input, textarea, select, button {
	border:		1px solid #7F9DB9;
}
/*
input:hover, textarea:hover, select:hover, button:hover {
	border:		1px solid black;
}
*/
input[type=checkbox], input[type=radio] {
	border:		none !important;
}
input.ie6checkbox {		/* can't put these on the same lines as the selector lines, IE6 will skip them */
	border:		none !important;
}


.contrast {
	background: #eee;
}

.progress {
	background-color: #ee298a;
	padding: 3px 0;
	color: white;
	font-weight: bold;
}

.progress_blue {
	background-color: #569CBE;
	padding: 3px 0;
	color: white;
	font-weight: bold;
}

.progressbar {
	border: 1px solid black;
	margin: 1em 0 2em 0;
	width: 100%;
}

h3 {
	margin-top: 2em;
}

/*
.desc {
	color:#888;
	white-space: normal ! important;
	padding: 0.5em 0 1em 0 ! important;
}
*/