/* Common elements */

#contactForm {
	font: 100% Arial, sans-serif;
}

input {
	width: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
}

input:hover {
}

label {
	width: 150px;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	float: left;
	display: block;
	font-weight: bolder;
}

textarea {
	width: 200px;
	margin-top: 10px;
	margin-bottom: 5px;
} 

.required {
}

legend {
	font-size: smaller;
	font-weight: bolder;
	color: gray;
}

fieldset {
	margin-bottom: 20px;
	border-bottom: 0;
}

/* Specific Divs */

#preamble ul {
	list-style-type: none;
	text-indent: 0px;
	margin: 0;
	padding: 0;
	float: left;
	width: 200px;
	margin-bottom: 2em;
}

#preamble p{
	clear: both;
}

.city {
	font-weight: bold;
	font-size: 12px;
	line-height: 2em;
	color: #0066FF
}

#radioGroup1 input {
	width: 20px;
}

#radioGroup2 {
	clear: both;
	margin-left: 150px;
}

#radioGroup2 input {
	width: 20px;
}

#timeFrame div{
	clear: both;
}

#timeFrame select {
	margin-top: 10px;
}

#buttons {
	text-align: center;
}

.error {
	border: 1px solid red;
}

.errorMsg {
	color: red;
	font-weight: bolder;
}