#pageBg{ /* background image for the page */
	background-image: url(/imgs/contact-bg-preload.jpg) ;
}

#page{
	background-color:rgba(255,255,255,0.6);
}
#content{
	margin-top: 100px;
}
legend{
	font-weight: bold;
}
.rightAligned{
	position:relative;
	text-align:right;
	padding-top:20px;
}
#contact-send{
	padding-right:12px;
	margin-right:20px;
}
#contact-send img{
	padding:12px;
}
#footer{
	overflow:hidden; /* contain floated content */
}
