/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-51272a4c-ea9b-49ee-9c56-70a75e81b96c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f4e41944-d65f-4d1b-8c4a-3ba0acc332ab) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-bf3e3752-8892-431f-8409-122e51223152) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c2769893-07b4-437a-bdde-3d70e8d3b783) 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 {
}
