.crm-container .crm-marker, .crm-container-snippet .crm-marker {
	color: red;
	font-weight: bold;
	font-size:18px;
	margin-right: 5px;
}

.crm-container  input.form-text, textarea.form-textarea, select {
	background-color: #FCFCFC;
	border: 1px solid #ABABAB;
	color: #999;
	font-size: 14px;
	padding: 0px;
	width: 100%;
	min-height: 0px;
	box-shadow: none;
	border-radius: none;
}

.crm-section select {
min-height: 0px;
}

.crm-container  .label {
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #000; 
	text-align: center;
	white-space: nowrap;
}

#crm-container.crm-public .crm-section, .crm-section {
	margin-bottom: 20px;
}