/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2692f49d-e582-4095-8566-503f6482546b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9f3b33b8-9773-4d17-a335-71cbe9b105bc) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-febdb4ce-3557-4b70-84e7-42a5acb45f81) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5dfa6511-935f-495f-a9b5-8f55a95deff6) repeat-x left bottom;
}

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-handle {
    background-color: #fff;
	border: solid 1px #000;
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-outer {
	background-color: #000;
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-selection {
}
