#fastordertop {
	background-image: url('/images/general/layout/fastorder_mid.png');
	background-repeat: repeat-y;
	width: 174px;
}
#fastorder {
	background-image: url('/images/general/layout/fastorder_bot.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
	text-align: center;
	width: 174px;
}
#fastorder_title {
	background-image:url(/images/general/layout/fastorder_top.png);
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	height:29px;
	padding-top:7px;
	text-align:center;
/*
	background-image: url('/images/general/layout/fastorder_top.png');
	width: 174px;
	height: 29px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 7px;
*/
	/* START :: IE6 and lower hacks */
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/general/layout/fastorder_top.png',sizingMethod='scale');
	/* END :: IE6 and lower hacks */
}
#fastorder_title a{
	color:#FFFFFF;
	text-decoration:none;		
}
#fastorder input {
	border: 1px solid #9999CC;
	padding: 2px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #9999CC;
}
#fastorder p {
	color: #FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	margin: 3px auto 5px auto;
}
#fastorder p img {
	margin: 0 0 -2px 5px;
	cursor: pointer;
}
#fastorder span {
	display: none;
}
#fastorder .large {
	width: 100px;
}
#fastorder .small {
	width: 45px;
}
#fastorderok {
	background-image: url('/images/general/layout/fastorder_ok.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 174px;
	height: 26px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding-top: 7px;
	cursor: pointer;
	/* START :: IE6 and lower hacks */
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/general/layout/fastorder_ok.png',sizingMethod='scale');
	_width: 171px;
	_margin-left: 3px;
	/* END :: IE6 and lower hacks */
}