/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-94381242-10a5-4708-bcdc-ac4140afa4b2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-226ffd04-88ca-4ed4-a921-f86871564835) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-072755e8-85a3-4a57-96b6-c39e79c91e96) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d81b3e56-39fe-4c7e-aed6-646d9f7522e7) 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 {
}
