﻿/*
 | -------------------------------------------------------------------------------------------------
 |  myNumber v1.0 - jQuery plugin
 |
 |  Written by Völgyi István (info@s4d.hu)
 |  Date: 2011/06/23 (Thursday, 23 Jun 2011)
 |  http://www.s4d.hu/plugin/myNumber/
 |
 |  Copyright (c) 2011 Völgyi István (S4 Design - http://www.s4d.hu)
 |  Dual licensed under the MIT and GPL licenses:
 |    http://www.opensource.org/licenses/mit-license.php
 |    http://www.gnu.org/licenses/gpl.html
 |
 |  Built for jQuery library
 |    http://jquery.com
 | -------------------------------------------------------------------------------------------------
*/



form{width:232px;color:#6d6c6c;font:normal normal 12px/12px arial,verdana,tahoma}
form p{float:left;width:232px;height:44px;margin:0 0 7px 0;padding:12px 0 0 0;background:url(p.png) no-repeat 0 0}
.myNumber{float:left;color:#40919b;font:normal normal 12px/12px tahoma,arial,verdana;text-align:right;float:left;border:none;outline:none }
.myContainer{float:right;width:62px;}
.myContainer input{margin:0}
.myContainer a{display:block;width:20px;text-decoration:none;outline:none;overflow:hidden; }
/*label{display:block;float:left;width:80px;margin:0;padding:10px 0 0 0;height:44px;text-align:right}*/
.style0 input{width:61px;padding:9px 7px 8px 0;background:url(input.png) no-repeat 0 0;border:none}
/* Style 1 */
.style1 input{width:41px;padding:9px 7px 8px 0;background:url(style-1/input.png) no-repeat 0 0}
.style1 .btnInc{height:16px;background:url(style-1/btnInc.png) no-repeat 0 0}
.style1 .btnDec{height:15px;background:url(style-1/btnDec.png) no-repeat 0 0}
/* Style 2 */
.style2 input{width:25px;padding:5px 7px 6px 0;background:url(style-2/input.png) no-repeat 0 0}
.style2 .btnInc{height:16px;background:url(style-2/btnInc.png) no-repeat 0 0}
.style2 .btnDec{height:15px;background:url(style-2/btnDec.png) no-repeat 0 0}
/* Style 3 */
.style3 input{width:48px;padding:9px 0 8px 0;background:url(style-3/input.gif) no-repeat 0 0;text-align:center}
.style3 .btnInc{width:19px;height:31px;background:url(style-3/btnInc.png) no-repeat 0 0}
.style3 .btnDec{float:left;width:19px;height:31px;background:url(style-3/btnDec.png) no-repeat 0 0}
/* Style 4 */
.style4 input{width:48px;padding:9px 0 8px 0;background:url(style-4/input.gif) no-repeat 0 0;text-align:center}
.style4 .btnInc{width:19px;height:31px;background:url(style-4/btnInc.png) no-repeat 0 0}
.style4 .btnDec{float:left;width:19px;height:31px;background:url(style-4/btnDec.png) no-repeat 0 0}