#add_product {
	width: 590px;
	padding: 40px 0px 40px 0px;
	text-align: left;
}
#add_product fieldset {
	border: none;
}
#add_product label {
	float: left;
	font: 10pt Arial;
	color: #474747;

}
.ap_product_name {
	width: 220px;
	margin-right: 20px;
	margin-bottom: 15px;
	border: 1px #81b934 solid;
}
.ap_quantity {
	width: 100px;
	margin-right: 20px;
	margin-bottom: 15px;
	border: 1px #81b934 solid;
}
.ap_unit {
	width: 80px;
	margin-right: 20px;
	margin-bottom: 15px;
	border: 1px #81b934 solid;
}
.ap_unit_price {
	width: 80px;
	margin-bottom: 15px;
	border: 1px #81b934 solid;
}
.ap_product_name_l{
	width: 227px;
	margin-right: 20px;
}
.ap_quantity_l {
	width: 105px;
	margin-right: 20px;
}
.ap_unit_l {
	width: 86px;
	margin-right: 20px;
}
.ap_unit_price_l {
	width: 80px;
}
.ap_sort {
	width: 564px;
	height: 20px;
	margin-bottom: 15px;
	border: 1px #81b934 solid;
}
.ap_description {
	width: 564px;
	height: 70px;
	margin-bottom: 15px;
	border: 1px #81b934 solid;
}
.ap_submit {
	float: right;
	margin-right: 20px;
}

/* EDIT */

.photo {
	border: solid 1px #ddd;
	margin: 10px;
	float: left;
}
.photo_upload {
	clear: both;
}
