.borderlessImage {
	border: 0px;
}

.image {
	padding-left: 20px;
	padding-right: 20px;
	border: none;

}
.imageAlignedLeft {
	display: inline-block;
	float: left;
	
}

.imageAlignedRight  {
	float: right;
}

.centeredDiv {
  margin-left: auto;
  margin-right: auto;
  text-align:center;
}

.floatLeft {
	float: left;
}

floatRight {
	float: right;
}

.clearboth { clear: both; }

#contactForm  {
	margin-bottom: 20px;
	width: 610px;
	margin-left: auto;
	margin-right: auto;
	border: #a6a6a6;
	border-width: 1px;
	border-style: solid;
}

#contactForm div {
	width: 305px;
	padding-top: 10px;
}

#contactForm img {
	margin-left: auto;
	margin-right: auto;
}
.error  {
	font-weight: bold;
	color: red;
	font-size: 10px;
	padding-bottom: 10px;
	text-align: center;
}

textarea {
	width: 300px;
	height: 200px;
}
