.login-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.sectiune {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #F90;
	text-decoration: none;
}
.linie-bottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.link-panou {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
a.link-panou:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FC0;
	text-decoration: none;
}
.txt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.txt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
.txt3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.link-negru {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}
.txt-useri {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.txt-comenzi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}
.detalii-comanda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	text-decoration: underline;
}
.cadre {
	border: 1px dashed #CCC;
}
.txt-mesaj {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

.alerta,.succes{
	width:450px;
	opacity:0.8;
	border-radius:1em;
	box-shadow:0 5px 20px black;
	color:white;
	font-size:14px;
	font-weight:bolder;
	padding:10px;
	text-align:center;
	position:relative;
}

.alerta{
background-color:red;
}

.succes{
background-color:green;
}

.login{
position:absolute;
top:30px;left:230px;
color:white;
}

.login p{
float:left;
margin-right:20px;
}

.close{
cursor:pointer;
position:absolute;
top:-10px;
right:-10px;
}

.nou{
background: rgb(165, 107, 0);
color: white;
margin: 10px;
padding: 7px;
border-radius: 5px;
box-shadow: 0px 0px 25px black;
cursor:pointer;
}