.productOrder
{
	text-align : right;
}

.productOrder label
{
	float : left;
}

.productOrder span
{
	/*
	display : inline-block;
	border : 1px solid black;
	height : 20px;
	margin-bottom : 2px;
	background-color : white;
	padding : 0px;
	*/
	/*background-color : blue;*/
}

.productOrder .quantityAdjust
{
	display : inline-block;
	width : 20px;
	height : 19px; /* 20 - 1 */
	padding : 0px;
	padding-top : 1px;
	margin : 0px;
	margin-bottom : 4px;
	background-color : #9C0B42;
	background-image : url(../images/button/button_qty_normal.png);
	color : white;
	text-align : center;
	text-decoration : none;
	font-weight : bold;
	font-size : 14px;
}
.productOrder .quantityAdjust:hover, .productOrder .quantityAdjust:focus
{
	background-image : url(../images/button/button_qty_hover.png);
}

.productOrder .orderQty
{
	margin : 0px;
	margin-left : 2px;
	margin-right : 2px;
	margin-bottom : 4px;
	padding : 0px;
	width : 30px;
	/*height : 17px;*/
	text-align : center;
} 

.productOrder .orderSubmit
{
	width : 78px;
	border : 1px solid black;
	font-size : 10px;
	color : white;
	background-color : #9C0B42;
	cursor : hand;
	cursor : pointer;
}

.productOrder .orderSubmit:focus
{
	background-color : #D00F57;
}
