/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d630c171-57a7-4c88-ae88-ddb44ccb2b4c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-243facbf-dc55-4d84-b626-694d2d35c715) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2bb513cb-8b12-40a0-afa0-baccca11b245) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4d94286c-5c83-4ee9-b789-debb2db7f4fa) 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 {
}
