.pl .button span.link span span {
	text-decoration: underline;
	color:#0066CC;	
}

.pl .buttonrga span.link,
.pl .buttonrga span.link span {
	text-decoration: underline;
	color:#0066CC;
	padding: 0;
	font-size:12px;
}

/*
 * Make All "CANCEL & OK" 11px away
 * FF already has 2px
 */
.pl .confirmButtons .icsButton {
	margin-left:9px;
}

.dj_ie .pl .confirmButtons .icsButton {
	margin-left:11px;
}

/* BA: this might be safe to uncomment for ics before we switch to BA*/
body.tundra .button, body.tundra .button span {
	float: none;
	display: inline-block;
}

.disabledButton span.interface, .disabledButton span.gray, .disabledButton span.interface span, .disabledButton span.interface span span {
	cursor:not-allowed !important;
	opacity:0.8;
	filter: alpha(opacity=60);
}
