/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e1e24e9d-a2aa-40e5-8ea9-d476ecbc94c2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ea4cd757-b644-4780-81a0-697fccab6a71) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1294a589-681a-45dd-9aab-6f9374942886) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-fe390fb4-9029-4a94-b7e7-c568ad07334e) 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 {
}
