/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c9d92112-6ae9-4ccc-9370-5f92cd8acbfd) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-16b9e2c8-bca2-4ae5-b696-d6e75e9da35f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3375c21e-bc45-4818-afe8-94c72920ed6d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5bb79992-5ee8-4855-b44f-9e0bfe4a975a) 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 {
}
