/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9203bcf4-6a45-419f-9338-ed6b239a858f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-432c308e-f710-41a6-9eae-0d3ea7e3181b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f7b6fa63-bcb3-439f-b524-75df2536d754) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f76945bf-e2c8-4c93-966b-c9e38fdbb8d9) 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 {
}
