/* CSS Document */

body,
table,
tr,
td,
div {
	color: #333;
	font-family: Verdana,Arial;
	font-size: 11px;
	line-height: 15px;
}

body {
	margin: 0px;
	padding: 0px;
}

/* Form-Styles */
.button {
	width: 144px;
	font-family: Verdana,Arial;
	font-size: 11px;
	background-color: #ddd;
	border: 1px solid #ccc;	
	font-weight: bold;
	color: #999;
}

.contacttable {
	
}

.formfootercol {
	padding: 18px 0px 0px 0px;
}

.input {
	width: 350px;
	border: 1px solid #ccc;
}

.city_input {
	width: 196px;
	border: 1px solid #ccc;
}

.zip_input {
	border: 1px solid #ccc;
}
/* Form-Styles END */

/* Miscellaneus */
.high {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.error {
	color: #c03;
}
