/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-81d8074c-0280-4b2f-80d9-31cb45ed15a2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-09ef0373-f966-48fa-8a07-aaf2ed8e9418) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d9a51025-9793-4377-9941-7d9379daa5b1) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4b5d772b-412c-435c-870d-b25792d15142) 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 {
}
