/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6a99e2eb-b956-446b-8975-606097707878) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f78c60c8-2cd2-4760-805d-dfbd3467f6a8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-82676b0c-7a1d-47cb-b6a2-5e2cba781f87) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-51227b0a-cf65-4371-869b-61a44ebf9f21) 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 {
}
