.contactForm {
	overflow: visible;
	position: absolute;
	left: 259px;
	top: 190px;
	width: 450px;
	height: auto;
	z-index: 5;
	
	
	color:#000; 
	font-family:Arial; 
	font-size:12px;
}


.contactForm td, .contactForm tr {
	font-size:12px;
}


.contactForm table tr td {
	padding-bottom:5px;

}


.contactForm textarea {
	
	width:98%;
	height:80px;

}

.contactForm select {
	width:100%;
}

.contactForm .submitButton {
	width:100%;
	border:2px;
	border-color:#0066FF;
	background-color:#0066FF;
	color:#FFF;

}



.contactForm .largField input {

	width:95%;
	margin-bottom:5px;
}


.contactForm .contactInformationLeft {
	padding:4px;
	font-weight:bold;
	
}


.contactForm .contactInformationRight {
	padding:4px;
	font-style:italic;
}


.contactForm a {
	text-decoration:none;
	color: #000000;
}



.contactForm a:visited {
	text-decoration:none;
	color: #000000;
}

.contactForm a:active {
	text-decoration:none;
	color: #000000;
}


.contactForm a:hover {
	text-decoration:none;
	color: #000000;
}