#products select{
	background-color:#cccccc;
	width:200px;
	border:0;
}

#products input {  
	border: none;
	background-color:#cccccc;
	font-size:10px;
	width:200px;
}
#products {
	width:775px;
	float:right;
	}
#products ul{
	list-style:none;
	margin:0;
	padding:10px;
	float:left;
	}
#products ul li
	{
	float:left;
	width:230px;
	line-height:20px;
	margin-right:10px;
	}
	
