/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-349487cf-085b-43cb-b33c-475653f04e03) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-125b2b0e-6336-4b7c-8c36-fc5a5d547f57) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-832f32dd-574b-40d0-8e53-d3755cbdcbfe) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2f647383-edc3-41fc-bfec-40b1052fc96b) 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 {
}
