/************ form styles  ********/

#stretch	{
	/*width: 520px;*/
	zoom: 1;
	background: url(/Images/cart/cartExpand.gif) top left repeat-y;
	margin: -3px 0 20px 0;
}

#formTop	{
	background: url(/Images/global/formTop.gif) top left no-repeat;
	zoom: 1;
}

#formBottom	{
	background: url(/Images/cart/cartBottom.gif) bottom left no-repeat;
	/*height: 580px;*/
}

#formContent {
	padding: 30px 30px 30px 30px;
	min-height: 50px;
}

* html #formContent {
	height: 50px;
}

	#formContent h2 {
		margin-top: 0;
	}

.inputRight	{
	float: right;
}

.inputLeft	{
	float: left;
	padding-right: 10px;
}

.inputRight input, .inputLeft input, .inputRight select, .inputRight textarea, .inputLeft textarea, .inputRight textarea	{
	width: 210px;
}

.addToCartButton
{
	margin-bottom: 0px;
}

input	{
	width: 100%;
	margin-bottom: 20px;
	padding: 3px;
}

textarea, select	{
	width: 100%;
	margin-bottom: 20px;
	padding: 3px;
	font: 100% Arial, Helvetica, sans-serif;
}

p.messsage	{
	background: #F0F0E4;
	padding: 10px 10px 20px 10px;
	margin-bottom: 30px;
	font-size: 1.1em;
	color: #827F55;
	font-weight: bold;
}
p.check input	{
	width: 16px;
	height: 16px;
	margin: 0px;
	padding: 0;
}

p.input {float:right;}

p.check	{
	background: #F0F0E4;
	padding: 6px 0 7px 10px;
}	

.required 
{
	position: relative; 
	top: -63px;
	left: 300px;
}
