/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-85eb1af6-993d-4887-8c66-62946bd5091c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b11fc0ff-e132-478a-a6f8-4004f6a5d820) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-aa10039b-b6d5-4479-b5e6-92483060a8ff) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-97b0dbc1-70bc-4cec-844c-5dfbb1d25dbd) 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 {
}
