.measure_polyLine {
	background-image: url("../images/icons/i_draw_line.png");
}

.measure_freehandLine {
	background-image: url("../images/icons/i_draw_freeline.png");
}

.measure_polygon {
	background-image: url("../images/icons/i_draw_poly.png");
}

.measure_Pan {
	background-image: url("../images/icons/i_pan.png");
}

.measure_Erase {
	background-image: url("../images/icons/i_erase2.png");
}

.measure_win {
	background-repeat: no-repeat;
	background-position: center;
	height: 40px;
	width: 40px;
}
#draw_color_picker {
	margin: 0;
	padding: 0;
	font-size: 12px;
	border-bottom-color: rgb(197, 194, 194);
	border-top-color: rgb(197, 194, 194);
	border-left-color: rgb(197, 194, 194);
	width: 102px;
	height: 30px;
	border-right: 20px solid #000000;
	line-height: 20px;
}

.draw {
	margin: 0px;
	padding: 0px;
	height: 30px;
	font-size: 12px;
	vertical-align: middle;
}
