/* MISC - Select personalizada */
.customStyleSelectBox {
	display: block;
	background: url(../img/select_sprite1.png) 0 1px no-repeat;
	height: 29px;
	margin-bottom: 3px;
	padding-left: 4px;
	font-size:12px;
	margin-right:10px;
	margin-bottom:6px;
}

.customStyleSelectBoxInner {
	display: block;
	float: left;
	background: url(../img/select_sprite1.png) 0 -29px repeat-x;
	color: #444;
	height: 29px;
}

.customStyleSelectBoxInner span {
	overflow: hidden;
	padding: 7px;
	font-size:12px;
}

.customStyleSelectBoxRight {
	display: block;
	float: left;
	width: 37px;
	height: 29px;
	background: url(../img/select_sprite1.png) 0 -58px no-repeat;
}



