/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2aab76bf-84ae-4607-a7cb-a7b1de3f474b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-db0e0c32-a8b3-41b2-9131-6730081a4177) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2965e7c3-c18c-4358-b311-adba49aaf2ad) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e0739c1b-39d3-4750-a1fb-89c168508415) 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 {
}
