.form {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border-spacing: 0;
}

.formLine td {
	margin-bottom: 5px;
}

.formLine {
	height: 30px;
}

.formLabel {
	width: 40%; 
	text-align: left;
	vertical-align: top;
}

.formElement {
	width: 70%;
	margin-left: 16em;
}

.formElement input, formElement select, .formElement textarea {
	width: 100%;
}

.formElement input[type="checkbox"] {
	width: auto;	
}

.formError {
	color: #FFFF00;
}

div.pollBar {
	height: 5px;
}

img.pollBar {
	height: 5px;
}

img.internal {
	border: none;
}


#footer { 
	border-top: 1px dotted #CDC4AC;
	text-align: center;
	width: 100%;
	margin: 25px 0;
}

#footer table, div.table {
	display: table;
	empty-cells: show;
	border-collapse: collapse;
	width: 100%;
}

div.row {
	display: table-row;
}

div.cell {
	display: table-cell;
}

div.article h1 {
	display: none;
}

div.block {
	margin: 0 0 25px 0;
}