/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-618b36f4-a29a-41de-9383-83519d47d121) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-fcf78c45-80b9-4ae8-a223-94ed6870d559) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-71546ff0-f399-4b49-b053-6a58fbf2b3b2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7a92b9f2-f49b-4fb3-8b2e-d6037cccf6d9) 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 {
}
