/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e6bd8442-17c0-4d16-8c62-b8b31a08add8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b41ae4fa-e651-436d-9ce0-96ec6ad741e0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2aa6613c-bf2d-4899-a931-b337a82088b3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7d92ff4a-b76f-48d8-ba54-32bb770698da) 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 {
}
