span.label {display: block;margin-bottom: 0px;text-align: left;white-space: nowrap;}
.dashed {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	cursor: pointer;
}

.rborder {-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;}
.divload {display:none;position:absolute;width:100%;top:0px;left:0px;z-index:100;background: url(/i/bg_load.png) repeat}

img[data-src] {
	
}

a[name] {
	margin-top: -120px;
	position: absolute;
}



.ui-menu .ui-menu-item {
	font-family: myriad_prolight;
	font-size: 0.9em;
}

.select-wrapper {
	text-decoration: none;
	display: block;
	position: relative;
	font-size: inherit;
	line-height: 1.2em;
}

.select-wrapper select, .select-wrapper option {
	font-size: inherit;
}

.select-wrapper:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
	color: rgba(255, 255, 255, 0.15);
	color: inherit;
	content: '\f142';
	display: block;
	pointer-events: none;
	position: absolute;
	right: 0;
	text-align: center;
	width: 2em;
	line-height: 2.25em;
}

.select-wrapper select::-ms-expand {
	display: none;
}

.select-wrapper select, .select-wrapper [readonly] {
	padding-right: 2em !important;
}

.select-wrapper [contenteditable] {
	padding-right: 2em !important;
	width: auto;
}

.select-wrapper [contenteditable] + * {
	position: absolute;
	top: 0;
	right: 0;
	width: 2em;
	height: 100%;
}