/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-02ec8051-2dbd-4302-86bf-2bf881aabdec) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-fad459eb-d5ad-4fec-b988-1c2e403be037) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2c991fe6-55b5-4ab0-b76a-7283b61755ca) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6c608a59-8a8e-43a7-9d7e-d61373a68809) 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 {
}
