/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-018b35bd-14d4-4bd2-80d6-956b7993405c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-135d8344-ed1d-40d2-8cca-2035f5d6f929) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-70c79bf0-300f-4934-9dd5-2dfe924562b0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ef17341a-6910-4139-82cd-52d95298e3b2) 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 {
}
