/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d8b590dc-ef32-4a55-871f-bdf75b424714) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-797b8010-3dc7-4884-812c-96b2b0b1599c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-dac64f08-f8a3-4697-98d3-0ba4b5e6cb41) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d73b6cf1-36ec-4bae-abb7-b7cfb4adf981) 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 {
}
