﻿.inputShort
{
	background: url(../../images/forms/inputSmall.png);
	height: 23px;
	width: 53px;
}
.inputShort input
{
	background: none;
	margin-left: 2px;
	margin-top: 2px;
	font-family: Tahoma;
	font-size: 11px;
	height: 20px;
	width: 49px;
	border: none;
}

.inputBig
{
	background: url(../../images/forms/inputBig.png);
	height: 23px;
	width: 196px;
}
.inputBig input
{
	background: none;
	margin-left: 4px;
	margin-top: 4px;
	font-family: Tahoma;
	font-size: 11px;
	height: 20px;
	width: 190px;
	border: none;
}

.inputCart
{
	background: url(../../images/forms/cartInput.png);
	height: 23px;
	width: 32px;
}
.inputCart input
{
	background: none;
	margin-left: 4px;
	margin-top: 4px;
	font-family: Tahoma;
	font-size: 11px;
	height: 20px;
	width: 28px;
	border: none;
}

.inputCart2
{
	background: transparent url(../../images/forms/cartInput2.png) repeat scroll 0 0;
	height: 23px;
	width: 164px;
}
.inputCart2 input
{
	background: none;
	margin-left: 4px;
	margin-top: 4px;
	font-family: Tahoma;
	font-size: 11px;
	height: 20px;
	width: 154px;
	border: none;
}


.panelCart1 .row .text1 span
{
	color: #FF0000;
}

