/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1f6365fb-aca5-41b2-b281-1abd8fa74268) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b543c3a9-aa38-4542-bbb9-43fc6c387728) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7cdf7796-ea3f-4b09-83db-47da51f9015b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a0e52294-10fc-4d68-bb33-996c1e5c7843) 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 {
}
