.controls .required {
	border: 1px solid #FFCCCC;
}
.controls:hover .required {
	border: 1px solid red;
}
.btnmarge {
	margin: 4px;
}
.btn {
	linke-height: 18px;
	cursor: pointer;
}
.btn i {
	margin-right: 4px;
	margin-left: 4px;
}
.foldsection .foldcontent{
	display: none;
}
.foldsection .navbar {
	cursor: pointer;
}
.foldsection {
	margin-bottom: 30px;
}
.modalsizesmall {
	width: 30%;
	margin-left: -15%;
}
.modalsizemedium {
	width: 50%;
	margin-left: -25%;
}
.modalsizelarge {
	width: 90%;
	margin-left: -45%;
}

.modal .modal-body {
	overflow-y: auto;
}
.listform .row {
	margin-bottom: 5px;
}

.prodblock{padding-bottom:30px;border:1px solid #f00;}
.prodblock a{min-height:250px;padding:20px;}