/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-479cfd0c-c88f-4a7c-9126-0e32ab5f50db) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-557b2a42-9c01-40d9-aa10-6882e956e6a4) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-38717447-988b-4052-b069-d09a523e56c5) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-399a9b56-4043-4253-bc2a-8eef732ffd3b) 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 {
}
