/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7399e267-9a22-432a-93e5-66ef2cf7e017) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-17263c60-42c5-42c1-93ff-ec3e043f9db0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-aba1145f-e038-441b-8c42-02b78befd43b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e308ce13-2917-48d2-9601-ee371faea86b) 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 {
}
