#express {

}

.shadow {
	background-color: #999999;
	display: block;
	text-align: center;
	padding: 10px;
	border: 1px solid #CCCCCC;
	position: absolute;
	left: 227px;
	top: 141px;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	z-index: 1998;
	height: 450px;
	width: 600px;
}

.framer {
	background-color: #FFFFFF;
	display: block;
	text-align: center;
	padding: 10px;
	border: 1px solid #CCCCCC;
	position: absolute;
	left: 217px;
	top: 127px;
	z-index: 2000;
	width: 600px;
	height: 450px;
}
.top-bar {
	background-image: url(/images/contact-bar.jpg);
	background-repeat: repeat-x;
	height: 20px;
	display: block;
	text-align: right;
	width: 600px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
