/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f04816a3-4f7b-44d1-bdca-5f9a2bf2b198) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-52490328-7ebf-481e-970b-2ca1139df9de) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a6cf62e4-e7de-411e-9c7f-1662341e1b92) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ab7ff026-2682-4858-99f7-e91bdb5dd721) 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 {
}
