/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ee2334fa-7371-4822-9bfa-27105ccfcbc5) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-18202403-53ff-464c-9b12-b5103c2e1ebb) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5331658e-0f9c-44cf-9d23-c6f7ec1c0a9c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c0b31daa-edb5-417b-ab10-2c6571d031db) 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 {
}
