/*
 * One Source Styles
 * Date: 2011-07-19 (Tuesday, July 19, 2011)
 */

.select {
	position: absolute;
	width: 184px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 26px;
	padding: 5px 24px 0 10px;
	font-size: 11px;
	color: #333;
	display :inline-block;
	background: url(/CEFSWebApp/com/ubs/cefs/images/select_language_transparent.gif) no-repeat;
	overflow: hidden;
}
.selectCombo {
	position: absolute;
	width: 210px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 26px;
	padding: 5px 24px 0 10px;
	font-size: 11px;
	color: #333;
	background: url(/CEFSWebApp/com/ubs/cefs/images/select_language_transparent.gif) no-repeat;
	overflow: hidden;
}
.text {
	/* width: 270px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 18px;
	font-size: 11px;
	font-family:arial ! important;
	color: #666666;
	background: url(/CEFSWebApp/com/ubs/cefs/images/textbox.gif) no-repeat -2px -3px;
	overflow: hidden;
}

.main_content .select{
	width: 202px;
	background: url(/CEFSWebApp/com/ubs/cefs/images/quick_link_transparent.gif) no-repeat;	
}



* html .select, * html .main_content .select{
 /* this will only work in IE6	*/
 background: none;
}

.selectCnWrap  .select{
	width: 180px;
	background: url(/CEFSWebApp/com/ubs/cefs/images/select_country_transparent.gif) no-repeat;	
}

