/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2ee295fd-acd9-4964-bf33-446242f4f6d1) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2a225816-80fe-468e-b113-f19a4777a7dd) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-575e7da6-48a1-45d1-9e45-43ff690ab968) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9f53a4e6-f945-4704-ae7b-d22be7df4a17) 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 {
}
