.column {
	width:352px;
	float:left;
}
.column input, .column textarea {
	border: 1px solid #FFFFFF;
	margin:0px 0px 5px 0px;
}
.submit {
	float:right;
	background:#EA8E2D;
	border: 1px solid #BC7224;
	cursor: pointer;
}
.products {
	clear:both;
	padding:13px 0px;
}
.product {
	border-top: 1px solid #EA8E2D;
	padding:13px 0px;
}
.product .img {
	float:left;
	width:170px;
}
.product .txt {
	float:left;
	width:550px;
}
.product h1 {
	font-size:12px;
}
.product .option {
	padding:0px 10px 0px 0px;
	float:left;
	width:90px;
}
.product input, .product select {
	float:left;
}