.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF0000;
	font-weight: bold;
}

.underLine {
	border-bottom: solid 2px #c9c9c9;
	border-top: none;
	border-left: none;
	border-right: none;
	padding: 1px 0px 1px 0px;
	background: transparent;
}

.headerSmall {
	font-family: Arial;
	font-size: 16px;
}

.headerBig {
	font-family: Arial;
	font-size: 20px;
}

.container {
	position: relative;
	width: 100%;
}

.containerTable {
	position: relative;
	display: table;
}

.floatCell {
	float: left;
	display: table-cell;
}