/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-37b2b4cc-5f0b-4a77-8932-6ad6e4c913c0) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3e648dd6-3abf-409d-93ab-1525c60e3d1e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-fcf246fe-c8c1-445b-b383-e3dc4fae0702) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-abba8f67-55a0-45b3-8259-bada8450e7d4) 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 {
}
