/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-02747d91-27ff-470b-8408-f0a45a88981d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9c8f7e4d-b506-4f7d-b704-c329cb650a9b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-26567bcd-487f-41e9-b576-62c190b88b71) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-55e3685c-0f74-4743-a2cf-bbf6330d2141) 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 {
}
