/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3e6d97a7-c7e0-4419-b2ae-539a0013efed) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-dea1d2b6-91eb-45c5-89c5-b38ca876d553) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0ccaed10-95ae-452b-8303-a8add87b2524) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-31817bfa-c8ae-46ad-9be9-5a29240dadb6) 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 {
}
