/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-eb1880a2-23a0-4eab-aee7-81a76912b280) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6a706bbb-0067-4f47-a66c-8f8765f5b235) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-739df060-90cb-46d8-8db2-c4f28ebad290) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-12ffe999-9243-41c5-8a7b-22a8e939ab40) 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 {
}
