/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7a7d929f-8050-4c0b-9146-5b726826f74b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0fbc43bb-6b91-4046-8c47-6a19970ce69e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9f231aed-7399-406d-bb04-56af572aa162) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8a59f384-4fff-4d15-8715-7170766a0e8c) 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 {
}
