/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7374ff33-7f8d-4696-aa76-4cff1fd3c5d1) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e54d70e7-fd6a-4c04-9c7a-1fa3a2c11c9b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-916283d3-27af-4e59-b244-58f0b497b329) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6ac4c1be-c54a-4129-8303-a62fbbd473ec) 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 {
}
