/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a42d8763-302f-4c01-832a-0250c6fc347c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1bb3789f-2aae-46a0-982a-f80cedb98fbf) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-262174ca-8910-4c05-89b5-270c4cb917c7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2d151a87-0f2c-49c1-9824-9b5870244dac) 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 {
}
