
div.tx_button_text
{
	font-family: arial; 
	color: rgb(21,34,93); 
	font-size: 18px; 
	width: 100%; 
	height: 100%; 
	position: absolute; 
	left: 200px; 
	z-index: 1;
}

p.button
{
	border-style: outset;
}

a.tx_button
{
	background-color:grey;
	height:24;
	width:128;
	border-style:outset;
	cursor:pointer;
}

/*
selection.normal
{
	border: 2px #000000 solid;
	background: #FFFFFF;
	font: normal 12px/normal Arial, Helvetica, sans-serif;
	color: #000000;
}

text
{
	border: 2px #000000 solid;
	background: #FFFFFF;
	font: normal 12px/normal Arial, Helvetica, sans-serif;
	color: #000000;
}
*/

.contextmenu
{
	border-width: 1px; 
	border-style: solid; 
	border-color: #dcdcdc; 
	position: absolute; 
	background-color: #ffffff; 
	background-attachment: fixed; 
	padding: 0;
	background-color: yellow; 
	visibility: hidden; 
	z-index: 999; 
	overflow:auto;
}

/*
span
{
	z-index: 0;
}
*/

.dropdown 
{
	border-width: 1px; 
	border-style: solid; 
	border-color: #000000; 
	position: absolute; 
	background-color: #FFFFFF; 
	padding: 0;
	background-color: yellow; 
	visibility: hidden; 
	z-index: 1; 
	overflow: hidden;
}

h1.option
{
	font-size:small; 
	color: #000000; 
	text-decoration: none; 
	margin-bottom: 0cm; 
	background-color: #FFFFFF; 
	margin-top: 0cm; 
	font-weight: normal; 
	font-family: sans-serif;
}

