/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-687aae9e-8687-496a-8e44-7f361a94cf0d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-cfc80cf0-128f-41e1-bf5f-f8ab028d663d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f6477260-a156-4025-8bbd-de4586ef6aa3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1f6449a7-7918-4cab-9e6c-eb04a7c7db80) 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 {
}
