/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2a1f4590-2395-4de4-a2a0-278d2e6bc85c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d1151a32-414b-487d-beb4-70145a58be4b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e26eaabf-927c-4038-8356-e25a73899abb) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-871d1bff-4cfc-4feb-9cfe-de670135112b) 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 {
}
