/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2c6349e6-3498-44a3-918e-d1326b954216) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bfffd184-e1bc-4230-8973-af743ac7c16a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-40bc3788-516c-4285-9462-65413f1c8488) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-576ca30a-8b22-4b6f-9411-a7ff8cc1ab44) 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 {
}
