/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-accbb32b-c3ab-44b6-816a-33345630dc0c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-eb0f48a8-6a01-4f5a-90e3-576ff66d96b9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e667f4c9-9339-42d5-9c26-795f67804d2b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a8c62914-a834-4e07-acb7-d7a53737dfe5) 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 {
}
