/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d87eb2a4-8c4b-4ac1-87cb-c5a2ac611c44) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-762e6de1-ef63-4eb4-ad3a-a949a2625972) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3110b7f7-325a-4422-9a44-ead78b3e0ee6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6437646f-6536-429f-b979-ec5b7cc834b1) 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 {
}
