/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b8a3d92f-ace3-4555-96fb-a15bc5c57bc6) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bb675878-4af7-4400-910c-005086f62e25) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5f2731b1-6268-4f32-acc8-350677f5d901) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ed1d6015-e495-4387-8c5d-92717f7de320) 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 {
}
