/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-bceba35f-df4a-4b98-9998-e268b515f399) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4d5114f9-6d3b-4a1d-b2c5-a3addb194af3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3f36afa7-5a07-42b4-9e75-6cc19b084bcb) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d0c91485-8078-4f2f-9ac4-abcb1b370064) 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 {
}
