/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ec32401c-580d-43b3-af7b-30cf8f066ece) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-656fda38-2f4f-4521-a97a-0ac53c48ae08) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-685170e8-dea4-496c-90bd-9bc72b727b7c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-cbb1d8db-1b30-4faa-aa78-2c5cfac87441) 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 {
}
