/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5f7ce34f-0e70-4767-887e-1a94fe099876) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4c965fe4-d47c-46a0-9c20-0f36c6f4c955) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-45830869-a073-4843-a52a-474eabdcd6ac) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ca2bcb6f-6b4d-44c9-88e8-d7523ae4f008) 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 {
}
