/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6da8eb99-885e-4111-ae05-35f5c523394f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e7c6b372-e042-42ac-8bda-404121e56f94) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0933f514-3a5b-4051-8d35-46c8dbbe8c1b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7fe4a801-88b6-4c63-86f0-4f3ef29b8d4b) 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 {
}
