/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-25dcf017-d785-464d-a85d-404c5fb4e981) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-23327979-4cf0-4ebb-8599-fdb1df72e0bc) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5a2d0bd9-59da-4d30-b5ff-5bc5c2a8456e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c7f90628-211b-43ff-bc81-7d7e240db582) 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 {
}
