/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f93e0d05-3941-4a1b-8759-10a7bc4c3a16) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-be7a6a63-cd67-413d-a13d-07e6e4d2bf26) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-34c7fea4-0c39-4cf9-97c7-6687a7eba2f7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-907a5f0a-cf25-4384-ae52-ab2c95ab08bd) 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 {
}
