@charset "utf-8";
/* CSS Document */


#languageSelectionContainer {height:50px; width:230px; margin-right:25px;}
#websiteLanguageSelection {background-image:url(../images/down_arrow.png);}
#languageLogo {background-image:url(/abletranslations_com/able/images/logo_languageselection.png); width:28px; height:23px;}
#languageLogo2 {background-image:url(/abletranslations_com/able/images/logo_languageselection.png); width:28px; height:23px;}
#languageSelectionTitle {margin-top:5px; margin-bottom:3px;}


.styled-select select {
  	background: transparent;
  	-webkit-appearance: none;
  	width: 200px;
  	padding: 0px;
   	font-size: 12px;
  	border: 1px solid #ccc;
   	height: 20px;
   	vertical-align:top !important;
	text-align:left;
	line-height:13px;
	height:auto;
	color:#666;
}

.styled-select {
   width: 200px;
   height: 20px;
   overflow: hidden;
   background:url(/able/images/down_arrow.png);
   background-position: right;
   background-repeat: no-repeat;

}
