/*
* jQuery UI Numeric Up/Down v1.0
*
* Copyright 2010, Tony Kramer
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license

*/
.ui-numeric { display: inline-block; border: 1px inset #7E7F7F; width: 95%;}
.ui-numeric input[type=text] { border: none; text-align: right; margin: 0px; vertical-align: top; }
.ui-numeric input { border: none; text-align: right; margin: 0px; vertical-align: top; }
.ui-numeric-currency { display: inline-block; padding: 0px 2px; vertical-align: top; }
.ui-numeric-buttons { display: inline-block; padding-left: 2px; }
.ui-numeric-buttons .ui-button { margin: 0px; width: 18px; height: 18px; }
