/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a23b7911-e2ed-4cb1-870e-1a6960c56e1f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-76b475fd-046b-4ef7-837b-fd233619fa19) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4be0c69e-d27e-4ea5-bd1e-a05e895c8c79) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7fb5b433-1e5a-4aa9-b8a7-9458dafc3734) 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 {
}
