img {
	border: 0;
}
/* Custom Classes*/
.clear {clear:both;}
.floatright{float:right;}
.floatleft{float:left;}
.padtop{padding-top:1.5em}
.center{text-align: center;}

.errorBox {
	border:1px solid red;
	padding:2em 2em 2em 2em;
	background-color:#ff6666;
	margin-bottom: 1.5em;
}

.borderleft {
	border-left:1px dotted #AAA;
}
.borderright {
	border-right:1px dotted #AAA;
}