/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-535c0fec-66eb-47b4-b105-d86c7c1c0fa8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-be588661-d6dd-4a7b-863f-fb36948ce308) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3c49ee70-936a-41ed-920c-189c88d00733) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6958ed6d-c51f-4f74-b415-ecd3b215d295) 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 {
}
