/* ----------------------- fancy element style ----------------------- */
.fe-sel-container
	{
	margin:			0 auto 0 auto;
	width:			75px;
	position:		relative;
	}
.fe-sel-label
	{
	display: block;
	cursor: pointer;
	height: 18px;
	width: 61px; /* 75  Deutsch */
	background: transparent url(img/language-select-sprites.png) top left no-repeat;
	padding: 3px 2px 2px 12px;
	letter-spacing: normal;
	font-weight: normal;
    color: #737373;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
    text-decoration: none;
	}
.fe-sel-label:hover {
		background: transparent url(img/language-select-sprites.png) center left no-repeat;
		color: #3d3d3d;
		text-decoration:	underline;
}
	.fe-sel-label-active,
	.fe-sel-label-active:hover
		{
		background: transparent url(img/language-select-sprites.png) bottom left no-repeat;
		color: #3d3d3d;
		text-decoration:	none;
		}
.fe-select
	{
	list-style:			none;
	width:				100%;
	position:			absolute;
	background:			transparent url(img/language-dd-bg.png) bottom left no-repeat;
	padding: 0 0 8px 0;
	margin-left: 1px;
	}
	.fe-option
		{
		width: 53px; /* 61 */
		padding: 3px 2px 5px 6px;
		cursor: pointer;
		margin: 0 0 0 6px;
		background: /*#e0f3f5*/ none;
		color: #737373;
		font-family: Tahoma,Geneva,sans-serif;
		font-size: 11px;
		text-decoration: none;
		}
		.fe-option-hover
			{
			color:				#ffffff;
			background-color:	#3e96e0;
			}
			
/** CHECKBOX **/
.fe-cb-unchecked
	{
	background:			transparent none;
	color:				#1ea9b4;
	cursor:				pointer;
	}
.fe-cb-checked
	{
	background:			transparent none;
	color:				red;
	}
	
/** RADIO **/
.fe-rd-unchecked
	{
	background:			transparent none;
	color:				#1ea9b4;
	cursor:				pointer;
	}
.fe-rd-checked
	{
	background:			transparent none;
	color:				red;
	}
	
/** SUBMIT / RESET / BUTTON **/
.fe-btn
	{
	background:			transparent none;
	color:				#1ea9b4;
	cursor:				pointer;
	}
.fe-btn-hover
	{
	background:			transparent none;
	color:				red;
	}
.fe-btn-clicked
	{
	padding:			2px 0 0 2px;
	background:			transparent none;
	color:				red;
	}