/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-334fbb8f-a8b3-429c-9b91-cdf38347bb15) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f0312fed-4e9a-47f0-91b0-d4e179b9ba55) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8b186125-bbae-475a-ba42-3f6036cd71e6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-13b6c302-b928-4027-a3b8-95f0ba023977) 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 {
}
