


.fg-button {
  width:160px;   /* haichen */
	outline: 0;
	margin: 0 4px 0 0;
	padding: .3em 0em;    /* haichen höhe .4em 1em;  */
	text-decoration: none !important;
	cursor: pointer;
	position: relative;
	text-align: center;
	zoom: 1;
	font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";     /* haichen */
	font-size: 1.1em; /* haichen */
	font-weight: bold;  /* haichen */
	letter-spacing:0.2em;   /* haichen */
	border: 3px solid #126694;   /* haichen */
	 
} 


.ui-state-active {
  border: 3px solid #000;   /* haichen */
}    

.selected {
  color:#000;  /* haichen */
  width:160px;   /* haichen */
	outline: 0;
	margin: 0 4px 0 0;
	padding: .3em 0em;    /* haichen höhe .4em 1em;  */
	text-decoration: none !important;
	cursor: pointer;
	position: relative;
	text-align: center;
	zoom: 1;
	font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";     /* haichen */
	font-size: 1.1em; /* haichen */
	font-weight: bold;  /* haichen */
	letter-spacing:0.2em;   /* haichen */
	border: 3px solid #000;   /* haichen */
	-moz-border-radius: 5px;    /* haichen */
	-webkit-border-radius: 5px;   /* haichen */
	background:#fff;
}
.fg-button .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 50%;
	margin-left: -8px;
}
a.fg-button {
	float: left;
}
/* remove extra button width in IE */
button.fg-button {
	width: auto;
	overflow: visible;
}
.fg-button-icon-left {
	padding-left: 2.1em;
}
.fg-button-icon-right {
	padding-right: 2.1em;
}
.fg-button-icon-left .ui-icon {
	right: auto;
	left: .2em;
	margin-left: 0;
}
.fg-button-icon-right .ui-icon {
	left: auto;
	right: .2em;
	margin-left: 0;
}
.fg-button-icon-solo {
	display: block;
	width: 8px;
	text-indent: -9999px;
}
/* solo icon buttons must have block properties for the text-indent to work */
.fg-buttonset {
	float: left;
}
.fg-buttonset .fg-button {
	float: left;
}
.fg-buttonset-single .fg-button, .fg-buttonset-multi .fg-button {
	margin-right: -1px;
}
.fg-toolbar {
	padding: .5em;
	margin: 0;
}
.fg-toolbar .fg-buttonset {
	margin-right: 1.5em;
	padding-left: 1px;
}
.fg-toolbar .fg-button {
	font-size: 1em;
}
/*demo page css*/
h2 {
	clear: both;
	padding-top: 1.5em;
	margin-top: 0;
}
.strike {
	text-decoration: line-through;
}
