/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-134f6561-6b2f-4e40-8500-eb99070d5832) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b88f9270-ac9c-4e77-80a0-08b4d094bf20) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-04d3c562-30f8-4982-b122-2edd66426945) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2ea53add-02bc-4607-8c72-ef6160a444fe) 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 {
}
