#contact-form {
	position: relative;
	}

#contact-form p {
	text-align: center;
	}

.visible {
	position: relative;
	margin: 1em 0 0 0;
	width: 220px;
	}
.visible label {
	position: relative;
	text-align: left;
	}
.visible input, .visible textarea, .visible select {
	position: absolute;
	left: 230px;
	}

.visible-wide {
	position: relative;
	margin: 1em 0 0 0;
	width: 440px;
	}
.visible-wide label {
	position: relative;
	text-align: left;
	}
.visible-wide input {
	position: absolute;
	top: 5px;
	left: 450px;
	}

.visible-comments {
	position: relative;
	margin: 1em 0 0 0;
	height: 120px;
	width: 220px;
	}
.visible-comments textarea {
	position: absolute;
	left: 30px;
	top: 35px;
	height: 90px;
	width: 500px;
	}

.visible-submit {
	position: relative;
	margin: 1em 0 0 0;
	height: 20px;
	}
.visible-submit input {
	position: absolute;
	left: 250px;
	}

#reports {
	position: relative;
	margin: 1em 0 2em 0;
	}
#reports h4 {
	margin: 0 0 0.5em 0;
	}
#reports div {
	position: relative;
	margin: 0 0 0.5em 0;
	}
#reports label {
	position: relative;
	left: 180px;
	text-align: left;
	font-weight: bold;
	}
#reports input {
	position: absolute;
	top: 0px;
	left: 150px;
	}

.tip {
	position: relative;
	left: 230px;
	margin: 0.3em;
	width: 300px;
	}
.error {
	color: red;
	margin: 0.3em;
	}

#cookie-box {
	margin: 1em 0 0 0;
	padding: 0.5em;
	border: solid black 1pt;
	}

/* Redefines of things defined elsewhere */

.head {
	margin: 0em;
	padding: 0.5em 0.5em 0em 0em;
	font-weight: bold;
	}
.row {
	margin: 0em;
	padding: 0.5em 0em 0em 0em;
	font-weight: normal;
	}
hr {
	margin: 1em 0 1em 0;
	}
h4 { text-align: center; }

li { text-align: center; }
