.contCenter {
	padding: 20px;
	position: relative;
	margin: 10% auto;
	box-shadow: 0 0 1px 0 rgb(95, 20, 20), 1px 1px 1px 1px rgba(0,0,0,0.5);
	line-height: 22px;
}

.contCenter .titluHld {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 30px;
}

#parolaNouaHld {
	width: 500px;	
}

.forms ul li {
	list-style: none;
	margin-bottom: 5px;
}

.forms input[type=text], .forms input[type=password] {
	border: 1px solid #bababa;
	width: 95%;
	padding: 5px;
	height: 23px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	margin-bottom: 15px;
}

.forms ul {
	margin: 0;
	padding: 0;
}

#loginFrm input[type=text], 
#loginFrm input[type=password] {
	width: 90%;
padding: 5px;
margin: 5px 0 10px 0;
}