/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-821e5e8f-e394-4604-943a-db7d1682fd4c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-be1ad630-2db0-475d-8db7-c1332b9deb2c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a6aa2632-f802-4285-89d4-6076f9047a36) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-857b2e49-1e4b-4a1c-bda1-8737172abc07) 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 {
}
