


form#checkoutform {
	border: 0px solid #ddd;
	}


form#checkoutform fieldset {
	border: 0;
/* border: 0; padding: 10px;
	width: 400px;
	margin: 0 auto;
background: #eee; */
	}




label { display: block; padding: 0 0 .8em 0.8em; }

label { float: left; width: 100%; }

input[type="text"], textarea {
width:26em;
}
input, textarea {
display:block;
}

input[type="submit"] {
	clear: both;
	}

label { color: #444; }
label:focus { color: #333; }

input[type="text"], textarea { background: #fff; color: #006; border: 1px solid #aaa; }

input[type="text"]:hover, textarea:hover { border: 1px solid #333; }


form#contactform button { border: 0; }
form#contactform fieldset { border: 0; }


/* products

<ul id="product">

<li>
	<ul>
		<li><img src="images/products/0039-sm.jpg" alt="Action Sippa Bottle" width="200" height="133" /></li>
		<li class="p-name">Action Sippa Bottle</li>
		<li class="p-desription">A low cost sipper bottle offering 500mls of pure advertising. Ideal for sports teams and schools. Great range of colours to highlight your brand name.</li>
		<li class="add"><a href="basket.php?add=0039" >Add to your enquiry basket</a></li>
	</ul>
</li>

*/
	

	
	
ul#product, ul#product li ul { list-style: none; 
	}

ul#product li ul { overflow: hidden;
 }



ul#product li ul { clear: both; 
	padding: 10px 0; margin: 10px;
	border-top: 1px dotted #bbb;
	}


ul#product li ul li img { float: left;
	 margin-right: 10px;
	}


ul#product li ul li.add a {
	width: 180px; height: 26px; float: right;
	background: url(../images/sitewide/add-to-enquiry-basket.gif) no-repeat;
	text-indent: -9999px; overflow: hidden; margin: 10px;
	}

ul#product li ul li.add a:hover { background: #90C030 url(../images/sitewide/add-to-enquiry-basket.gif) 0 26px; }



ul#product li ul li.p-name { font-weight: bold; }
