/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-536b2296-1642-44d3-86ec-fa34b45e7250) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4c22f300-84c3-4672-8312-3230706e0078) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-502e06c1-17a2-4ea9-9216-9a933a313a62) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-eccdb913-c317-4c0e-b2d7-05b714159eb2) 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 {
}
