/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-fd2efdef-a032-404f-a40b-6a9f8b4570cc) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2a7609d7-2d05-43f8-b6ff-7535e4d6d41d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-cb90f683-d55d-40d2-8f3c-fe84a0b5ae90) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1a3960fb-37b2-4ce3-bdf0-d0c8199aec58) 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 {
}
