/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

#order{
float:left;
height:36px;
width:200px;
background-image:url('../orderBack.jpg');
background-repeat:repeat-x;
border:1px solid #333;
}

label                               { font: bold 20px Helvetica, sans-serif; display: block; float: left; text-align: right; padding: 5px 10px 0 0; width: 140px; }
input[type=text]                    { float: left; width: 30px; font: bold 14px Helvetica, sans-serif; margin-left:10px; margin-top:5px;padding: 0 0 0 0; text-align: center; }
form div                            { overflow: hidden; margin: 0 0 0 0; }
.button                             { margin: 10px 0 0 5px; text-indent: -9999px; cursor: pointer; width: 15px; height: 15px; float: left; text-align: center; background: url(../images/buttons.png) no-repeat; }
.dec                                { background-position: 0 -15px; }
#submit                             { margin: 15px 0 0 175px; font: 20px Helvetica, sans-serif; padding: 5px 10px 3px 10px; border: 1px solid black; background: #eee; }
#submit:hover                       { background: #ccc; }
#order img{
	margin-left:5px;
	margin-top:5px;
float:left;	
}

