/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-65c89365-2ab6-4720-ad53-6b5c5c3a85bb) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5ad49bb5-fc75-4362-a81f-0705b95f4cc5) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9863ae7f-9515-4a26-b194-ef94f078b5b3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8221071d-ab2b-41ee-a30a-4643f29fc9c1) 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 {
}
