@charset "utf-8";
/* CSS Document */

#orderA, #orderB {
	margin: 25px 0 50px 180px;
	width: 400px;
	height: 100px;
	}
#orderA a, #orderB a {
	margin-top: 25px;
	float: right;
	}
#orderA a:hover img, #orderB a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	}
#orderA { background: url(../images/bg_od_15.gif) no-repeat; }
#orderB { background: url(../images/bg_od_28.gif) no-repeat; }