/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a024c077-3d01-4794-9c89-ccc862ae6f13) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f43e52b3-4ae9-44f1-8944-a890e688f269) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-fc811cdb-98b9-4d4d-a2f3-1246239b8213) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8d3c0a34-ee5e-404d-a225-c12b1b12a58a) 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 {
}
