.stock-wrapper { }
#accountHistInfo .stock-wrapper { margin-top: 5px; }


.stock-msg { 
	border:2px solid #577994 !important;
	-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px; 
-khtml-border-radius: 4px; 
background-color: #F7F7F7; 

padding: 5px; 
display: inline-block; 
margin: 3px;
 }
#productAttributes .in-stock, .stock-msg.in-stock { color: green; }
#productAttributes .no-stock, .stock-msg.no-stock { color: red; }
.in-stock.stock-mixed { }
.no-stock.stock-mixed { }
.posm-prev-choices { font-weight: normal; }
.posm-error { font-weight: bold; color: red; }