/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f8c38b33-533c-4444-a92a-d0cb4c0c3b3d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2ecc4f1b-1e7a-42f1-b0c3-29826ddd7bae) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-41a60de9-c74b-4993-9ff1-727a046f46b8) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7566424c-c4d6-435a-844b-524ca447795b) 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 {
}
