/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-57fc06d7-3b37-4433-8594-6dc639ecac2e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bcc44538-2928-4bc8-9226-2daaac323818) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9b2ca6a1-a89b-4b81-aa42-f288b24b7967) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2c2e0005-9b94-436a-a860-9591840c5841) 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 {
}
