img {
	border: 0px;
}

.borderlessImage {
	border: 0px;
}

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

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

.imageAlignedRight  {
	float: right;
}

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

.horizontalDots  {
	color: #7f7f7f;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 50%;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-style: dotted;
	
}

.verticalDots, .dots700, .dots650 {
	color: #7f7f7f;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 20px;
	border-right-width: 0px;
	border-left-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-style: dotted;
	float: left;
}

.finePrint {
	
	font-size: 10px;
	width: 75%;
	color: #666666;
	margin-left: auto;
	margin-right: auto;
	
}

.dots700 {
	height: 700px;
}

.dots650 {
	height: 700px;
}

.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;
	padding-left: 7px;
}

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

fieldset {margin-right: auto; margin-left: auto; background:#f2f2e6; padding:10px; border:1px solid #fff; border-color:#fff #666661 #666661 #fff; margin-bottom:36px; width:80%;}
dl {clear:both;}
dt {float:left; text-align:right; width:150px; line-height:25px; margin:0 10px 10px 0;}
dd {float:left; line-height:25px; margin:0 0 10px 0;}
legend {background:#2b6bb6; color:#fff; font:17px/21px Calibri, Arial, Helvetica, sans-serif; padding:0 10px; margin:-26px 0 0 -11px; font-weight:bold; border:1px solid #fff; border-color:#e5e5c3 #505014 #505014 #e5e5c3;}