/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-32a09b82-5df8-4fc1-b3b9-467a3dd55d5c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b0a51025-c51a-4a08-88bd-8ced560bdee9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8f0c3be7-fb4d-49e9-8752-b51c941ba9ed) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-fa4d5ecb-57c6-4f78-bfcb-648ecc4c92f3) 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 {
}
