/* CSS Document */

#top {
	background-image: url(../images/contact/top.png);
	background-repeat: no-repeat;
	width: 387px;
	height: 10px;
	margin: 0px auto;
	overflow: hidden;
}
*html #top {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/contact/top.png',sizingMethod='crop');
}
#middle {
	background-image: url(../images/contact/middle.png);
	background-repeat: no-repeat;
	width: 362px;
	height: 311px;
	padding: 0px 10px 0px 15px;
	margin: 0px auto;
}
*html #middle {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/contact/middle.png',sizingMethod='crop');
	width: 387px;
	height: 311px;
	text-align: left;
}
#middle_inner {
	width: 200px;
	height: 301px;
	padding: 5px;
	text-align: left;
	overflow: auto;
	position: relative;
}
*html #middle_inner {
	width: 210px;
	height: 311px;
	overflow: hidden;
}
#middle_inner h1 {
	margin-bottom: 0px !important;
}
#middle_inner p {
	margin-bottom: 6px !important;
}
#bottom {
	background-image: url(../images/contact/bottom.png);
	background-repeat: no-repeat;
	width: 387px;
	height: 251px;
	margin: 0px auto;
}
*html #bottom {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/contact/bottom.png',sizingMethod='crop');
}
