/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-332a11e9-7cf4-41d2-9a8f-8f42620d3de5) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-87542d6e-d139-42d1-89da-2c616758f6fb) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-25ff854a-fd98-4a2f-90ff-7e31b572fbb3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-43cf1a6a-4d5f-4a2b-80ea-a179f18af194) 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 {
}
