/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b4acfdac-f3df-4a77-8493-0c437f59ea16) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8b300c64-0455-4904-92c0-234cff827645) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-cd8416b9-1294-4761-b71b-db77afa6e4b1) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1c2c5d9c-f382-4383-a9e1-8b5e2fcd01d0) 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 {
}
