/**
 *	Plugin para selects que roda em todos
 *  os navegadores e sistemas operacionais
 *
 **/
 select, select option{
 	font-family: "Arial", sans-serif;
 	color: #7f7f7f;
 	max-width: 100%;
 	overflow: hidden;
 }
 .wtCapaSelect{
 	display: block;
 	float: right;
 	background: #fff;
 	color: #595959;
 	font-size: 12px;
 	border: 1px solid #595959;
 	border-radius: 3px;
 	padding: 6px;
 	height: 11px;
 	width: 105px;
 	line-height: 11px;
 	margin: 3px 10px 0;
 }
 .wtCapaSelect.small{
 	width: 50px;
 }
 .wtCapaSelect.mrn{
 	margin-right: 0;
 }
 .wtCapaSelect select{
 	margin: 0;
 }
 .wtSetaSelect{
 	position: absolute;
 	right: 8px;
 	top: 8px;
 	background: url("../../../img/site/formulario/blt-arrow.png") right center no-repeat;
 	width: 15px;
 	height: 8px;
 }
 .wtTextoSelect{
 	position: absolute;
 	left: 6px;
 	top: 6px;
 	width: 86%;
 	font-size: 11px;
 	color: #595959;
 	white-space: nowrap;
 	text-overflow:ellipsis;
 	overflow: hidden;
 }