<!--

a.ocms_button,a.ocms_button:active,a.ocms_button:hover,a.ocms_button:visited {
	color: ButtonText;
	text-decoration: none;
	cursor: pointer;
}

span.ocms_combobutton {
	display: block;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	white-space: nowrap;
	padding-top: 4px;
	padding-left: 21px;
	padding-right: 4px;
	padding-bottom: 4px;
	background-repeat: no-repeat;
	background-color: ButtonFace;
	background-position: 4px 0px;
}

span.ocms_norm {
	display: block;
	border: 1px solid ButtonFace;
}

span.ocms_over {
	display: block;
	border-top: 1px solid ButtonHighlight;
	border-left: 1px solid ButtonHighlight;
	border-bottom: 1px solid ButtonShadow;
	border-right: 1px solid ButtonShadow;
}

span.ocms_push {
	display: block;
	border-top: 1px solid ButtonShadow;
	border-left: 1px solid ButtonShadow;
	border-bottom: 1px solid ButtonHighlight;
	border-right: 1px solid ButtonHighlight;
}

span.ocms_disabled {
	display: block;
	border: 1px solid ButtonFace;
	color: ButtonShadow;
}

div.ocms_de_bt {
	visibility: hidden; 
	position: absolute; 
	z-index: 100;
}

div.ocms_de_norm {
	width: 100%;
	padding-top: 1px;
	padding-bottom: 1px;
}

div.ocms_de_over {
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	background-color: InfoBackground;
	border-top: 1px dotted ThreedDarkShadow;
	border-bottom: 1px dotted ThreedDarkShadow;
}

td.ocms_de {
	line-height: 12px;
	background-color: ButtonFace;
}

form.ocms_nomargin {
	display: none;
	visibility: hidden;
}
//-->
