#UltimileProduse {
	clear: both;
	height: auto;
}
#Adauga {
	clear: both;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.cadou {
	height: auto;
	width: 130px;
	margin-left: 30px;
	float: left;
	text-align:center;
}
#Produs {
	width: 300px;
	float: left;
	height: auto;
}
#detaliiProdus {
	width: 350px;
	float: right;
}
#formComanda label {
	font-weight: bold;
	font-size: 13px;
}
select {
	color: #630C3F;
	border: 1px solid #FF0066;
	font-size: 12px;
}
.bg {
	background: url(../imagini/form-bg.png) no-repeat right bottom;
	height: 210px;
	overflow:hidden;
	border:none;
	padding-left: 60px;
	padding-right: 60px;
	width: 230px;
	padding-top: 50px;
	line-height: 20px;
	text-decoration:none;
	color: #95003C;
}

.bg:hover, .bg:focus {
	background: url(../imagini/form-bg.png) no-repeat right bottom;
	border:none;
}
#submit-go {
	margin-top:1em;
	width:190px;
	height:56px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../imagini/comanda-buchet.png) no-repeat 0 0;
	display:block;
	cursor:pointer !important;
	cursor:hand;
	margin-right: auto;
	margin-left: auto;
}
#submit-go:hover {
	background-position:0 -56px;
}
#submit-to {

	margin-top:1em;
	width:190px;
	height:56px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../imagini/comanda-produs.png) no-repeat 0 0;
	display:block;
	cursor:pointer !important;
	cursor:hand;
	margin-right: auto;
	margin-left: auto;
}
#submit-to:hover {
	background: url(../imagini/comanda-produs.png) 0 -56px;
}
