/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8553e8d7-7b1c-4445-b4b6-8270f02a9752) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b3b56083-c5bb-428b-8803-9fd2ce3b386c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-82d8ade1-1b82-41d5-9d64-b622a5e74729) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-517a9daa-cb09-48ed-b55a-b1e30be6d027) 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 {
}
