/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-00891e90-a2b5-499e-ba0b-f2d4497b7fc5) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3d872079-b5a2-4f6f-ab3b-6555c0e80132) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4124e658-739a-4c14-8892-e4573b421843) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-94bc249a-7983-4df4-b679-0bfae322f1bf) 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 {
}
