/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5b5aa028-12ea-4475-be87-383245f40012) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e9b5c598-d59f-40d4-8693-5e15626bbb7d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-003691eb-fac9-4572-a4e0-37392ee9c8ce) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-43e5d9c8-0563-497e-8020-4da97004867b) 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 {
}
