@charset "ISO-8859-2";
/* CSS Document */
td{
	color:#06991b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

.box_form{
	width:750px;
	margin:auto;
/*	margin-top:30px; */
}
.box_formTop{
	height:15px;
	width:750px;
	background:url(../grafica/form_top.gif) no-repeat;
	float:left;
}
.box_formBtm{
	height:15px;
	width:750px;
	background:url(../grafica/form_bottom.gif) no-repeat;
	float:left;
}
.box_formContent{width:750px; height:auto; background:#FFF; float:left;}

input.text{
	width:150px;
	height:28px;
	background-image:url(../grafica/inputText.jpg);
	border:none;
	*border:0px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	font-size:14px;
}
/*.cantitatea{
	width:39px;
	height:39px;
	background-image:url(../grafica/bifa_off.jpg);
	border:none;
	*border:none;
	
}*/
.textarea{
	width:297px;
	height:102px;
	background-image:url(../grafica/textbox.jpg);
	border:none;
	*border:0px;
	margin-left:4px;
	margin-top:4px;
	margin-bottom:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:10px 10px;
}
.submit{
	border:none;
	*border:0px;
	background-image:url(../grafica/trimitComanda.jpg);
	width:254px;
	height:35px;
	cursor:pointer;
}

.submit2{
	border:none;
	*border:0px;
	background-image:url(../grafica/trimite.jpg);
	width:162px;
	height:35px;
}

fieldset{
	width:650px;
	height:auto;
	margin:auto;
	border:1px #069 solid;
	margin-bottom:30px;
}

fieldset#factura{border:0px; cursor:pointer;}

/*
fieldset table {
	background: url(../grafica/promo-incheiat.png) no-repeat bottom center;
}
*/

legend{
	background-color:#069;
	margin-left:30px;
	color:#FFF;
	padding:2px 5px;
	/*margin-bottom:23px; efect frumos, dar apare doar in FF (se muta eticheta mai sus prin coborarea fieldsetului)*/
}

.ticket {
	width: 149px;
	height:84px;
	background: url(../grafica/tickets.jpg) no-repeat;
	margin-top:10px;
}
	.ticket input {
		font-family:Verdana, Geneva, sans-serif;
		color:#014b73;
		font-size:24px;
		text-align:center;
		background:none;
		border:0px;
		margin-top:35px;
		margin-left:30px;
		text-transform:uppercase;
	}

.price-tag {
	width:172px;
	height:84px;
	background: url(../grafica/price-tag.jpg) no-repeat;
	margin-top:10px;
}
	.price-tag input {
		font-family:Verdana, Geneva, sans-serif;
		color:#FFF;
		font-size:20px;
		text-align:center;
		background:none;
		border:none;
		margin-top:23px;
		margin-left:25px;
	}

#corect, #incorect {
	height:32px;
	float:left;
	visibility:hidden;
}
	#corect   {background:url(../grafica/tick_32.png); width: 32px;}
	#incorect {background:url(../grafica/delete_32.png) no-repeat left top; width:auto; padding-left:32px; padding-top:18px; font-size:10px; font-weight:bold; color:#C30;}

.pret_pachet input {
	font-family:"Times New Roman", Times, serif;
	color:#C00;
	font-size:36px;
	text-align:left;
	border:none;
	font-weight:bold;
	text-align:center;
}
