@charset "utf-8";
/* CSS Document */
.formX {
	list-style: none;
	font-size: 20px;
	line-height: 24px;
	color: blue;
}

.formXli {
	margin-top: 15px;
}

.formLabel {
	margin-top: 12px;
	;
}

.dxNumberBox {
	font-size: 24px;
	padding: 8px;
	padding-right: 20px;
	padding-left: 20px;
}

.bgc_beige {
	background-color: beige !important;
}

.bgc_beigeK {
	background-color: #CDDC39 !important;
}

.bgc_bisque {
	background-color: bisque !important;
}

.bgc_yellow {
	background-color: #FFEB3B !important;
}