.conferenceTitle {
	font-weight: bolder;
	font-size: 1.1em;
	font-style: normal;
	color: #cb182d;	
}

h3 {
	text-transform: uppercase;
	margin-bottom: -5px;
	padding-bottom: -5px;
}

h2 {
	text-align: center;
}

.rm {
	font-weight: bolder;
	text-transform: uppercase;
	font-style: normal;
}

span.validationError {
	color: red;
	visibility: visible;
}

label {
	padding-right: 1em;
	display: table-cell;
	text-align: right;
	width: 36em;
}


label.required {
	font-weight: bolder;	
}


label.required:before {
	content: "*";
}

.warn, .error {
	display: inline;
}


span.rmSubtitle {
	text-transform: lowercase;
	font-style: normal;
}

div.fillout {
	float: left;
}


h4 {
	clear: both;
}

input.itemsForPurchase {
	/*position: relative;
	float: left;*/
}

.warn {
	color: goldenrod;
}

.error {
	color: red;
	background-color: inherit;
}

.formField {
	vertical-align: bottom;
	display: table-row;
	width: 160em;
}

.itemsForPurchase {
	padding-bottom: 1ex;
	margin-bottom: 2ex;
}

.formControl {
	display: table-cell;
	text-align: left;
}

