/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-54844c06-4ea2-43dc-8e88-650e47e7a1b6) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1954321d-a784-45a7-b9ea-ce07eda8f853) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-da7037d0-24f4-4aaf-af21-727a95676d98) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5675ac4d-02c2-4935-89c6-45048c71881f) 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 {
}
