@CHARSET "UTF-8";



.measuresListHolder{
	margin-bottom:20px;
}

.measuresListHolder .title{
	color: #fff;
	background: url("../images/headerBg.png") repeat-x;
	padding:3px;
}

.measuresListHolder .content td{
	border-bottom: solid 1px #ccc;
	border-top:none;
	padding:2px;
}
.measuresListHolder .content b{
	font-size:14px;
}

.measuresListHolder .measureForm td{
	border:red;
	vertical-align: top;
}
