#Inregistrare, #Logare {
	margin: 0px;
	font-size: 12px;
}
#Inregistrare div, #Logare div, #jante div {
	clear: both;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 500px;
}
#Inregistrare legend, #Logare legend {color: #00B8F2;	font: bold 24px "Times New Roman", Times, serif;}
#Inregistrare label, #Logare label, #jante label {width: 120px;	display: block;	float: left;	margin-right: 10px; text-align:right;}
#Inregistrare input, #Logare input, #Inregistrare textarea, #jante input, #Logare textarea, #jante textarea {
	color: #111;
	padding: 3px;
	background: #999;
	width: 190px;
	border: 1px solid #111;
}
#Inregistrare input:hover, #Inregistrare input:focus, #Logare input:hover, #Logare input:focus,#Inregistrare textarea:hover, #Logare textarea:hover {
	border: 1px solid #111;
	background: #0070EC;
	color: #FFFFFF;
}

#inregistreaza-ma {margin-top:10px;	width:150px;	height:26px;	text-indent:-9999px;	overflow:hidden; border:0;	background:url(../imagini/inregistrare.jpg) no-repeat 0 0;	display:block;	margin-left: 180px;	float: left;}
#inregistreaza-ma:hover {background: url(../imagini/inregistrare.jpg) no-repeat 0 -26px;}
#Inregistrare fieldset {
	width: 700px;
}
#shoppingCart {
	background: #0070EC;
	border-top: 2px solid #282D33;
}
#shoppingCart th {
	color: #ffffff;
	background: #0070EC;
	font: bold 16px "Times New Roman", Times, serif;
	padding: 3px;
	text-align:left;
}
#shoppingCart td {
	background: #FFFFFF;
	padding: 3px;
}

#shoppingCart input {
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	color: #282D33;
	width: 135px;
}
#shoppingCart input:hover, #shoppingCart input:focus {
background: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	color: #0070EC;
	
}#shoppingCart .sterge a {
	background: url(../imagini/remove.png) no-repeat 0px 0px;
	display: block;
	height: 20px;
	width: 20px;
	margin-right: auto;
	margin-left: auto;
}
#shoppingCart .sterge a:hover {
	background: url(../imagini/remove.png) no-repeat 0px -20px;
}


