/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3887360c-9b0a-4541-b247-e0b754a95744) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-27b09dd4-54a6-4340-bd8f-290cfac6370c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b7cb531f-ccaf-4b44-b094-d76ecbb09d95) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b42689c2-f169-48d3-9d56-ef87ba69fe2f) 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 {
}
